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

Commit 018fa0a

Browse files
committed
Ensure either 5.5+ or 7.0 are allowed
1 parent 5557167 commit 018fa0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-servicemanager": "~2.5",
1919
"zendframework/zend-hydrator": "~1.0",

0 commit comments

Comments
 (0)