capynet / DrupalPayPalRecurrringPayment

2 stars 0 forks source link

Make the module compatible with composer #9

Open capynet opened 7 years ago

capynet commented 7 years ago
fran commented 6 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.