From 529a16f71599ebc549c01ddad434c65ed988a4e7 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Sun, 12 May 2024 16:38:04 -0600 Subject: [PATCH] add symfony 7 And drop unmaintained versions of Symfony, fixes #15 --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 343ef6f..0ae3341 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ "setono/google-analytics-measurement-protocol": "^1.0.0-alpha.8", "setono/tag-bag": "^2.2", "setono/tag-bag-bundle": "^3.0", - "symfony/config": "^5.4 || ^6.0", - "symfony/dependency-injection": "^5.4 || ^6.0", - "symfony/event-dispatcher": "^5.4 || ^6.0", + "symfony/config": "^5.4 || ^6.4 || ^7.0", + "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0", + "symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0", "symfony/event-dispatcher-contracts": "^2.5 || ^3.2", - "symfony/filesystem": "^5.4 || ^6.0", - "symfony/http-foundation": "^5.4 || ^6.0", - "symfony/http-kernel": "^5.4 || ^6.0", - "symfony/messenger": "^5.4 || ^6.0", + "symfony/filesystem": "^5.4 || ^6.4 || ^7.0", + "symfony/http-foundation": "^5.4 || ^6.4 || ^7.0", + "symfony/http-kernel": "^5.4 || ^6.4 || ^7.0", + "symfony/messenger": "^5.4 || ^6.4 || ^7.0", "webmozart/assert": "^1.11", "webmozart/glob": "^4.6" },