acquia / acquia-cms-project
Project template for Drupal 9 sites built with the Acquia CMS distribution.
Installs: 1 070
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 14
Forks: 9
Open Issues: 1
Language:Shell
Type:project
Requires
- php: ^7.3 || ^8.0
- acquia/acquia_cms: ^1.0
- acquia/drupal-environment-detector: ^1
- acquia/memcache-settings: ^1
- cweagans/composer-patches: ^1.6.0
- drupal/core-composer-scaffold: ^9
- drush/drush: ^10
- oomphinc/composer-installers-extender: ^1.1 || ^2
This package is auto-updated.
Last update: 2022-05-20 18:46:22 UTC
README
If you're starting a new project with Acquia CMS, please use Acquia's Drupal Recommended Project instead.
If you initially built your Acquia CMS project by running composer create-project acquia/acquia-cms-project
, your composer.json is still valid and will continue to work until the release of Acquia CMS 2.0, at which point you will no longer receive the latest version of ACMS by running composer update
.
You should merge the contents of your composer.json with drupal-recommended-project's composer.json in order to ensure compatability with all Acquia CMS versions after a 2.0 release. Don't forget to include any Composer dependencies added after the initial composer create-project
was completed.