diff --git a/composer.json b/composer.json index 95c345c..ab127a5 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": "^8.1|^8.2", + "php": "^8.0|^8.1|^8.2", "ext-json": "*", "aws/aws-sdk-php": "^3.308", "bref/bref": "^1.1", @@ -56,7 +56,7 @@ "config": { "sort-packages": true, "platform": { - "php": "8.1.27" + "php": "8.0.12" }, "allow-plugins": { "pestphp/pest-plugin": true