Skip to content

Commit

Permalink
Laravel 8 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
olimortimer authored Feb 4, 2021
1 parent 43bd646 commit 8c9a81b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
}
],
"require": {
"illuminate/support": "5.*.* || 6.*.* || 7.*.*",
"illuminate/session": "5.*.* || 6.*.* || 7.*.*",
"illuminate/events": "5.*.* || 6.*.* || 7.*.*"
"illuminate/support": "^5|^6|^7|^8",
"illuminate/session": "^5|^6|^7|^8",
"illuminate/events": "^5|^6|^7|^8"
},
"require-dev": {
"phpunit/phpunit": "~5.0 || ~6.0 || ~7.0 || ~8.0",
"phpunit/phpunit": "~5.0 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
"mockery/mockery": "~0.9.0 || ^1.0",
"orchestra/testbench": "~3.1"
},
Expand Down

0 comments on commit 8c9a81b

Please sign in to comment.