mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
set supported version to include PHP 8.2
This commit is contained in:
parent
50c796196b
commit
ae3780f7e8
@ -62,7 +62,7 @@
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.4,<=8.1",
|
||||
"php": ">=7.4,<=8.2",
|
||||
"ext-gd": "*",
|
||||
"ext-json": "*",
|
||||
"ext-mysqli": "*",
|
||||
|
4
composer.lock
generated
4
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "dcd6d053a68e1835ffa9ec7383d3b920",
|
||||
"content-hash": "308be89363af48d9ddca60715f4e00ca",
|
||||
"packages": [
|
||||
{
|
||||
"name": "adldap2/adldap2",
|
||||
@ -12083,7 +12083,7 @@
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": ">=7.4,<=8.1",
|
||||
"php": ">=7.4,<=8.2",
|
||||
"ext-gd": "*",
|
||||
"ext-json": "*",
|
||||
"ext-mysqli": "*",
|
||||
|
Loading…
Reference in New Issue
Block a user