diff --git a/composer.json b/composer.json index c4b6fa5..8f6d5d7 100644 --- a/composer.json +++ b/composer.json @@ -9,11 +9,11 @@ "prefer-stable": true, "minimum-stability": "dev", "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" }, "autoload": { "files": [ "src/autoload.php" ] } -} \ No newline at end of file +}