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

Commit

Permalink
2.0.0 readiness
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Mar 7, 2017
2 parents 1d09987 + 3bb3eeb commit 85dbe34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

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

## 1.1.0 - TBD
## 2.0.0 - 2017-03-07

### Added

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -9,16 +9,16 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev",
"dev-develop": "2.0-dev"
"dev-master": "2.0-dev",
"dev-develop": "2.1-dev"
}
},
"require": {
"php": "^5.6 || ^7.0",
"roave/security-advisories": "dev-master",
"zendframework/zend-component-installer": "^1.0 || ^0.7.0",
"zendframework/zend-config-aggregator": "^0.2.0",
"zendframework/zend-expressive": "^2.0 || dev-2.0.X@dev",
"zendframework/zend-expressive": "^2.0",
"zendframework/zend-expressive-helpers": "^3.0.1",
"zendframework/zend-stdlib": "^3.1"
},
Expand Down

0 comments on commit 85dbe34

Please sign in to comment.