Skip to content

Commit 97a79ea

Browse files
committed
lets stop allowing all future php versions
1 parent f1045a4 commit 97a79ea

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
@@ -21,7 +21,7 @@
2121
],
2222

2323
"require": {
24-
"php": ">=5.3.9",
24+
"php": "^5.3.9|~7.0",
2525
"psr/log": "~1.0",
2626
"symfony/framework-bundle": "~2.3|~3.0",
2727
"symfony/http-kernel": "^2.3.24|~3.0",

0 commit comments

Comments
 (0)