[PhpUnitBridge] Allow PHP 5.3.3 to use with Symfony 2.3

This commit is contained in:
Nicolas Grekas 2015-02-24 11:26:59 +01:00
parent 4fd9792d02
commit 25aa12d53c

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"