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

Commit

Permalink
Merge branch 'versions/0.1.0'
Browse files Browse the repository at this point in the history
0.1.0 readiness
  • Loading branch information
weierophinney committed Mar 24, 2016
2 parents e2d01d5 + 3ce4bfa commit a7a9e8b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Expand Up @@ -2,12 +2,14 @@

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

## 1.0.0 - 2016-03-24
## 0.1.0 - 2016-03-24

First stable release.
First (stable) release.

This component replaces the `PostRedirectGet` (aka `prg()`) plugin from
zend-mvc, for use with v3 of that component.
zend-mvc, for use with upcoming v3 of that component. Once that stable release
is made, we will issue a 1.0.0 release removing the `dev-develop as 3.0.0`
zend-mvc constraint.

### Added

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -27,7 +27,7 @@
},
"require": {
"php": "^5.5 || ^7.0",
"zendframework/zend-mvc": "dev-develop as 3.0.0",
"zendframework/zend-mvc": "dev-develop as 3.0.0 || ^3.0",
"zendframework/zend-session": "^2.6.2",
"zendframework/zend-stdlib": "^2.7 || ^3.0"
},
Expand Down
13 changes: 3 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a7a9e8b

Please sign in to comment.