From af433fed32b4fd8697f6f7d043d96ea6b34664f7 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Mon, 6 Oct 2025 04:22:44 +0700 Subject: [PATCH 1/2] Add PHP 8.5 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1e5e67d..633d8a0 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "~8.2.0 || ~8.3.0 || ~8.4.0", + "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", "composer-runtime-api": "^2.2.0" }, "require-dev": { From 5e41c5c3800719dfcb42f141bb273c9e64f6bbe7 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Mon, 6 Oct 2025 04:28:08 +0700 Subject: [PATCH 2/2] regenerate composer.lock --- composer.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index e4a8969..6beaa86 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "dac6a2846b3a7831002c31f143e78232", + "content-hash": "c94385f44d2f95908540f5eeb738533e", "packages": [], "packages-dev": [ { @@ -7346,7 +7346,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.2.0 || ~8.3.0 || ~8.4.0", + "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", "composer-runtime-api": "^2.2.0" }, "platform-dev": {