Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/29'
Browse files Browse the repository at this point in the history
Close #29
Fixes #28
  • Loading branch information
weierophinney committed Dec 20, 2016
2 parents 7550229 + ccde62d commit e6ae441
Show file tree
Hide file tree
Showing 5 changed files with 425 additions and 181 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,12 +2,19 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 0.5.1 - TBD
## 0.5.1 - 2016-12-20

### Added

- Nothing.

### Changes

- [#29](https://github.com/zendframework/zend-component-installer/pull/29)
updates the composer/composer dependency to `^1.2.2`, and, internally, uses
`Composer\Installer\PackageEvent` instead of the deprecated
`Composer\Script\PackageEvent`.

### Deprecated

- Nothing.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
"class": "Zend\\ComponentInstaller\\ComponentInstaller"
},
"require-dev": {
"composer/composer": ">=1.0.0-alpha10",
"composer/composer": "^1.2.2",
"phpunit/phpunit": "^4.7",
"roave/security-advisories": "dev-master",
"mikey179/vfsStream": "^1.6",
Expand Down

0 comments on commit e6ae441

Please sign in to comment.