Skip to content

Commit a7917f6

Browse files
committed
chore: updated composer to allow Laravel 12.
1 parent 786497e commit a7917f6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^8.2",
27-
"illuminate/contracts": "^10.0|^11.0",
28-
"laravel/framework": "^10.0|^11.0",
29-
"laravel/prompts": "^0.1.25",
26+
"php": "^8.2|^8.3",
27+
"illuminate/contracts": "^10.0|^11.0|^12.0",
28+
"laravel/framework": "^10.0|^11.0|^12.0",
29+
"laravel/prompts": "^0.3",
3030
"league/oauth2-client": "^2.7",
3131
"spatie/laravel-package-tools": "^1.16"
3232
},
3333
"require-dev": {
3434
"larastan/larastan": "^2.0",
3535
"laravel/pint": "^1.14",
3636
"mockery/mockery": "^1.6",
37-
"nunomaduro/collision": "^8.1.1||^7.10.0",
37+
"nunomaduro/collision": "^8.1.1",
3838
"orchestra/testbench": "^9.4",
39-
"pestphp/pest": "^2.34",
40-
"pestphp/pest-plugin-arch": "^2.7",
41-
"pestphp/pest-plugin-laravel": "^2.3",
42-
"pestphp/pest-plugin-type-coverage": "^2.8"
39+
"pestphp/pest": "^2.34|^3.0",
40+
"pestphp/pest-plugin-arch": "^2.7|^3.0",
41+
"pestphp/pest-plugin-laravel": "^3.0",
42+
"pestphp/pest-plugin-type-coverage": "^2.8|^3.0"
4343
},
4444
"autoload": {
4545
"psr-4": {

0 commit comments

Comments
 (0)