Skip to content

Commit

Permalink
updated composer dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettw committed Jul 5, 2017
1 parent 401ab82 commit af7ccfc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
],
"require":{
"php": ">=5.4",
"nikic/php-parser": "^1.0|^2.0",
"symfony/console": "~2.5|~3.1",
"symfony/event-dispatcher": "~2.4|~3.1"
"nikic/php-parser": "^2.0",
"symfony/console": "2.5 - 3.2",
"symfony/event-dispatcher": "2.4 - 3.4"
},
"require-dev": {
"phpunit/phpunit": "4.2.*",
"phpunit/phpunit": "^4.2",
"codeclimate/php-test-reporter": "dev-master",
"mockery/mockery": "0.9.*",
"akamon/mockery-callable-mock": "~1.0"
"mockery/mockery": "^0.9",
"akamon/mockery-callable-mock": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit af7ccfc

Please sign in to comment.