We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94aba4 commit e773383Copy full SHA for e773383
2 files changed
README.md
@@ -18,7 +18,7 @@
18
19
### Requirements:
20
21
-- PHP >= 8.0
+- PHP >= 8.0.2
22
- allow [proc_open](https://www.php.net/proc_open) function
23
- for Windows: 7-zip >= 7.30 (https://www.7-zip.org/)
24
- for Linux/MacOs: p7zip >= 9.38 (https://github.com/p7zip-project/p7zip). UPD: original 7-zip supports linux since 21.01 version?
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
13
- "php": ">=8.0",
+ "php": ">=8.0.2",
14
"symfony/process": "^5.4||^6.0"
15
},
16
"require-dev": {
0 commit comments