Skip to content

Commit b229351

Browse files
[PhpUnitBridge] Revert 7f62133
1 parent 67fba7d commit b229351

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Bridge/PhpUnit/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.9"
19+
"php": ">=5.3.3 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING",
20+
"php": "THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS.",
21+
"php": ">=5.3.3"
2022
},
2123
"suggest": {
2224
"symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"

0 commit comments

Comments
 (0)