From 5a69628b6b4c2d0a33233cef542261bb5f599647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 21:30:30 +0000 Subject: [PATCH] chore(deps): update kint-php/kint requirement from ^3.3 to ^4.0 Updates the requirements on [kint-php/kint](https://github.com/kint-php/kint) to permit the latest version. - [Release notes](https://github.com/kint-php/kint/releases) - [Commits](https://github.com/kint-php/kint/compare/3.3...4.0) --- updated-dependencies: - dependency-name: kint-php/kint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 25ec1512ad23..9abb50966cf8 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "ext-intl": "*", "ext-json": "*", "ext-mbstring": "*", - "kint-php/kint": "^3.3", + "kint-php/kint": "^4.0", "laminas/laminas-escaper": "^2.9", "psr/log": "^1.1" },