mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14948] Require json extension in composer.json
PHPBB3-14948
This commit is contained in:
parent
6b7ab5b794
commit
0e83cbe658
2 changed files with 4 additions and 2 deletions
|
@ -26,6 +26,7 @@
|
|||
},
|
||||
"require": {
|
||||
"php": ">=7.1",
|
||||
"ext-json": "*",
|
||||
"bantu/ini-get-wrapper": "~1.0",
|
||||
"composer/composer": "^1.6",
|
||||
"composer/installers": "^1.4",
|
||||
|
|
5
phpBB/composer.lock
generated
5
phpBB/composer.lock
generated
|
@ -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": "6a8468f04c57f06db3f5d30b7f46a644",
|
||||
"content-hash": "902062b6787accb7fd7a7bba87a920b0",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bantu/ini-get-wrapper",
|
||||
|
@ -4635,7 +4635,8 @@
|
|||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": ">=7.1"
|
||||
"php": ">=7.1",
|
||||
"ext-json": "*"
|
||||
},
|
||||
"platform-dev": [],
|
||||
"platform-overrides": {
|
||||
|
|
Loading…
Add table
Reference in a new issue