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

Commit f19b84f

Browse files
committed
Prepare for 2.5.3
- Updated PHP requirement to `^5.5 || ^7.0` - Provided date for 2.5.3
1 parent bcd8149 commit f19b84f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.5.3 - TBD
5+
## 2.5.3 - 2016-01-19
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-eventmanager": "~2.5",
1818
"zendframework/zend-loader": "~2.5",
1919
"zendframework/zend-stdlib": "~2.5"

0 commit comments

Comments
 (0)