drupal / localgov_project
Project template for the LocalGov Drupal distribution.
Package info
git.drupalcode.org/project/localgov_project.git
Type:project
pkg:composer/drupal/localgov_project
Requires
- composer/installers: ^2.3
- cweagans/composer-patches: ^1.6
- drupal/core-composer-scaffold: ^11.3
- drupal/core-recommended: ^11.3
- drupal/localgov: ^4.0
- drupal/localgov_search_solr: ^1.1
- wikimedia/composer-merge-plugin: ^2.1
Requires (Dev)
- brianium/paratest: ^6.0 || ^7.3.1
- drupal/coder: ^8.3
- drupal/core-dev: ^11.3
- mglaman/phpstan-drupal: ^1.0
- phpspec/prophecy-phpunit: ^2
- phpstan/phpstan: ^1.0
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-strict-rules: ^1.5
- spaze/phpstan-disallowed-calls: ^4.5.0
- squizlabs/php_codesniffer: ^3.6
Conflicts
- 4.x-dev
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-beta2
- 4.0.0-beta1
- 3.x-dev
- 3.2.x-dev
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.2.0-beta1
- 3.2.0-alpha1
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.2
- 3.0.1
- 3.0.0
- 3.0.0-beta1
- 3.0.0-alpha1
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.0
- 1.0.0-alpha1
- dev-feature/drupal-11-test-all-projects
- dev-fix/3587335-tests
- dev-feature/drupal-org-11
- dev-fix/3.x/drupal-10-tests
- dev-feature/test-localgov-contrib
- dev-feature/3.2.x/gitlabci
- dev-feature/gitlabci
- dev-feature/213-drupalorg
This package is auto-updated.
Last update: 2026-06-10 14:00:52 UTC
README
A Composer-based installer for the LocalGov Drupal distribution.
See https://www.drupal.org/project/localgov_project for more information.
This project template should provide a kickstart for managing your site dependencies with Composer.
Usage
For guidance on installing see:
Installing LocalGov Drupal locally
To install LocalGov Drupal locally for testing or development, we recommend using ddev. See https://ddev.com/get-started/
With ddev installed, it is very quick to set up LocalGov Drupal locally for testing, development and contribution.
composer create-project --no-install drupal/localgov_project:^4.0@beta MY_PROJECT
cd MY_PROJECT
ddev start
composer install
ddev drush si localgov -y
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. One can then extend composer.json, requiring other Drupal and composer packages to 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.
Maintainers
This project is currently maintained by the following users, but do check on https://www.drupal.org/project/localgov_project
- Andy Broomfield: https://www.drupal.org/u/andybroomfield
- Ekes: https://www.drupal.org/u/ekes
- Finn Lewis: https://www.drupal.org/u/finn-lewis
- Mark Conroy: https://www.drupal.org/u/markconroy
- Stephen Cox: https://www.drupal.org/u/stephen-cox
- Tony Barker: https://www.drupal.org/u/tonypaulbarker