Skip to content

Commit

Permalink
chore: adds support to laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Aug 4, 2019
1 parent 712bda3 commit 9dc2903
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 @@ -15,11 +15,11 @@
],
"require": {
"php": "^7.0",
"illuminate/console": "~5.5.26|5.6.*|5.7.*|5.8.*",
"illuminate/support": "~5.5.26|5.6.*|5.7.*|5.8.*"
"illuminate/console": "~5.5.26|5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/support": "~5.5.26|5.6.*|5.7.*|5.8.*|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5"
"phpunit/phpunit": "^8.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9dc2903

Please sign in to comment.