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": [],