Last active
November 27, 2015 03:12
-
-
Save rlandas/8e2c9105558baf54420b to your computer and use it in GitHub Desktop.
COMPOSER Merge composer.json from non-composer installed packages in module/package folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"require":{ | |
"wikimedia/composer-merge-plugin":"~1.0" | |
}, | |
"extra":{ | |
"merge-plugin":{ | |
"include":[ | |
"module/*/composer.json", | |
"module/*/*/composer.json" | |
], | |
"recurse":true, | |
"replace":true, | |
"merge-extra":true | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
composer require "wikimedia/composer-merge-plugin":"~1.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment