[Bridge/PhpUnit] Allow PHP 5.3.3 for testing with Symfony 2.3

This commit is contained in:
Nicolas Grekas 2015-11-09 13:11:16 +01:00
parent 94ce455dc1
commit b2afc3286e

View File

@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=5.3.9"
"php": ">=5.3.3"
},
"suggest": {
"symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"