Skip to content

Commit

Permalink
support laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Feb 23, 2022
1 parent 4483517 commit f339c3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"require": {
"php": "^7.4|^8.0",
"spatie/laravel-package-tools": "^1.4.3",
"illuminate/contracts": "^8.37",
"laravel/jetstream": "^2.3",
"laravel/passport": "^10.1",
"illuminate/contracts": "^8.37|^9.0",
"laravel/jetstream": "^2.6",
"laravel/passport": "^10.3",
"livewire/livewire": "^2.5"
},
"require-dev": {
"brianium/paratest": "^6.2",
"nunomaduro/collision": "^5.3",
"orchestra/testbench": "^6.15",
"phpunit/phpunit": "^9.3",
"nunomaduro/collision": "^6.1",
"orchestra/testbench": "^7.1",
"phpunit/phpunit": "^9.5",
"spatie/laravel-ray": "^1.9",
"vimeo/psalm": "^4.4"
},
Expand Down

0 comments on commit f339c3a

Please sign in to comment.