Documenting allowing contrib modules for migration through composer lock file

This commit is contained in:
benjamin melançon 2018-08-24 16:06:44 -04:00
parent a9f6861116
commit 2b6970929e

8
.gitignore vendored
View file

@ -30,4 +30,10 @@ vendor/
.vagrant
## Ignore lock file during development / not used on platform anyway
composer.lock
## Temporarily allow deployment of select contrib modules (by permitting the lock file).
## So far we are using select contrib modules for migration only, which wouldn't
## technically ever be required on the platform... but they'd have to be uninstalled
## before the configuration were deployed. We need to at least report to sites "your
## composer.json/composer.lock file called for modules X and Y, which were not deployed"
## to make it easier to understand the resulting config import error :-/
# composer.lock