[PhpUnitBridge] Revert 7f62133939

This commit is contained in:
Nicolas Grekas 2016-03-16 16:22:42 +01:00
parent 67fba7dc1e
commit b2293515a4
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@
} }
], ],
"require": { "require": {
"php": ">=5.3.9" "php": ">=5.3.3 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING",
"php": "THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS.",
"php": ">=5.3.3"
}, },
"suggest": { "suggest": {
"symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"