diff --git a/config/packages.yml b/config/packages.yml index d0b3720b9..a859c7275 100644 --- a/config/packages.yml +++ b/config/packages.yml @@ -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