Skip to content

Commit a51ce36

Browse files
support: laravel 12
1 parent f2f9b7e commit a51ce36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"require": {
2020
"php": "^8.1",
2121
"spatie/laravel-package-tools": "^1.13.0",
22-
"illuminate/contracts": "^9.0|^10.0|^11.0",
22+
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
2323
"guzzlehttp/guzzle": "^7.0"
2424
},
2525
"require-dev": {
2626
"laravel/pint": "^1.0",
2727
"nunomaduro/collision": "^6.0",
2828
"nunomaduro/larastan": "^2.0.1",
29-
"orchestra/testbench": "^7.0|^8.0|^9.0",
29+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
3030
"pestphp/pest": "^1.21",
3131
"pestphp/pest-plugin-laravel": "^1.1",
3232
"phpstan/extension-installer": "^1.1",
@@ -70,4 +70,4 @@
7070
},
7171
"minimum-stability": "dev",
7272
"prefer-stable": true
73-
}
73+
}

0 commit comments

Comments
 (0)