Skip to content

Commit

Permalink
chore: allow laravel 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
darthsoup committed Mar 7, 2019
1 parent 8e50aa4 commit bb92239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
],
"require": {
"php": ">=7.0.0",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/contracts": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/contracts": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~5.0|~6.0",
"phpunit/phpunit": "~5.0|~6.0|~7.0",
"orchestra/testbench": "3.x"
},
"autoload": {
Expand Down

0 comments on commit bb92239

Please sign in to comment.