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

Commit 0a6b76d

Browse files
committed
Merge branch 'versions/2.7.0'
2.7.0 readiness
2 parents f337d4b + 4dfaf6f commit 0a6b76d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 2.7.0 - TBD
5+
## 2.7.0 - 2016-01-11
66

77
### Added
88

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"require": {
16-
"php": ">=5.5",
16+
"php": "^5.5 || ^7.0",
1717
"container-interop/container-interop": "~1.0"
1818
},
1919
"require-dev": {
@@ -31,8 +31,8 @@
3131
"prefer-stable": true,
3232
"extra": {
3333
"branch-alias": {
34-
"dev-master": "2.6-dev",
35-
"dev-develop": "2.7-dev"
34+
"dev-master": "2.7-dev",
35+
"dev-develop": "3.0-dev"
3636
}
3737
},
3838
"autoload-dev": {

0 commit comments

Comments
 (0)