Skip to content

Commit

Permalink
update laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
gpibarra committed Apr 16, 2024
1 parent b42d439 commit 778a4ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"require": {
"php": "^8.1",
"filament/filament": "^3.0",
"laravel/jetstream": "^4.2",
"illuminate/contracts": "^10.0",
"laravel/jetstream": "^4.2|^5.0",
"illuminate/contracts": "^10.0|^11.0",
"spatie/laravel-package-tools": "^1.15.0"
},
"require-dev": {
"larastan/larastan": "^2.9",
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.9",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^8.0",
"nunomaduro/collision": "^7.9|^8.0",
"orchestra/testbench": "^8.14|^9.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
Expand Down

0 comments on commit 778a4ab

Please sign in to comment.