Skip to content

Commit

Permalink
Merge pull request #39 from laravel-shift/l8-compatibility
Browse files Browse the repository at this point in the history
Laravel 8.x Compatibility
  • Loading branch information
chelout authored Sep 8, 2020
2 parents 21a7ad1 + 2361a90 commit 88adfd2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
],
"require": {
"php": "^7.2",
"illuminate/container": "^6.0|^7.0",
"illuminate/database": "^6.0|^7.0",
"illuminate/events": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0"
"illuminate/container": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/events": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.3|^9.0",
"orchestra/testbench": "^4.0|^5.0"
"phpunit/phpunit": "^8.3|^9.0|^9.3",
"orchestra/testbench": "^4.0|^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 88adfd2

Please sign in to comment.