Skip to content

Commit 5a188da

Browse files
committed
Added testbench conflict
1 parent 8353607 commit 5a188da

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@
3737
],
3838
"require": {
3939
"composer-runtime-api": "^2.2",
40+
"laravel/framework": "11.*",
41+
"laravel/scout": "^9.0 || ^10.0",
42+
"orchestra/testbench": "9.*",
4043
"orchid/blade-icons": "^4.0",
4144
"tabuna/breadcrumbs": "^4.0",
42-
"laravel/framework": "^10.0||^11.0",
43-
"laravel/scout": "^9.0 || ^10.0",
44-
"watson/active": "^7.0",
45-
"twbs/bootstrap-icons": "^1.10"
45+
"twbs/bootstrap-icons": "^1.10",
46+
"watson/active": "^7.0"
4647
},
4748
"require-dev": {
4849
"fakerphp/faker": "^1.9.1",
@@ -53,7 +54,7 @@
5354
},
5455
"conflict": {
5556
"laravel/framework": "<10.48.8",
56-
"orchestra/testbench-core": "<8.23.9",
57+
"orchestra/testbench-core": "<8.23.9 || >9.0 <9.5.2",
5758
"nesbot/carbon": "<2.66.0"
5859
},
5960
"autoload": {

0 commit comments

Comments
 (0)