Skip to content

Commit 591e5f8

Browse files
committed
build: add support for Laravel 12
1 parent 3157c14 commit 591e5f8

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.1",
2121
"elasticsearch/elasticsearch": "^8.6.2",
22-
"laravel/framework": "^9.52|^10.0|^11.0",
22+
"laravel/framework": "^9.52|^10.0|^11.0|^12.0",
2323
"spatie/laravel-package-tools": "^1.15"
2424
},
2525
"require-dev": {
2626
"larastan/larastan": "^2.9|^3.1",
2727
"laravel/pint": "^1.15",
28-
"orchestra/testbench": "^7.0|^8.0|^9.0",
28+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
2929
"phpstan/extension-installer": "^1.4",
3030
"phpstan/phpstan-deprecation-rules": "^1.2|^2.0",
3131
"phpstan/phpstan-phpunit": "^1.4|^2.0"

0 commit comments

Comments
 (0)