Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add back acms and acms common #594

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 18 additions & 28 deletions config/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,34 +50,24 @@
# config/services.yml for the relevant code or bin/self-test for a usage
# example.

# Removed due to outage caused by ACMS on 06/26/2024.
#acquia/acquia_cms:
# core_matrix:
# 10.3.x:
# version: ~
# version_dev: ~
# '*':
# version: 2.x
# version_dev: 2.x-dev

# Removed due to outage caused by ACMS on 06/26/2024.
#drupal/acquia_cms_common:
# core_matrix:
# 10.3.x:
# version: ~
# version_dev: ~
# '>=10.2.2':
# version: 3.3.x
# version_dev: 3.3.x-dev
# 10.1.x:
# version: 3.2.x
# version_dev: 3.2.x-dev
# '>=10.0.9 <10.1':
# version: 3.1.x
# version_dev: 3.1.x-dev
# '>=9.5.10 <10.0.9':
# version: 2.x
# version_dev: 2.x-dev
acquia/acquia_cms:
version: 2.x
version_dev: 2.x-dev

drupal/acquia_cms_common:
core_matrix:
'>=10.2.2':
version: 3.3.x
version_dev: 3.3.x-dev
10.1.x:
version: 3.2.x
version_dev: 3.2.x-dev
'>=10.0.9 <10.1':
version: 3.1.x
version_dev: 3.1.x-dev
'>=9.5.10 <10.0.9':
version: 2.x
version_dev: 2.x-dev

drupal/acquia_connector:
version: 4.x
Expand Down
Loading