Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #471 from govCMS/release/8.x-1.6
Browse files Browse the repository at this point in the history
Release/8.x 1.6
  • Loading branch information
drupal-spider authored Jul 23, 2020
2 parents 7f0b655 + 931f663 commit 08e384a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
# Tell the GovCMS project to use this "tugboat-latest" tag above to build GovCMS distro in the scaffold.
- rm -Rf /var/govcms
- composer create-project -n --no-install govcms/govcms8-project /var/govcms
- composer --working-dir=/var/govcms require --no-update symfony/event-dispatcher:"4.3.11 as 3.4.35"
- composer --working-dir=/var/govcms require --no-update symfony/event-dispatcher:"4.3.11 as 3.4.41"
- composer --working-dir=/var/govcms config repositories.local path "${TUGBOAT_ROOT}"
- composer --profile --working-dir=/var/govcms require govcms/govcms:dev-tugboat-latest
- ln -snf "/var/govcms/docroot" "${DOCROOT}"
Expand Down
4 changes: 2 additions & 2 deletions composer-lagoon.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"cweagans/composer-patches": "^1.6.5",
"drupal-composer/drupal-scaffold": "^2.5",
"drupal/console": "^1.0.2",
"drupal/core-recommended": "8.8.8",
"drupal/core-recommended": "8.9.1",
"drush/drush": "^9.0.0",
"govcms/govcms": "*",
"symfony/event-dispatcher": "4.3.11 as 3.4.35",
"symfony/event-dispatcher": "4.3.11 as 3.4.41",
"webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3"
},
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"drupal/consumers": "1.9",
"drupal/contact_storage": "1.0.0",
"drupal/context": "4.0-beta2",
"drupal/core-recommended": "8.8.8",
"drupal/core-recommended": "8.9.1",
"drupal/crop":"2.1",
"drupal/ctools": "3.2.0",
"drupal/diff": "1.0-rc2",
Expand All @@ -51,13 +51,13 @@
"drupal/entity_browser": "2.1",
"drupal/entity_class_formatter": "1.3",
"drupal/entity_embed": "1.0",
"drupal/entity_reference_display": "1.2.0",
"drupal/entity_reference_display": "1.3",
"drupal/entity_reference_revisions": "1.6",
"drupal/environment_indicator": "3.5",
"drupal/events_log_track": "1.1",
"drupal/facets": "1.3",
"drupal/features": "3.8",
"drupal/field_group": "3.0-rc1",
"drupal/field_group": "3.1",
"drupal/focal_point": "1.2",
"drupal/ga_login": "1.0-alpha4",
"drupal/google_analytics": "3.0",
Expand All @@ -77,12 +77,12 @@
"drupal/menu_trail_by_path": "1.1",
"drupal/metatag": "1.9",
"drupal/minisite": "1.3",
"drupal/modifiers": "1.3",
"drupal/modifiers": "1.4",
"drupal/module_filter": "3.1",
"drupal/page_manager": "4.0-beta4",
"drupal/panelizer": "4.1",
"drupal/panels": "4.4.0",
"drupal/paragraphs": "1.10",
"drupal/paragraphs": "1.12",
"drupal/password_policy": "3.0-alpha4",
"drupal/pathauto": "1.6.0",
"drupal/permissions_by_term": "2.12",
Expand All @@ -108,7 +108,7 @@
"drupal/webform": "5.13",
"oomphinc/composer-installers-extender": "^1.1",
"swiftmailer/swiftmailer": "5.4.12",
"symfony/event-dispatcher": "4.3.11 as 3.4.35",
"symfony/event-dispatcher": "4.3.11 as 3.4.41",
"symfony/phpunit-bridge": "^3.4.6",
"zaporylie/composer-drupal-optimizations": "^1.1"
},
Expand Down

0 comments on commit 08e384a

Please sign in to comment.