Update PHP version

Using short array syntax is allowed in PHP 5.4 only:
https://github.com/andres-montanez/Magallanes/blob/master/Mage/Task/BuiltIn/Filesystem/ApplyFaclsTask.php#L36
This commit is contained in:
schauer 2016-11-09 15:59:45 +01:00 committed by GitHub
parent dd79eca75f
commit 3956aa153d

View file

@ -6,7 +6,7 @@
"type": "library",
"keywords": ["deployment"],
"require": {
"php": ">=5.3"
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "4.3.5",