Skip to content

Commit

Permalink
Merge pull request #74 from resslinger/patch-1
Browse files Browse the repository at this point in the history
add support for Laravel 9
  • Loading branch information
tsommie authored Feb 9, 2022
2 parents 074c227 + 3c2173e commit 5dbb3b0
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 @@ -16,13 +16,13 @@
],
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "^8.0"
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
"inertiajs/inertia-laravel": "^0.3",
"laravel/breeze": "^1.1",
"laravel/jetstream": "^2.3",
"orchestra/testbench": "^6.0",
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.3"
},
"autoload": {
Expand Down

0 comments on commit 5dbb3b0

Please sign in to comment.