Skip to content

Commit 89412ca

Browse files
committed
Add Support for Laravel 12
1 parent ac9c0c8 commit 89412ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"require": {
2020
"php": "^8.0",
2121
"spatie/laravel-package-tools": "^1.9.2",
22-
"illuminate/contracts": "^9.0 | ^10.0 | ^11.0"
22+
"illuminate/contracts": "^9.0 | ^10.0 | ^11.0 | ^12.0"
2323
},
2424
"require-dev": {
2525
"friendsofphp/php-cs-fixer": "^3.4",
2626
"nunomaduro/collision": "^5.10 |^6.0 | ^7.0 | ^8.0",
2727
"larastan/larastan": "^2.0",
28-
"orchestra/testbench": "^7 | ^8 | ^9",
28+
"orchestra/testbench": "^7 | ^8 | ^9 | ^10",
2929
"pestphp/pest": "^1.21 | ^2.0",
3030
"pestphp/pest-plugin-laravel": "^1.1 | ^2.0",
3131
"phpstan/extension-installer": "^1.1",

0 commit comments

Comments
 (0)