Skip to content

Commit

Permalink
make symfony version dependencies compatible with 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m3co-code committed Jan 15, 2016
1 parent abf2f46 commit d99bdaf
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 @@ -4,8 +4,8 @@
"php": ">=5.4.0",
"phpunit/phpunit": ">=3.7.8",
"phpunit/php-timer": ">=1.0.4",
"symfony/console": "~2.3",
"symfony/process": "~2.3",
"symfony/console": "~2.3|~3.0",
"symfony/process": "~2.3|~3.0",
"brianium/habitat": "1.0.0",
"ext-reflection": "*",
"ext-simplexml": "*",
Expand Down

0 comments on commit d99bdaf

Please # to comment.