From 7c3a8a87c3e5e47a8e48d0aef34bdacb6d1db569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 23:10:14 +0000 Subject: [PATCH] Update kint-php/kint requirement from 5.1.1 to 6.0.1 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.0.1) --- updated-dependencies: - dependency-name: kint-php/kint dependency-version: 6.0.1 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..1280710 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.0.1", "liuggio/fastest": "1.11.0", "pheromone/phpcs-security-audit": "dev-main", "phpcompatibility/php-compatibility": "9.3.5"