localgov_project
A composer-based installer for the LocalGov Drupal distribution.
This project template should provide a kickstart for managing your site dependencies with composer.
Usage
For guidance on installing see:
composer.json and composer.lock
We expect most projects using this package will start with the composer.json in this package, committing it to your own project repository as your own root composer.json. You can then extend composer.json, requiring other Drupal and composer packages and evolve your codebase as needed.
Once you have run a composer create-project command, it is usually desirable to commit the composer.lock file to your project repository and use this lock file to control the specific version of packages that you deploy to dev, test and ultimately production hosting environments.