From 83a7608f073bae0c006e47a4ee24aaff35bd0fce Mon Sep 17 00:00:00 2001 From: Nguyen Van Anh Date: Thu, 19 Jul 2018 17:50:18 +0700 Subject: [PATCH] Use symfony foundation 3.3.* 3.4.x requires php70-polyfill. wp.org have some conflict checking that --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5a32b0f..2fa2af3 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php": ">=5.6.4", "nikic/fast-route": "^1.2", - "symfony/http-foundation": "^2.0|^3.3", + "symfony/http-foundation": "^2.0|3.3.*", "tightenco/collect": "5.4.*", "awethemes/wp-session": "^1.0" },