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": {