Skip to content

Commit

Permalink
Fixed minimum package versions in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Aug 24, 2015
1 parent ba6902d commit 2694249
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
],
"require": {
"php": ">=5.3.9",
"webmozart/assert": "~1.0",
"symfony/console": "~2.5",
"symfony/process": "~2.5",
"symfony/event-dispatcher": "~2.5"
"webmozart/assert": "^1.0",
"symfony/console": "^2.7",
"symfony/process": "^2.5",
"symfony/event-dispatcher": "^2.5"
},
"require-dev": {
"symfony/filesystem": "~2.3",
"symfony/filesystem": "^2.3",
"phpunit/phpunit": "^4.6"
},
"autoload": {
Expand Down

0 comments on commit 2694249

Please sign in to comment.