1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

[ticket/16923] Fix composer.json dependencies

PHPBB3-16923
This commit is contained in:
Ruben Calvo
2023-09-23 13:35:17 +02:00
parent 276d793c7b
commit e9445bfeb5
2 changed files with 9 additions and 5 deletions

8
phpBB/composer.lock generated
View File

@@ -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": "fec6e6e713d3e0d587befaede71cc570",
"content-hash": "1b3c23af9540af5f573e31c7a9e715c1",
"packages": [
{
"name": "bantu/ini-get-wrapper",
@@ -8985,12 +8985,12 @@
"platform": {
"php": "^8.1",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*"
"ext-pdo": "*",
"ext-zlib": "*"
},
"platform-dev": [],
"platform-overrides": {
"php": "8.1.0"
},
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.6.0"
}