Skip to content

Commit 8f73674

Browse files
authored
Merge pull request #22 from lloricode/patch-1
Add conflict to composer.json to prevent our package from being installed alongside the original
2 parents 0271785 + ca33e63 commit 8f73674

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"App\\Http\\": "tests/Http/",
4545
"Diglactic\\Breadcrumbs\\Tests\\": "tests/"
4646
}
47+
},
48+
"conflict": {
49+
"davejamesmiller/laravel-breadcrumbs": "*"
4750
},
4851
"extra": {
4952
"laravel": {

0 commit comments

Comments
 (0)