Skip to content

Commit

Permalink
ACMS-3646: Add drs in acquia_cms.
Browse files Browse the repository at this point in the history
  • Loading branch information
chandan-singh7929 committed Mar 20, 2024
1 parent 4e58c90 commit a1cd77d
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 2 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"homepage": "https://github.com/acquia/acquia_cms",
"require": {
"acquia/acquia-cms-starterkit": "1.1.5",
"acquia/drupal-recommended-settings": "dev-ACMS-3658",
"drupal/acquia_claro": "^1.3",
"drupal/acquia_cms_audio": "dev-develop",
"drupal/acquia_cms_component": "dev-develop",
Expand Down Expand Up @@ -251,6 +252,7 @@
},
"config": {
"allow-plugins": {
"acquia/drupal-recommended-settings": true,
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
Expand Down
170 changes: 168 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tests/packages_alter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ acquia/acquia_cms:
type: drupal-module
version_dev: 1.x-dev

# Allow composer plugin in allow list.
acquia/drupal-recommended-settings:
type: composer-plugin
mnsami/composer-custom-directory-installer:
type: composer-plugin
php-http/discovery:
Expand Down

0 comments on commit a1cd77d

Please sign in to comment.