acquia / lightning-project

A Composer-based installer for the Lightning distribution of Drupal 8. Support ended on November 2, 2021 and this project is no longer maintained.
134 stars 60 forks source link

Add patchLevel for drupal/core to extra section of composer.json #109

Open balsama opened 4 years ago

balsama commented 4 years ago

composer-patches ends up leaving a stray directory after trying to apply patches to drupal/core in the wrong place. Lightning Project should use the patchLevel key to declare that drupal/core patches should be applied as -p2.

I.e.:

        "patchLevel": {
            "drupal/core": "-p2"
        }