N°5535 - Fix PHP max version to 8.1 in composer for iTop 3.0.2+

This commit is contained in:
Molkobain
2022-09-20 13:42:45 +02:00
parent e55ac6002a
commit 7071712a0a

View File

@@ -4,7 +4,7 @@
"type": "project",
"license": "AGPL-3.0-only",
"require": {
"php": ">=7.1.3 <8.0.0",
"php": ">=7.1.3 <8.1.0",
"ext-ctype": "*",
"ext-dom": "*",
"ext-gd": "*",