Skip to content

Commit

Permalink
Remove composer-merge plugin
Browse files Browse the repository at this point in the history
There was never any good reason to include this, since plugins are installed by

- composer: where dependencies become merged
- gateway: where dependencies are already included
- developers (A): include a custom repo in composer
- developers (B): run composer update in the plugin directory

It makes the system unpredictable and needlessly complex. Also there are reports of it slowing down composer
  • Loading branch information
daftspunk committed Mar 11, 2021
1 parent b30c7d5 commit de897f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"october/system": "1.1.*",
"october/backend": "1.1.*",
"october/cms": "1.1.*",
"laravel/framework": "~6.0",
"wikimedia/composer-merge-plugin": "~2.0.1"
"laravel/framework": "~6.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4|^9.3.3",
Expand Down

0 comments on commit de897f9

Please sign in to comment.