From 430524f4ec35913c741f5f88af53c209dd39ebe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:08:59 +0000 Subject: [PATCH] build(deps): update symfony/property-info requirement from 7.0.0 - 7.0.8 || 7.1.0 - 7.1.1 || ^7.1.3 || ^7.2 to ^8.0.8 Updates the requirements on [symfony/property-info](https://github.com/symfony/property-info) to permit the latest version. - [Release notes](https://github.com/symfony/property-info/releases) - [Changelog](https://github.com/symfony/property-info/blob/8.1/CHANGELOG.md) - [Commits](https://github.com/symfony/property-info/commits/v8.0.8) --- updated-dependencies: - dependency-name: symfony/property-info dependency-version: 8.0.8 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 988024d..ef5ffa3 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "symfony/filesystem": "^7.0 || ^8.0", "symfony/finder": "^7.0 || ^8.0", "symfony/property-access": "^7.0 || ^8.0", - "symfony/property-info": "7.0.0 - 7.0.8 || 7.1.0 - 7.1.1 || ^7.1.3 || ^7.2", + "symfony/property-info": "^8.0.8", "symfony/type-info": "^7.0 || ^8.0", "symfony/serializer": "^7.0 || ^8.0", "symfony/service-contracts": "^3.0",