From 886f417b0607731e2ad715f0996b4d64cd8cac5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:33:07 +0000 Subject: [PATCH] Update nette/neon requirement from ^3.2 to ^3.4 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.2.0...v3.4.3) --- updated-dependencies: - dependency-name: nette/neon 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 b40577e..4aaa3fa 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ }, "require": { "php": "^7.4 || ^8.0", - "nette/neon": "^3.2", + "nette/neon": "^3.4", "symfony/polyfill-php80": "^1.26", "thecodingmachine/safe": "^1.3 || ^2.0" },