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

Commit 4543f21

Browse files
committed
Fixed php dependency
1 parent d388bf5 commit 4543f21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^5.6 || 7.0",
12+
"php": "^5.6 || ^7.0",
1313
"zendframework/zend-config-aggregator": "^1.1",
1414
"zendframework/zend-modulemanager": "^2.8"
1515
},

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)