allow PHP 8.1 too

This commit is contained in:
ralf 2022-04-06 14:23:42 +03:00
parent 8bd1a91050
commit 29dac6f76d
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@
} }
}, },
"require": { "require": {
"php": ">=7.3,<=8.0", "php": ">=7.3,<=8.1",
"ext-gd": "*", "ext-gd": "*",
"ext-json": "*", "ext-json": "*",
"ext-mysqli": "*", "ext-mysqli": "*",

4
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "72491a62f4c23bca02b53c3d163e5fbc", "content-hash": "d7a9424816ea1e4afa8d100bfddd6862",
"packages": [ "packages": [
{ {
"name": "adldap2/adldap2", "name": "adldap2/adldap2",
@ -12616,7 +12616,7 @@
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7.3,<=8.0", "php": ">=7.3,<=8.1",
"ext-gd": "*", "ext-gd": "*",
"ext-json": "*", "ext-json": "*",
"ext-mysqli": "*", "ext-mysqli": "*",