From a08168602804f658ccdb1ca8f11d3e62c32b50ba Mon Sep 17 00:00:00 2001 From: Derk Date: Fri, 26 Sep 2025 18:55:38 +0200 Subject: [PATCH 1/3] Set minimal PHP version to 8.0 Fixing Scruntinizer CI: Could not find a version of package phpbb/phpbb matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4afbcd5..fa63f92 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "role": "Developer" }], "require": { - "php": ">=7.2.0", + "php": ">=8.0.0", "composer/installers": "^1.0 || ^2.0" }, "extra": { From b861dbcd646657428c688cf7635c72c9b62d1f3e Mon Sep 17 00:00:00 2001 From: Derk Date: Fri, 26 Sep 2025 19:09:24 +0200 Subject: [PATCH 2/3] Set composer/installers requirement to 2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fa63f92..c95af8c 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ }], "require": { "php": ">=8.0.0", - "composer/installers": "^1.0 || ^2.0" + "composer/installers": "^2.0" }, "extra": { "display-name": "Sortables Captcha", From d219433193ea392380520bb2d579d0c3f1fd3565 Mon Sep 17 00:00:00 2001 From: Derk Date: Fri, 26 Sep 2025 19:16:29 +0200 Subject: [PATCH 3/3] Set composer/installers to allowed plugins --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index c95af8c..4f82d18 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,11 @@ "php": ">=8.0.0", "composer/installers": "^2.0" }, + "config": { + "allow-plugins": { + "composer/installers": true + } + }, "extra": { "display-name": "Sortables Captcha", "soft-require": {