Open capynet opened 7 years ago
I think the problem is fixed since Drupal use wikimedia/composer-merge-plugin. Adding this code to composer.json in the project the library will be added automatically.
"merge-plugin": {
"include": [
"core/composer.json",
**"modules/contrib/DrupalPayPalRecurrringPayment/paypal_sdk/composer.json"**
],
"recurse": true,
"replace": false,
"merge-extra": false
},
We should only update the README.md file with a note to add the line.