Skip to content

Commit

Permalink
fix: add support for laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-oyama committed Feb 15, 2022
1 parent a7f38df commit 88d730e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"php": ">=8",
"ext-json": "*",
"ext-pdo": "*",
"laravel/framework": "~8.0"
"laravel/framework": "~8|~9"
},
"require-dev": {
"orchestra/testbench": "~6.0",
"phpunit/phpunit": "~9.0"
"orchestra/testbench": "~6",
"phpunit/phpunit": "~9"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 88d730e

Please sign in to comment.