Use bounded version constraint for PHP

This commit is contained in:
Niklas Keller
2016-03-12 17:39:51 +01:00
parent afba80cc23
commit 7b2cf6679f

View File

@@ -10,7 +10,7 @@
"kelunik/certificate": "^1",
"league/climate": "^3",
"monolog/monolog": "^1.17",
"php": ">=5.5",
"php": "^5.5|^7",
"psr/log": "^1",
"rdlowrey/auryn": "^1",
"webmozart/assert": "^1"