Skip to content

Commit

Permalink
Allow for Laravel 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed Sep 4, 2019
1 parent df6a1ab commit 5e5e80d
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 @@ -22,11 +22,11 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/http": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
"illuminate/http": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0|~5.7|~6.0|^7.0|^7.5|^8.0",
"orchestra/testbench": "~3.3.0|~3.4.0|~3.5.0|~3.6.0|~3.7.0|~3.8.0"
"orchestra/testbench": "~3.3.0|~3.4.0|~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5e5e80d

Please sign in to comment.