From d57da1a0de03ec598e127007754de6461d62c6d7 Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Thu, 23 Jul 2020 09:14:53 +0200 Subject: [PATCH] Allow JMS/Serializer v3 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6494f03..a328a4b 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Carbon Serialization or JSM Serializer", "type": "library", "require": { - "jms/serializer": "^2.0", + "jms/serializer": "^2.0 || ^3.0", "nesbot/carbon": "^2.5" }, "license": "GNU General Public License v2.0", @@ -17,4 +17,4 @@ "AutumnDev": "src/" } } -} \ No newline at end of file +}