Require PHP 5.3.3 since that is the lowest version we are running tests on.

This commit is contained in:
Andreas Fischer 2015-01-06 20:55:36 +01:00
parent 520fdcdd29
commit 293df05546
2 changed files with 4 additions and 3 deletions

View File

@ -46,7 +46,7 @@
}
],
"require": {
"php": ">=5.3.2"
"php": ">=5.3.3"
},
"require-dev": {
"phing/phing": "~2.7",

5
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "ac4c1e95b626e10464bc35aec0f78db8",
"hash": "25def9f5be652e96726947c49eebb634",
"packages": [],
"packages-dev": [
{
@ -1373,8 +1373,9 @@
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.2"
"php": ">=5.3.3"
},
"platform-dev": []
}