From dbe5eb18f573b4341db2b52d445c97be3f8307b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:40:35 +0000 Subject: [PATCH] Update kint-php/kint requirement from 5.1.1 to 6.1.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/5.1.1...6.1.0) --- updated-dependencies: - dependency-name: kint-php/kint dependency-version: 6.1.0 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 d561d23..da65803 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "drupal/devel": "^5.1.2 || ^5.2.1 || ^5.3.1", "drupal/migrate_devel": "3.0.0", "drupal/upgrade_status": "4.3.8", - "kint-php/kint": "5.1.1", + "kint-php/kint": "6.1.0", "liuggio/fastest": "1.11.0", "pheromone/phpcs-security-audit": "dev-main", "phpcompatibility/php-compatibility": "9.3.5"