From 32ab085350e002bee1342fb405d885225bf4f73f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 19:09:41 +0000 Subject: [PATCH] chore(deps): update kint-php/kint requirement from ^4.2 to ^5.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/4.2.0...5.0.1) --- 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 2e0dbf9a7597..d07068167991 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "ext-intl": "*", "ext-json": "*", "ext-mbstring": "*", - "kint-php/kint": "^4.2", + "kint-php/kint": "^5.0", "laminas/laminas-escaper": "^2.9", "psr/log": "^1.1" },