From 5661f8443d39bee4164fbf958de3a140c1dd4699 Mon Sep 17 00:00:00 2001 From: Ankit Pathak Date: Tue, 23 Jan 2024 14:52:19 +0530 Subject: [PATCH] ACMS-1890: Adding temp commit to test drs config override. --- composer.json | 2 +- composer.lock | 15 +++++++-------- src/Robo/Commands/Blt/MigrateToDrsCommand.php | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 728357a3e..a5db88030 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "composer-plugin-api": "^2.0", "composer-runtime-api": "^2.0", "acquia/drupal-environment-detector": "^1.5.3", - "acquia/drupal-recommended-settings": "dev-develop", + "acquia/drupal-recommended-settings": "dev-ACMS-3508", "consolidation/comments": "^1.0", "consolidation/config": "^2.0.0", "consolidation/robo": "^4", diff --git a/composer.lock b/composer.lock index 647b7de2c..46d73d5e8 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": "8798857a1adbb0eb26c6930401091b6e", + "content-hash": "9419d1bcd0af1123bfe04300d956a99e", "packages": [ { "name": "acquia/drupal-environment-detector", @@ -61,16 +61,16 @@ }, { "name": "acquia/drupal-recommended-settings", - "version": "dev-develop", + "version": "dev-ACMS-3508", "source": { "type": "git", "url": "https://github.com/acquia/drupal-recommended-settings.git", - "reference": "3bdd6881a214a67db84ada2b6ca1966130176e42" + "reference": "0db00f6f260a3d56c554787ef0944e26d79251da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/acquia/drupal-recommended-settings/zipball/3bdd6881a214a67db84ada2b6ca1966130176e42", - "reference": "3bdd6881a214a67db84ada2b6ca1966130176e42", + "url": "https://api.github.com/repos/acquia/drupal-recommended-settings/zipball/0db00f6f260a3d56c554787ef0944e26d79251da", + "reference": "0db00f6f260a3d56c554787ef0944e26d79251da", "shasum": "" }, "require": { @@ -89,7 +89,6 @@ "phpro/grumphp-shim": "^2.2", "phpunit/phpunit": "^9 || ^10" }, - "default-branch": true, "type": "composer-plugin", "extra": { "class": "Acquia\\Drupal\\RecommendedSettings\\Plugin" @@ -118,9 +117,9 @@ "support": { "docs": "https://docs.acquia.com/drupal-recommended-settings/", "issues": "https://github.com/acquia/drupal-recommended-settings/issues", - "source": "https://github.com/acquia/drupal-recommended-settings/tree/develop" + "source": "https://github.com/acquia/drupal-recommended-settings/tree/ACMS-3508" }, - "time": "2023-11-21T12:48:07+00:00" + "time": "2024-01-22T10:38:33+00:00" }, { "name": "asm89/stack-cors", diff --git a/src/Robo/Commands/Blt/MigrateToDrsCommand.php b/src/Robo/Commands/Blt/MigrateToDrsCommand.php index c98429562..b299d8b61 100644 --- a/src/Robo/Commands/Blt/MigrateToDrsCommand.php +++ b/src/Robo/Commands/Blt/MigrateToDrsCommand.php @@ -114,7 +114,7 @@ private function processSettingsFile(string $site): void { "$sitePath/settings.php", "$sitePath/settings/local.settings.php", "$sitePath/settings/default.local.settings.php", - ] + ]; $filesystem = new Filesystem(); foreach ($relativePaths as $relativePath) { if ($filesystem->exists($relativePath)) {