Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Add support for laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Ercogx committed May 24, 2024
1 parent 8e3738a commit b54fba9
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 @@ -24,13 +24,13 @@
"php": "^8.1",
"filament/filament": "^3",
"filament/forms": "^3",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^10.0|^11.0",
"matanyadaev/laravel-eloquent-spatial": "^3.0|^4.0",
"spatie/laravel-package-tools": "^1.15.0"
},
"require-dev": {
"nunomaduro/collision": "^7.9",
"orchestra/testbench": "^8.0",
"nunomaduro/collision": "^7.9|^8.0",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0"
Expand Down

0 comments on commit b54fba9

Please sign in to comment.