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

Commit

Permalink
Updated to zend-expressive RC1
Browse files Browse the repository at this point in the history
- Aliased dev-master -> 1.0-dev
  • Loading branch information
weierophinney committed Oct 20, 2015
1 parent d04e09a commit 047f562
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,26 @@

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

## 0.1.2 - 2015-10-11
## 0.2.0 - 2015-10-20

Initial release.
### Added

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Update to zend-expressive RC1.
- Added branch alias of dev-master to 1.0-dev.

## 0.1.2 - 2015-10-11

### Added

Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@
"psr-7",
"zf2"
],
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"require": {
"php": ">=5.5",
"container-interop/container-interop": "^1.1",
"zendframework/zend-expressive": "^0.5",
"zendframework/zend-expressive": "^1.0@rc",
"zendframework/zend-filter": "^2.5",
"zendframework/zend-i18n": "^2.5",
"zendframework/zend-servicemanager": "^2.5",
Expand Down

0 comments on commit 047f562

Please sign in to comment.