Skip to content

Commit

Permalink
[3.0] Update required PHP to 5.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Dec 30, 2014
1 parent de3fe0a commit 23c933b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -16,12 +16,12 @@
}
],
"require": {
"php": ">=5.3.3"
"php": ">=5.5.9"
},
"require-dev": {
"symfony/config": "~2.3,>=2.3.12|~3.0.0",
"symfony/intl": "~2.3|~3.0.0",
"symfony/yaml": "~2.2|~3.0.0",
"symfony/config": "~2.7|~3.0",
"symfony/intl": "~2.7|~3.0",
"symfony/yaml": "~2.7|~3.0",
"psr/log": "~1.0"
},
"suggest": {
Expand Down

0 comments on commit 23c933b

Please sign in to comment.