1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-30 11:11:23 +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
No known key found for this signature in database
2 changed files with 9 additions and 5 deletions

View File

@ -28,8 +28,8 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-zlib": "*",
"bantu/ini-get-wrapper": "~1.0",
"chita/topological_sort": "^3.0",
"composer/composer": "^2.0",
@ -50,6 +50,7 @@
"symfony/finder": "^6.3",
"symfony/http-foundation": "^6.3",
"symfony/http-kernel": "^6.3",
"symfony/polyfill-mbstring": "^1.23",
"symfony/mime": "^6.3",
"symfony/process": "^6.3",
"symfony/proxy-manager-bridge": "^6.3",
@ -71,6 +72,9 @@
"vimeo/psalm": "^4.14",
"psalm/plugin-symfony": "^3.1"
},
"suggest": {
"ext-mbstring": "Better performance in search"
},
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"

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"
}