Skip to content

Commit b6148e2

Browse files
committed
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
2 parents 4fd9792 + 25aa12d commit b6148e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/PhpUnit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.9"
19+
"php": ">=5.3.3"
2020
},
2121
"suggest": {
2222
"symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"

0 commit comments

Comments
 (0)