Skip to content

Commit b07aa17

Browse files
committed
Issue plesk#89: compatibility with PHP 8
1 parent caeb83c commit b07aa17

File tree

2 files changed

+905
-412
lines changed

2 files changed

+905
-412
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.3",
17+
"php": "^7.3 || ^8.0",
1818
"ext-curl": "*",
1919
"ext-xml": "*",
2020
"ext-simplexml": "*"

0 commit comments

Comments
 (0)