Skip to content

Commit

Permalink
Because of Laravel 8 compatibility needs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Sep 7, 2020
1 parent 5b2e49f commit f4b200f
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 @@ -19,18 +19,18 @@
],
"require": {
"php": ">=7.2",
"illuminate/support": "^6.0|^7.0",
"illuminate/filesystem": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/filesystem": "^6.0|^7.0|^8.0",
"phpseclib/phpseclib": "^2.0"
},
"require-dev": {
"illuminate/console": "^6.0|^7.0",
"illuminate/console": "^6.0|^7.0|^8.0",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~5.5"
},
"extra": {
"branch-alias": {
"dev-master": "6.0-dev"
"dev-master": "6.x-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit f4b200f

Please sign in to comment.