composer: allow min PHP 5.4

According to Travis, the min supported version is 5.4
This commit is contained in:
Tomáš Votruba 2015-10-23 15:21:03 +02:00
parent fb863954d8
commit e0a001081a

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",