1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 21:02:41 +02:00

[ticket/17450] Remove obsolete requirement for JSON extension

PHPBB-17450
This commit is contained in:
Marc Alexander
2024-12-14 15:36:45 -05:00
parent 2827bad8d4
commit bac5ac45da
2 changed files with 1 additions and 3 deletions

View File

@@ -27,7 +27,6 @@
},
"require": {
"php": "^8.1",
"ext-json": "*",
"ext-pdo": "*",
"ext-zlib": "*",
"bantu/ini-get-wrapper": "~1.0",