Merge pull request #734 from TomasVotruba/patch-2

composer: allow min PHP 5.4
This commit is contained in:
William Durand 2015-10-23 15:28:30 +02:00
commit f8b038faf2

View File

@ -15,6 +15,7 @@
} }
], ],
"require": { "require": {
"php": ">=5.4",
"symfony/twig-bundle": "~2.3", "symfony/twig-bundle": "~2.3",
"symfony/framework-bundle": "~2.3", "symfony/framework-bundle": "~2.3",
"symfony/console": "~2.3", "symfony/console": "~2.3",