From abfdd546c8aec758fc97400f03f3b1d3f46726e0 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 19 May 2020 12:21:50 +0100 Subject: [PATCH] Set the minimum stability to stable --- composer.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index d6d2cc5..c7e76f8 100644 --- a/composer.json +++ b/composer.json @@ -36,13 +36,26 @@ } ], "require": { - "thunder/thunder-distribution": "~3.4", + "composer/installers": "^1.2", "cweagans/composer-patches": "^1.6.5", + "drupal/access_unpublished": "1.0.x@beta", + "drupal/autofill": "1.0.x@alpha", + "drupal/better_normalizers": "1.0.x@beta", + "drupal/breakpoint_js_settings": "1.0.x@rc", "drupal/core-composer-scaffold": "^8.8||^9.0", - "composer/installers": "^1.2", + "drupal/default_content": "1.0.x@alpha", + "drupal/empty_fields": "1.0.x@alpha", + "drupal/inline_entity_form": "1.0.x@rc", + "drupal/libraries": "3.0.x@alpha", + "drupal/linkit": "5.0.x@beta", + "drupal/liveblog": "1.2.x@alpha", + "drupal/password_policy": "3.0.x@beta", + "drupal/responsive_preview": "1.0.x@beta", + "drupal/slick_media": "2.0.x@alpha", "drush/drush": "^9.0||^10.0", - "vlucas/phpdotenv": "^2.4", "oomphinc/composer-installers-extender": "^1.1", + "thunder/thunder-distribution": "~3.4", + "vlucas/phpdotenv": "^2.4", "zaporylie/composer-drupal-optimizations": "^1.1" }, "require-dev": { @@ -51,8 +64,6 @@ "conflict": { "drupal/drupal": "*" }, - "minimum-stability": "dev", - "prefer-stable": true, "autoload": { "files": ["load.environment.php"] },