[PHPUnit bridge] Bump php version of PHPUnit-bridge

This commit is contained in:
George Mponos 2018-12-28 20:02:12 +02:00 committed by Fabien Potencier
parent 32a53bfc13
commit 59313095d3
2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@ CHANGELOG
----- -----
* added `ClassExistsMock` * added `ClassExistsMock`
* bumped PHP version from 5.3.3 to 5.5.9
4.1.0 4.1.0
----- -----

View File

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