Explicitly mark in composer.json that PHP 8 is allowed

This commit is contained in:
Jan Böhmer 2022-07-24 00:30:32 +02:00
parent dd38749081
commit a8bd8942f3

View file

@ -2,7 +2,7 @@
"type": "project", "type": "project",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"require": { "require": {
"php": "^7.3", "php": "^7.3 || ^8.0",
"ext-ctype": "*", "ext-ctype": "*",
"ext-gd": "*", "ext-gd": "*",
"ext-iconv": "*", "ext-iconv": "*",