Skip to content

Commit

Permalink
Merge pull request #1681 from acquia/ACMS-3359
Browse files Browse the repository at this point in the history
ACMS-3359: Restrict Site Studio to <7.4 version.
  • Loading branch information
vishalkhode1 authored Nov 24, 2023
2 parents d55b54b + 5cc5d1b commit 09b98ac
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions composer.lock

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

4 changes: 2 additions & 2 deletions modules/acquia_cms_site_studio/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Handles code for Site Studio Installation & Related Configurations.",
"license": "GPL-2.0-or-later",
"require": {
"acquia/cohesion": "^6.9.2 || ^7.0",
"acquia/cohesion-theme": "^6.9 || ^7.0",
"acquia/cohesion": "^6.9.2 || ~7.3.2",
"acquia/cohesion-theme": "^6.9.2 || ~7.3.2",
"drupal/acquia_cms_common": "1.x-dev || 2.x-dev || 3.x-dev",
"drupal/collapsiblock": "^4.0",
"drupal/node_revision_delete": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/sitestudio_config_management/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.4",
"acquia/cohesion": "^6.9.2 || ^7.0",
"acquia/cohesion": "^6.9.2 || ~7.3.2",
"drupal/config_filter": "^2.4",
"drupal/config_ignore": "^3.0@beta",
"drupal/config_split": "^2.0"
Expand Down

0 comments on commit 09b98ac

Please sign in to comment.