From dec74c08ff901bc71d361adf8f30a9d86bfff840 Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Jan 2021 19:34:36 +0000 Subject: [PATCH] phabel.io: transpile to 56 --- composer.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2fd064a..851fc7b 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,14 @@ } ], "require": { - "php": ">=7.0", - "ext-tokenizer": "*" + "php": ">=5.6", + "ext-tokenizer": "*", + "symfony/polyfill-php70": "*", + "symfony/polyfill-php71": "*", + "symfony/polyfill-php72": "*", + "symfony/polyfill-php73": "*", + "symfony/polyfill-php74": "*", + "symfony/polyfill-php80": "*" }, "require-dev": { "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0",