Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 authored Feb 9, 2018
1 parent 0228427 commit 678affc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"php-http/message": "^1.4"
},
"require-dev": {
"mockery/mockery": "~0.9.4",
"phpunit/phpunit": "~4.8|~5.4",
"mockery/mockery": "~0.9.4|~1.0",
"phpunit/phpunit": "~4.8|~5.4|~6.1|~7.0",
"nesbot/carbon": "~1.20",
"php-http/guzzle6-adapter": "^1.1"
},
Expand All @@ -47,6 +47,9 @@
},
"config": {
"preferred-install": "dist",
"sort-packages": true
}
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 678affc

Please sign in to comment.