1
0
mirror of synced 2025-03-06 12:56:10 +03:00

Tightened PHP version constraint in composer.json

This commit is contained in:
Thomas Ploch 2016-06-08 12:19:31 +02:00
parent 68b0060595
commit 650d49ee81

View File

@ -14,7 +14,7 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.5",
"php": "^5.5 || ^7.0",
"ext-pdo": "*",
"doctrine/collections": "~1.2",
"doctrine/dbal": ">=2.5-dev,<2.7-dev",