Skip to content

Commit

Permalink
- Updated PHP version in composer.json.
Browse files Browse the repository at this point in the history
(cherry picked from commit bd32aaf)
  • Loading branch information
andkirby committed Jan 19, 2015
1 parent 088a10d commit 27cea00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require": {
"php": ">=5.3.*",
"php": ">=5.3.2",
"symfony/console": "2.*||3.*"
},
"require-dev": {
"php": ">=5.3.*",
"php": ">=5.3.2",
"symfony/console": "2.*||3.*"
},
"suggest": {
Expand Down

0 comments on commit 27cea00

Please sign in to comment.