Skip to content

Commit e17a49b

Browse files
committed
updated required php version, since earlier 5.3 versions are susceptible to (this bug)[https://bugs.php.net/bug.php?id=43200] that was fixed in 5.3.9
1 parent baa778b commit e17a49b

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
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.3.0",
15+
"php": ">=5.3.9",
1616
"symfony/event-dispatcher": "~2.1"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)