Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit 6ab352f

Browse files
committed
Installing composer-merge-plugin from my fork until this PR gets merged.
wikimedia/composer-merge-plugin#169
1 parent b3694bc commit 6ab352f

File tree

2 files changed

+35
-19
lines changed

2 files changed

+35
-19
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
"_comment1": "We have to install it from here until the recent changes introduced in the workflow does not get released in a new alpha version.",
2424
"url": "https://github.com/mxr576/apigee-devportal-drupal"
2525
},
26+
"forked-composer-merge-plugin": {
27+
"type": "vcs",
28+
"_comment1": "We have to install it from here until this PR is open: https://github.com/wikimedia/composer-merge-plugin/pull/169. Applying this fix as a patch is not an option.",
29+
"url": "https://github.com/mxr576/composer-merge-plugin"
30+
},
2631
"fixed-composer-patches": {
2732
"type": "package",
2833
"package": {
@@ -55,7 +60,7 @@
5560
"vlucas/phpdotenv": "^2.4",
5661
"webflo/drupal-finder": "^1.0.0",
5762
"webmozart/path-util": "^2.3",
58-
"wikimedia/composer-merge-plugin": "^1.4"
63+
"wikimedia/composer-merge-plugin": "dev-capture-input-options"
5964
},
6065
"require-dev": {
6166
"webflo/drupal-core-require-dev": "~8.5.5"

composer.lock

Lines changed: 29 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)