Skip to content

Commit 25aa12d

Browse files
[PhpUnitBridge] Allow PHP 5.3.3 to use with Symfony 2.3
1 parent 4fd9792 commit 25aa12d

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)