From 7572f863f49fdf135eac3781b969801ea7f3d71e Mon Sep 17 00:00:00 2001 From: Gemorroj Date: Mon, 3 Jul 2023 20:03:02 +0300 Subject: [PATCH] build: min php version is 8.0.2 --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c8b336..5818808 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### Requirements: -- PHP >= 8.0 +- PHP >= 8.0.2 ### Installation: ```bash diff --git a/composer.json b/composer.json index e25617c..892d492 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "W3C CSS Validator service.", "license": "LGPL-3.0-or-later", "require": { - "php": ">=8.0", + "php": ">=8.0.2", "ext-dom": "*", "ext-libxml": "*", "symfony/http-client": "^5.4||^6.0"