From dcb9e90a5034508776488060babc5a70f881a60d Mon Sep 17 00:00:00 2001 From: Stephan Zeidler Date: Sun, 29 Dec 2024 15:15:52 +0100 Subject: [PATCH] Use proper version constraint for drupal-scaffold --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e26b8e5ab..966bd1889 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "drupal/monolog": "^3.0", "drush/drush": "^13.0", "oomphinc/composer-installers-extender": "^2.0", - "ramsalt/drupal-scaffold": "*", + "ramsalt/drupal-scaffold": "^1.0", "vlucas/phpdotenv": "^5.1", "webflo/drupal-finder": "^1.3" },