Skip to content

Commit

Permalink
Added support for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Combind committed Mar 16, 2024
1 parent bd65ec7 commit 9fb4bf2
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 @@ -17,7 +17,7 @@
],
"require": {
"php": "^8.3",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^10.0|^11.0",
"laravel/sanctum": "^3.3",
"laravel/ui": "^4.4",
"livewire/livewire": "^3.4",
Expand All @@ -26,9 +26,9 @@
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.9",
"nunomaduro/collision": "^7.0|^8.0",
"larastan/larastan": "^2.0.1",
"orchestra/testbench": "^8.8",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^2.20",
"pestphp/pest-plugin-arch": "^2.5",
"pestphp/pest-plugin-laravel": "^2.0",
Expand Down

0 comments on commit 9fb4bf2

Please sign in to comment.