From f922afad86bfc2b7fc424e1a6b19961c0a6c7b44 Mon Sep 17 00:00:00 2001 From: Rajeshreeputra Date: Thu, 17 Aug 2023 10:13:28 +0530 Subject: [PATCH] ACMS-1934: Add drupal/config_sync_without_site_uuid project plugin. --- composer.json | 1 + composer.lock | 29 +++++++++++++++++++++++++++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d957f87..3caefc7 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,7 @@ "acquia/memcache-settings": "^1", "composer/installers": "^2.1", "cweagans/composer-patches": "^1.6", + "drupal/config_sync_without_site_uuid": "^1.0@beta", "drupal/core-composer-scaffold": "^9", "drupal/core-recommended": "^9", "drupal/upgrade_status": "^4.0", diff --git a/composer.lock b/composer.lock index 3c60770..3b5338d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1b1e1c05ad5d97eea2e92135a902f67a", + "content-hash": "ffdd314b87189754bf8a692b8a6d924c", "packages": [ { "name": "acquia/acquia-cms-starterkit", @@ -1872,6 +1872,29 @@ "abandoned": "roave/better-reflection", "time": "2022-05-31T18:46:25+00:00" }, + { + "name": "drupal/config_sync_without_site_uuid", + "version": "1.0.0-beta1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/config_sync_without_site_uuid.git", + "reference": "2f6aea8a46553523b473c53dc2df87a76c2130a2" + }, + "require": { + "drupal/core": "^9 || ^10" + }, + "type": "library", + "autoload": { + "files": [ + "globals.php" + ], + "psr-4": { + "Drupal\\ConfigSyncWithoutSiteUuid\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "time": "2023-03-13T16:14:16+00:00" + }, { "name": "drupal/core", "version": "9.5.10", @@ -10261,7 +10284,9 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": { + "drupal/config_sync_without_site_uuid": 10 + }, "prefer-stable": true, "prefer-lowest": false, "platform": {