OSDN Git Service

comoser: allow PHP 7 in safer way
authorTomáš Votruba <info@tomasvotruba.cz>
Sat, 15 Oct 2016 11:04:34 +0000 (13:04 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Oct 2016 11:04:34 +0000 (13:04 +0200)
composer.json

index 8534aae..2d6743d 100644 (file)
@@ -20,7 +20,7 @@
     }
   ],
   "require": {
-    "php": ">=5.3.0"
+    "php": "^5.3.0|^7.0"
   },
   "require-dev": {
     "phpunit/phpunit": "4.8.*",