diff --git a/src/Utils.php b/src/Utils.php index 2bdc49b..4774f1c 100644 --- a/src/Utils.php +++ b/src/Utils.php @@ -25,7 +25,7 @@ public static function stopScaffolding(): void { $site_path = DRUPAL_ROOT . '/' . $kernel->getSitePath(); self::useSettingsFromVendor($site_path); - $composer_json_path = DRUPAL_ROOT . '/composer.json'; + $composer_json_path = DRUPAL_ROOT . '/../composer.json'; self::removePantheonScaffolding($composer_json_path); }