diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-27 06:47:41 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-27 06:47:41 +0200 |
commit | f90d5c7ccec759995e8e308ef116ba3ccf07d1c5 (patch) | |
tree | 677592b935a3c4870e64382fbb03b97be074ad9a /composer.json | |
parent | 6dedade721757c6c42bd068fde20016e667b3d50 (diff) |
update to 4.2.3
add dependency on php-symfony-polyfill
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 3 insertions, 2 deletions
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" |