Skip to content

Commit

Permalink
Support for Laravel > 8
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickbayman committed Jan 26, 2022
1 parent be1567e commit 5462113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"require": {
"php": "^8.0",
"laravel/framework": "^8.31"
"laravel/framework": ">=8.31"
},
"require-dev": {
"orchestra/testbench": "^6.13",
"orchestra/testbench": ">=6.13",
"phpunit/phpunit": "^9.5",
"roave/security-advisories": "dev-latest"
},
Expand Down

0 comments on commit 5462113

Please sign in to comment.