Resolviendo conflicto en composer.json

This commit is contained in:
Arturo Corro 2025-03-22 12:35:25 -06:00
commit 427bd9840c

View File

@ -22,43 +22,6 @@
"laravel/pint": "^1.13",
"nunomaduro/collision": "^8.1"
},
"repositories": {
"koneko/laravel-vuexy-admin": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-admin",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-website-admin": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-website-admin",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-website-layout-porto": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-website-layout-porto",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-website-blog": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-website-blog",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-chatbot": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-chatbot",
"options": {
"symlink": true
}
}
},
"autoload": {
"psr-4": {
"App\\": "app/",