diff --git a/composer.dev.json b/composer.dev.json index 8066d71..6f75c0f 100644 --- a/composer.dev.json +++ b/composer.dev.json @@ -248,9 +248,6 @@ "patches": { "behat/gherkin": { "Correctly filter features, now that the base path is correctly set - https://github.com/Behat/Gherkin/pull/129": "https://patch-diff.githubusercontent.com/raw/Behat/Gherkin/pull/129.patch" - }, - "cweagans/composer-patches": { - "Fix for already applied patches - specific to 1.6.5": "patches/composer-patches/fix-applied-patches.patch" } } } diff --git a/composer.json b/composer.json index d14aaa9..ea0d142 100644 --- a/composer.json +++ b/composer.json @@ -4,9 +4,9 @@ "license": "GPL-2.0-or-later", "type": "drupal-module", "require": { - "dpc-sdp/tide_core": "1.2.0" + "dpc-sdp/tide_core": "1.2.2" }, "suggest": { - "dpc-sdp/tide_media:1.2.1": "Media and related configuration for Tide Drupal 8 distribution" + "dpc-sdp/tide_media:1.2.3": "Media and related configuration for Tide Drupal 8 distribution" } }