diff --git a/composer.json b/composer.json index a1cddd2..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", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-json": "*" }, "autoload": { @@ -20,4 +20,4 @@ "scripts": { "fetch-update": "php bin/fetch-update.php" } -} \ No newline at end of file +}