Skip to content

Commit 0b87d79

Browse files
committed
Reverted PHP req to >= 5.3.3
Reverted the requirement of PHP 5.3.4 matching Symfony's revert
1 parent 10f1959 commit 0b87d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["event-loop"],
55
"license": "MIT",
66
"require": {
7-
"php": ">=5.3.4"
7+
"php": ">=5.3.3"
88
},
99
"suggest": {
1010
"ext-libevent": ">=0.0.5"

0 commit comments

Comments
 (0)