mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15851] Add zip extension to required extensions
PHPBB-15851
This commit is contained in:
parent
d2c402f038
commit
1ba58768f3
2 changed files with 4 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"ext-pdo": "*",
|
"ext-pdo": "*",
|
||||||
|
"ext-zip": "*",
|
||||||
"ext-zlib": "*",
|
"ext-zlib": "*",
|
||||||
"ext-sodium": "*",
|
"ext-sodium": "*",
|
||||||
"bantu/ini-get-wrapper": "~1.0",
|
"bantu/ini-get-wrapper": "~1.0",
|
||||||
|
|
4
phpBB/composer.lock
generated
4
phpBB/composer.lock
generated
|
@ -10176,7 +10176,9 @@
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"ext-pdo": "*",
|
"ext-pdo": "*",
|
||||||
"ext-zlib": "*"
|
"ext-zip": "*",
|
||||||
|
"ext-zlib": "*",
|
||||||
|
"ext-sodium": "*"
|
||||||
},
|
},
|
||||||
"platform-dev": [],
|
"platform-dev": [],
|
||||||
"platform-overrides": {
|
"platform-overrides": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue