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 8885973 commit ea8c156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=5.3.2"
"php": ">=5.3.3"
},
"autoload": {
"psr-0": { "Symfony\\Component\\Finder": "" }
Expand Down

0 comments on commit ea8c156

Please sign in to comment.