From fb64ad80214b34257807d0d91cb05da13af94a57 Mon Sep 17 00:00:00 2001 From: Andreas Fernandez Date: Mon, 27 Jul 2020 08:58:35 +0200 Subject: [PATCH 1/2] [BUGFIX] Allow brumann/polyfill-unserialize:^2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e36b09e..8c2c90c 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require": { "php": "^5.3.3|^7.0", "ext-json": "*", - "brumann/polyfill-unserialize": "^1.0" + "brumann/polyfill-unserialize": "^1.0|^2.0" }, "require-dev": { "ext-xdebug": "*", From f8aef93f70dc475014568154052d1418cf8e5879 Mon Sep 17 00:00:00 2001 From: Andreas Fernandez Date: Mon, 27 Jul 2020 10:14:41 +0200 Subject: [PATCH 2/2] [BUGFIX] Fix logical OR operator --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8c2c90c..755a65f 100644 --- a/composer.json +++ b/composer.json @@ -6,9 +6,9 @@ "homepage": "https://typo3.org/", "keywords": ["php", "phar", "stream-wrapper", "security"], "require": { - "php": "^5.3.3|^7.0", + "php": "^5.3.3 || ^7.0", "ext-json": "*", - "brumann/polyfill-unserialize": "^1.0|^2.0" + "brumann/polyfill-unserialize": "^1.0 || ^2.0" }, "require-dev": { "ext-xdebug": "*",