We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
composer.json
1 parent f34f2d6 commit 8dec70bCopy full SHA for 8dec70b
‎composer.json‎
@@ -44,6 +44,9 @@
44
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
45
"phpunit/phpunit": "^8.0 || ^9.0"
46
},
47
+ "conflict": {
48
+ "garygreen/pretty-routes": "*"
49
+ },
50
"minimum-stability": "stable",
51
"prefer-stable": true,
52
"autoload": {
@@ -60,9 +63,6 @@
60
63
"preferred-install": "dist",
61
64
"sort-packages": true
62
65
- "conflict": {
- "garygreen/pretty-routes": "*"
- },
66
"extra": {
67
"laravel": {
68
"providers": [
0 commit comments