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/config-dep'
Browse files Browse the repository at this point in the history
Close #40
  • Loading branch information
weierophinney committed May 16, 2016
2 parents f7ea8cf + e50a3f1 commit 2a59ab9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,12 +2,16 @@

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

## 2.7.2 - TBD
## 2.7.2 - 2016-05-16

### Added

- [#38](https://github.com/zendframework/zend-modulemanager/pull/38) prepares
and publishes the documentation to https://zendframework.github.io/zend-modulemanager/
- [#40](https://github.com/zendframework/zend-modulemanager/pull/40) adds a
requirement on zend-config. Since the default use case centers around config
merging and requires the component, it should be required by
zend-modulemanager.

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,11 +14,11 @@
},
"require": {
"php": "^5.5 || ^7.0",
"zendframework/zend-config": "^2.6",
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
"zendframework/zend-stdlib": "^2.7 || ^3.0"
},
"require-dev": {
"zendframework/zend-config": "^2.6",
"zendframework/zend-console": "^2.6",
"zendframework/zend-di": "^2.6",
"zendframework/zend-loader": "^2.5",
Expand Down

0 comments on commit 2a59ab9

Please sign in to comment.