Skip to content

Commit

Permalink
Merge pull request #22 from lloricode/patch-1
Browse files Browse the repository at this point in the history
Add conflict to composer.json to prevent our package from being installed alongside the original
  • Loading branch information
shengslogar authored Apr 12, 2021
2 parents 0271785 + ca33e63 commit 8f73674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"App\\Http\\": "tests/Http/",
"Diglactic\\Breadcrumbs\\Tests\\": "tests/"
}
},
"conflict": {
"davejamesmiller/laravel-breadcrumbs": "*"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 8f73674

Please sign in to comment.