From 822f7a55309c1a3c619ef6b261e2c52ecf4d2af4 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sat, 1 Apr 2023 22:15:56 +0300 Subject: [PATCH] Adding missing ext-json to composer.json. --- composer.json | 1 + composer.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 21002d4..059f312 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,7 @@ "require": { "php": ">=8.1", "ext-ctype": "*", + "ext-json": "*", "ext-iconv": "*", "doctrine/annotations": "^2.0", "doctrine/doctrine-bundle": "^2.8", diff --git a/composer.lock b/composer.lock index 5237e9c..1490539 100644 --- a/composer.lock +++ b/composer.lock @@ -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": [],