Skip to content

Commit

Permalink
updated minimum PHP version to 5.3.3
Browse files Browse the repository at this point in the history
5.3.3 has some interesting fixes and this is the version used by
Redhat 6 and Debian 6
  • Loading branch information
fabpot committed May 7, 2012
1 parent 0c1ae48 commit 0b58a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=5.3.2"
"php": ">=5.3.3"
},
"require-dev": {
"symfony/dependency-injection": "2.1.*"
Expand Down

0 comments on commit 0b58a40

Please sign in to comment.