Skip to content

Commit 611a43a

Browse files
Merge pull request #90 from atmonshi/laravel-11
Laravel 11 support
2 parents d3234ca + 87c64a9 commit 611a43a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"php": "^8.1",
2525
"filament/forms": "^3.0",
2626
"spatie/laravel-package-tools": "^1.15.0",
27-
"illuminate/contracts": "^10.0"
27+
"illuminate/contracts": "^10.0|^11.0"
2828
},
2929
"require-dev": {
3030
"nunomaduro/collision": "^7.9",
31-
"orchestra/testbench": "^8.0",
31+
"orchestra/testbench": "^8.0|^9.0",
3232
"pestphp/pest": "^2.0",
3333
"pestphp/pest-plugin-arch": "^2.0",
3434
"pestphp/pest-plugin-laravel": "^2.0"

0 commit comments

Comments
 (0)