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

Commit b00cda4

Browse files
committed
Merge branch 'hotfix/component-installer'
Added zend-component-installer package metadata.
2 parents 1c891ca + 1b26b8b commit b00cda4

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4+
5+
## 1.0.1 - 2016-06-02
6+
7+
### Added
8+
9+
- Adds zend-component-installer metadata listing each component this metapackage
10+
should install in application configuration.
11+
12+
### Deprecated
13+
14+
- Nothing.
15+
16+
### Removed
17+
18+
- Nothing.
19+
20+
### Fixed
21+
22+
- Nothing.

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
"extra": {
1313
"branch-alias": {
1414
"dev-master": "1.0-dev"
15+
},
16+
"zf": {
17+
"component": [
18+
"Zend\\Mvc\\Plugin\\FilePrg",
19+
"Zend\\Mvc\\Plugin\\FlashMessenger",
20+
"Zend\\Mvc\\Plugin\\Identity",
21+
"Zend\\Mvc\\Plugin\\Prg"
22+
]
1523
}
1624
},
1725
"require": {

0 commit comments

Comments
 (0)