Skip to content

Commit e773383

Browse files
committed
build: min php version is 8.0.2
1 parent b94aba4 commit e773383

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
### Requirements:
2020

21-
- PHP >= 8.0
21+
- PHP >= 8.0.2
2222
- allow [proc_open](https://www.php.net/proc_open) function
2323
- for Windows: 7-zip >= 7.30 (https://www.7-zip.org/)
2424
- for Linux/MacOs: p7zip >= 9.38 (https://github.com/p7zip-project/p7zip). UPD: original 7-zip supports linux since 21.01 version?

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=8.0",
13+
"php": ">=8.0.2",
1414
"symfony/process": "^5.4||^6.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)