Change composer dependencies to be compatible with PHP 5.3

This commit is contained in:
Frederic Guillot
2016-05-24 23:24:46 -04:00
parent a2e5d022e5
commit 774734a820
2 changed files with 22 additions and 23 deletions

View File

@@ -14,7 +14,7 @@
"discard-changes": true
},
"require" : {
"php" : ">=5.3",
"php" : ">=5.3.3",
"ext-gd" : "*",
"ext-mbstring" : "*",
"ext-hash" : "*",
@@ -50,7 +50,8 @@
]
},
"require-dev" : {
"symfony/yaml" : "2.1",
"symfony/stopwatch" : "~2.6",
"phpunit/phpunit": "4.8.*"
"phpunit/phpunit" : "4.8.*"
}
}