Adding missing ext-json to composer.json.

This commit is contained in:
Alexey Skobkin 2023-04-01 22:15:56 +03:00
parent 5cb0cecd69
commit 822f7a5530
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@
"require": {
"php": ">=8.1",
"ext-ctype": "*",
"ext-json": "*",
"ext-iconv": "*",
"doctrine/annotations": "^2.0",
"doctrine/doctrine-bundle": "^2.8",

3
composer.lock generated
View File

@ -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": "8109c79684695e9c0be37589c3cef435",
"content-hash": "624fc1373f765768180c71ece06b8d4f",
"packages": [
{
"name": "doctrine/annotations",
@ -9814,6 +9814,7 @@
"platform": {
"php": ">=8.1",
"ext-ctype": "*",
"ext-json": "*",
"ext-iconv": "*"
},
"platform-dev": [],