Skip to content

Commit 7e816c9

Browse files
committed
L12 support added.
1 parent 57f06a1 commit 7e816c9

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
@@ -25,15 +25,15 @@
2525
],
2626
"require": {
2727
"php": "^8.2",
28-
"illuminate/contracts": "^10.0||^11.0",
28+
"illuminate/contracts": "^10.0 || ^11.0 || ^12.0",
2929
"openai-php/laravel": "^0.10.1",
3030
"spatie/laravel-package-tools": "^1.16"
3131
},
3232
"require-dev": {
3333
"laravel/pint": "^1.14",
34-
"nunomaduro/collision": "^8.1.1||^7.10.0",
34+
"nunomaduro/collision": "^8.1.1 || ^7.10.0",
3535
"larastan/larastan": "^2.9",
36-
"orchestra/testbench": "^9.0.0||^8.22.0",
36+
"orchestra/testbench": "^9.0.0 || ^8.22.0",
3737
"pestphp/pest": "^2.34",
3838
"pestphp/pest-plugin-arch": "^2.7",
3939
"pestphp/pest-plugin-laravel": "^2.3",

0 commit comments

Comments
 (0)