From a1653e9c2b3b3872b54a4dae307e3a75f7d087d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 15:56:50 +0000 Subject: [PATCH] build(deps): update php-forge/debug requirement in the composer group Updates the requirements on [php-forge/debug](https://github.com/php-forge/debug) to permit the latest version. Updates `php-forge/debug` to 0.2.0 - [Release notes](https://github.com/php-forge/debug/releases) - [Changelog](https://github.com/php-forge/debug/blob/main/CHANGELOG.md) - [Commits](https://github.com/php-forge/debug/compare/0.1.0...0.2.0) --- updated-dependencies: - dependency-name: php-forge/debug dependency-version: 0.2.0 dependency-type: direct:production dependency-group: composer ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5413d88..9ea611e 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "ui-awesome/html-interop": "^0.4", "ui-awesome/html-mixin": "^0.8.2", "ui-awesome/html-svg": "^0.6", - "php-forge/debug": "^0.1" + "php-forge/debug": "^0.2" }, "require-dev": { "infection/infection": "^0.35",