From f90d5c7ccec759995e8e308ef116ba3ccf07d1c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Sep 2021 06:47:41 +0200 Subject: update to 4.2.3 add dependency on php-symfony-polyfill --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index a29d483..3f3b5ac 100644 --- a/composer.json +++ b/composer.json @@ -9,11 +9,12 @@ ], "license": "MIT", "require": { - "php": "^7.2 || ^8", + "php": "^7.2 || ^8.0", "ext-json": "*", "brick/math": "^0.8 || ^0.9", "ramsey/collection": "^1.0", - "symfony/polyfill-ctype": "^1.8" + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php80": "^1.14" }, "replace": { "rhumsaa/uuid": "self.version" -- cgit