Skip to content

Commit

Permalink
Revert "raised the minimum version of PHP to 5.3.4 (closes #3856)"
Browse files Browse the repository at this point in the history
This reverts commit 2dcc44897ef1ceec2721bbf616c4744131340657.
  • Loading branch information
fabpot committed Jul 15, 2012
1 parent 84ec179 commit 5e7bcc7
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.4"
"php": ">=5.3.3"
},
"autoload": {
"psr-0": { "Symfony\\Component\\Yaml": "" }
Expand Down

0 comments on commit 5e7bcc7

Please sign in to comment.