From e3f253c54dfa050e6ae139b964370f08724e39f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20Cuculi=C4=87?= Date: Fri, 19 Jun 2026 10:05:00 +0200 Subject: [PATCH 1/2] Update composer/installers version for PHP 8.4 compatibility Silence deprecation notices. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d74c24..e2e8fbd 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": "^8.2", "october/rain": "^4.0", - "composer/installers": "~1.0" + "composer/installers": "~1.0|~2.0" }, "autoload" : { "files" : [ From 72e742e82a4ea14e1de7451582269077f41b3686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20Cuculi=C4=87?= Date: Fri, 26 Jun 2026 10:07:41 +0200 Subject: [PATCH 2/2] Update composer/installers version constraint (double pipe notation) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e2e8fbd..9b74223 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": "^8.2", "october/rain": "^4.0", - "composer/installers": "~1.0|~2.0" + "composer/installers": "^1.0 || ^2.0" }, "autoload" : { "files" : [