Skip to content

Commit 8dec70b

Browse files
committed
Normalize composer.json 👀
1 parent f34f2d6 commit 8dec70b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
4545
"phpunit/phpunit": "^8.0 || ^9.0"
4646
},
47+
"conflict": {
48+
"garygreen/pretty-routes": "*"
49+
},
4750
"minimum-stability": "stable",
4851
"prefer-stable": true,
4952
"autoload": {
@@ -60,9 +63,6 @@
6063
"preferred-install": "dist",
6164
"sort-packages": true
6265
},
63-
"conflict": {
64-
"garygreen/pretty-routes": "*"
65-
},
6666
"extra": {
6767
"laravel": {
6868
"providers": [

0 commit comments

Comments
 (0)