mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +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": {
|
||||
"php": "^8.1",
|
||||
"ext-pdo": "*",
|
||||
"ext-zip": "*",
|
||||
"ext-zlib": "*",
|
||||
"ext-sodium": "*",
|
||||
"bantu/ini-get-wrapper": "~1.0",
|
||||
|
|
4
phpBB/composer.lock
generated
4
phpBB/composer.lock
generated
|
@ -10176,7 +10176,9 @@
|
|||
"platform": {
|
||||
"php": "^8.1",
|
||||
"ext-pdo": "*",
|
||||
"ext-zlib": "*"
|
||||
"ext-zip": "*",
|
||||
"ext-zlib": "*",
|
||||
"ext-sodium": "*"
|
||||
},
|
||||
"platform-dev": [],
|
||||
"platform-overrides": {
|
||||
|
|
Loading…
Add table
Reference in a new issue