chore: Rimosso composer merge plugin

This commit is contained in:
Maicol Battistini 2023-05-01 15:21:30 +02:00
parent 72ab05cdd9
commit 897e324602
No known key found for this signature in database
2 changed files with 2 additions and 14 deletions

1
.gitignore vendored
View File

@ -1,7 +1,6 @@
# Custom rules
/.vscode
composer.lock
composer.local.json
public/build
public/modules
public/vendor

View File

@ -44,8 +44,7 @@
"outhebox/blade-flags": "^1",
"rawilk/laravel-settings": "^2",
"spatie/file-system-watcher": "^1",
"tightenco/ziggy": "^1",
"wikimedia/composer-merge-plugin": "^2"
"tightenco/ziggy": "^1"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3",
@ -87,17 +86,7 @@
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"wikimedia/composer-merge-plugin": true
}
},
"extra": {
"merge-plugin": {
"include": [
],
"replace": true
}
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true