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

Commit 31edd30

Browse files
committed
Merge branch 'versions/2.5.4'
2.5.4 readiness
2 parents d931079 + 55d3467 commit 31edd30

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ matrix:
2828
- php: 7
2929
- php: hhvm
3030
allow_failures:
31-
- php: 7
3231
- php: hhvm
3332

3433
notifications:

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.5.4 - TBD
5+
## 2.5.4 - 2016-02-17
66

77
### Added
88

composer.json

Lines changed: 1 addition & 1 deletion
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
"zendframework/zend-stdlib": "~2.5"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)