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

Commit

Permalink
Merge branch 'versions/2.7.0'
Browse files Browse the repository at this point in the history
2.7.0 readiness
  • Loading branch information
weierophinney committed Jan 11, 2016
2 parents f337d4b + 4dfaf6f commit 0a6b76d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 2.7.0 - TBD
## 2.7.0 - 2016-01-11

### Added

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
},
"require": {
"php": ">=5.5",
"php": "^5.5 || ^7.0",
"container-interop/container-interop": "~1.0"
},
"require-dev": {
Expand All @@ -31,8 +31,8 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "2.6-dev",
"dev-develop": "2.7-dev"
"dev-master": "2.7-dev",
"dev-develop": "3.0-dev"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 0a6b76d

Please sign in to comment.