From 8e2bd9a782006a28b5e1692c271169c53768b439 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Tue, 16 Jul 2024 17:13:19 +0200 Subject: [PATCH] Allow installation of jms serializer bundel 5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e0b0bb5e..2ea55856 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "handcraftedinthealps/elasticsearch-bundle": "^5.2.6.4", "handcraftedinthealps/elasticsearch-dsl": "^5.0.7.1 || ^6.2.0.1 || ^7.2.0.1", "jms/serializer": "^3.3", - "jms/serializer-bundle": "^3.3 || ^4.0", + "jms/serializer-bundle": "^3.3 || ^4.0 || ^5.0", "sulu/sulu": "~2.4.13 || ^2.5.9@dev", "symfony/config": "^4.3 || ^5.0 || ^6.0 || ^7.0", "symfony/dependency-injection": "^4.3 || ^5.0 || ^6.0 || ^7.0",