Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67e9ba0

Browse files
minor #18198 [PhpUnitBridge] Revert 7f62133 (nicolas-grekas)
This PR was merged into the 2.7 branch. Discussion ---------- [PhpUnitBridge] Revert 7f62133 | Q | A | ------------- | --- | Branch | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | no | Fixed tickets | 7f62133 | License | MIT | Doc PR | - Commits ------- b229351 [PhpUnitBridge] Revert 7f62133
2 parents 67fba7d + b229351 commit 67e9ba0

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)