From 812f4c281de9a5af034fc4145d9f1f63b59bc471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:42:13 +0000 Subject: [PATCH] Update symfony/property-access requirement from 6.4.* to 7.0.* Updates the requirements on [symfony/property-access](https://github.com/symfony/property-access) to permit the latest version. - [Release notes](https://github.com/symfony/property-access/releases) - [Changelog](https://github.com/symfony/property-access/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/property-access/compare/v6.4.0...v7.0.4) --- updated-dependencies: - dependency-name: symfony/property-access 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 aab0cbc2..d2ab87f8 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "symfony/monolog-bundle": "^3.0", "symfony/notifier": "6.4.*", "symfony/process": "6.4.*", - "symfony/property-access": "6.4.*", + "symfony/property-access": "7.0.*", "symfony/property-info": "6.4.*", "symfony/rate-limiter": "6.4.*", "symfony/runtime": "6.4.*",