From e7733839542fc8b7b7a7106327ae9c00e8a09c80 Mon Sep 17 00:00:00 2001 From: Gemorroj Date: Mon, 3 Jul 2023 20:03:31 +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 36746e5..fac62db 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ### Requirements: -- PHP >= 8.0 +- PHP >= 8.0.2 - allow [proc_open](https://www.php.net/proc_open) function - for Windows: 7-zip >= 7.30 (https://www.7-zip.org/) - for Linux/MacOs: p7zip >= 9.38 (https://github.com/p7zip-project/p7zip). UPD: original 7-zip supports linux since 21.01 version? diff --git a/composer.json b/composer.json index 1780389..b649bc3 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": ">=8.0", + "php": ">=8.0.2", "symfony/process": "^5.4||^6.0" }, "require-dev": {