From 6864ed2ed862c2177e003d1dd3818720bc6f89e6 Mon Sep 17 00:00:00 2001 From: Jonathan Frankel Date: Wed, 21 Jun 2017 11:28:54 -0500 Subject: [PATCH] Allow symfony/serializer:^3.0 Allow optional use of ^3.0 for symfony/serializer. Tests pass with this change. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1ab2a4b5..d18c5d77 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "illuminate/support": "5.4.*", "illuminate/validation": "5.4.*", "illuminate/view": "5.4.*", - "symfony/serializer": "^2.7" + "symfony/serializer": "^2.7 | ^3.0" }, "require-dev": { "phpunit/phpunit": "~5.0",