From 135bb48b981e3c3b68aeb0cb352e97981cdc7ca8 Mon Sep 17 00:00:00 2001 From: Martin Hujer Date: Thu, 31 Dec 2020 11:48:15 +0100 Subject: [PATCH] lock JMS/Serializer to 3.2+ which is first with PHP 7.4 compatibility See https://github.com/schmittjoh/serializer/issues/1111 and https://github.com/schmittjoh/serializer/pull/1113 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 73356af..b1742f2 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "~7.4", - "jms/serializer": "~2.0|~3.0", + "jms/serializer": "~3.2", "ramsey/uuid": "~3.0|~4.0" }, "require-dev": {