Skip to content

Commit

Permalink
Merge branch 'laravel-shift-l8-compatibility' into 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Sep 7, 2020
2 parents 7ec9bb0 + 42455e4 commit 3bb99be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -19,14 +19,14 @@
],
"require": {
"php": ">=7.2.5",
"illuminate/http": "^6.0|^7.0",
"illuminate/routing": "^6.0|^7.0",
"illuminate/session": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0",
"illuminate/view": "^6.0|^7.0"
"illuminate/http": "^6.0|^7.0|^8.0",
"illuminate/routing": "^6.0|^7.0|^8.0",
"illuminate/session": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/view": "^6.0|^7.0|^8.0"
},
"require-dev": {
"illuminate/database": "^6.0|^7.0",
"illuminate/database": "^6.0|^7.0|^8.0",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.1"
},
Expand Down

0 comments on commit 3bb99be

Please sign in to comment.