From 959e61b9e5af5ac505302b801f020333f903d68f Mon Sep 17 00:00:00 2001 From: Tony Air Date: Mon, 28 Dec 2020 06:48:24 +0700 Subject: [PATCH] Upgrade silverstripe/recipe-plugin to support composer 2.0 The "silverstripe/recipe-plugin" plugin was skipped because it requires a Plugin API version ("^1.1") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6ed7f85..b0d5836 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "BSD-3-Clause", "require": { "php": "^7.1 || ^8", - "silverstripe/recipe-plugin": "^1.2", + "silverstripe/recipe-plugin": "^1.5", "silverstripe/recipe-core": "4.x-dev", "silverstripe/admin": "1.x-dev", "silverstripe/asset-admin": "1.x-dev",