From 71353c639689e00a51b60c35ebe45385fb323756 Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Wed, 11 Sep 2024 18:24:29 +0200 Subject: [PATCH 1/3] Allow PHP 8.4 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a1cddd2..0022d26 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "^8.0", "ext-json": "*" }, "autoload": { @@ -20,4 +20,4 @@ "scripts": { "fetch-update": "php bin/fetch-update.php" } -} \ No newline at end of file +} From 16b032228a4e8bada01a935855128def7d62229c Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Thu, 12 Sep 2024 11:38:35 +0200 Subject: [PATCH 2/3] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0022d26..231af7f 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "php": "^8.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-json": "*" }, "autoload": { From 7c1072684f1f7fc4b9d99af19f905d692db1641c Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Thu, 12 Sep 2024 11:46:19 +0200 Subject: [PATCH 3/3] Drop PHP 8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 231af7f..bde1856 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-json": "*" }, "autoload": {