Skip to content

Commit

Permalink
Preparing 1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Ploch committed Feb 14, 2014
1 parent 7bb1fb4 commit 75b79cd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.2.1
======
f44b7e5 Now also supports Amazon Linux (RedHat)

9341805 Now `suhosin_enabled` parameter is correctly documented.

v1.2.0
======
66b071a (HEAD, tag: 1.2.0, master) Bumping version to 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'tPl0ch-composer'
version '1.2.0'
version '1.2.1'
dependency 'puppetlabs/git', '>= 0.0.2'
summary "This module provides the 'Composer' PHP dependency manager."
description "This module installs the 'Composer' PHP dependency manager and provides some custom types to create, update
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

The `puppet-composer` module installs the latest version of Composer from http://getcomposer.org. Composer is a dependency manager for PHP.

## Supported Platforms

* `Debian`
* `Redhat`
* `Centos`
* `Amazon Linux`

## Installation

#### Puppet Forge
Expand Down

0 comments on commit 75b79cd

Please sign in to comment.