1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Fixing PHP version constraint in composer.json

This commit is contained in:
Thomas Ploch 2016-06-08 12:11:11 +02:00
parent 649ff94b38
commit 68b0060595

View File

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