1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-03 05:12:37 +02:00

[ticket/14948] Require json extension in composer.json

PHPBB3-14948
This commit is contained in:
Marc Alexander
2018-12-30 21:05:01 +01:00
parent 6b7ab5b794
commit 0e83cbe658
2 changed files with 4 additions and 2 deletions

View File

@@ -26,6 +26,7 @@
},
"require": {
"php": ">=7.1",
"ext-json": "*",
"bantu/ini-get-wrapper": "~1.0",
"composer/composer": "^1.6",
"composer/installers": "^1.4",