Skip to content

Commit a85f938

Browse files
committed
resolve version conflict with nunomaduro/collision to orchestra/testbench package and support laravel 10.
1 parent 56cf6f3 commit a85f938

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
@@ -18,13 +18,13 @@
1818
"require": {
1919
"php": "^8.2",
2020
"spatie/laravel-package-tools": "^1.16",
21-
"illuminate/contracts": "^11.0"
21+
"illuminate/contracts": "^10.0||^11.0"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.14",
25-
"nunomaduro/collision": "^8.1",
25+
"nunomaduro/collision": "^8.1.1||^7.10.0",
2626
"larastan/larastan": "^2.9",
27-
"orchestra/testbench": "^8.22",
27+
"orchestra/testbench": "^9.0.0||^8.22.0",
2828
"pestphp/pest": "^2.34",
2929
"pestphp/pest-plugin-arch": "^2.7",
3030
"pestphp/pest-plugin-laravel": "^2.3",

0 commit comments

Comments
 (0)