From fb5034e0138b024f80d4be8648bc387c5d96b0ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 00:37:10 +0000 Subject: [PATCH] chore: update nette/neon requirement from 3.4.7 to 3.4.8 Updates the requirements on [nette/neon](https://github.com/nette/neon) to permit the latest version. - [Release notes](https://github.com/nette/neon/releases) - [Commits](https://github.com/nette/neon/compare/v3.4.7...v3.4.8) --- updated-dependencies: - dependency-name: nette/neon dependency-version: 3.4.8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7391273..70f517d 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "ext-xml": "*" }, "require-dev": { - "nette/neon": "3.4.7", + "nette/neon": "3.4.8", "phpstan/phpstan": "2.1.54", "phpstan/phpstan-strict-rules": "2.0.11", "phpunit/phpunit": "11.5.50",