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

Commit

Permalink
Merge branch 'hotfix/component-installer'
Browse files Browse the repository at this point in the history
Added zend-component-installer package metadata.
  • Loading branch information
weierophinney committed Jun 2, 2016
2 parents 1c891ca + 1b26b8b commit b00cda4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

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

## 1.0.1 - 2016-06-02

### Added

- Adds zend-component-installer metadata listing each component this metapackage
should install in application configuration.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"zf": {
"component": [
"Zend\\Mvc\\Plugin\\FilePrg",
"Zend\\Mvc\\Plugin\\FlashMessenger",
"Zend\\Mvc\\Plugin\\Identity",
"Zend\\Mvc\\Plugin\\Prg"
]
}
},
"require": {
Expand Down

0 comments on commit b00cda4

Please sign in to comment.