minor #13777 [PhpUnitBridge] Allow PHP 5.3.3 to use with Symfony 2.3 (nicolas-grekas)

This PR was merged into the 2.7 branch.

Discussion
----------

[PhpUnitBridge] Allow PHP 5.3.3 to use with Symfony 2.3

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

25aa12d [PhpUnitBridge] Allow PHP 5.3.3 to use with Symfony 2.3
This commit is contained in:
Fabien Potencier 2015-02-24 11:40:16 +01:00
commit b6148e27fe

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"