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

Commit

Permalink
Merging develop to master in preparation for 1.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Aug 24, 2017
2 parents 28706e6 + eb1604e commit 30e6320
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 218 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## 1.3.0 - 2017-08-24

### Added

- [#22](https://github.com/zfcampus/zf-configuration/pull/22) adds support for
zend-config v3 releases.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 1.2.2 - TBD

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"require": {
"php": "^5.6 || ^7.0",
"zendframework/zend-config": "^2.6",
"zendframework/zend-config": "^2.6 || ^3.0",
"zendframework/zend-modulemanager": "^2.7.1",
"zendframework/zend-stdlib": "^2.7.7 || ^3.0.1"
},
Expand Down
Loading

0 comments on commit 30e6320

Please sign in to comment.