From 921e0556e83b53fc922211d44ca61dc6fb22e160 Mon Sep 17 00:00:00 2001 From: Vinay Shah Date: Wed, 28 Aug 2024 11:13:14 +0530 Subject: [PATCH] update polyfill for bc --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f31d1e7..1b0028e 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,7 @@ } }, "require-dev": { - "phpunit/phpunit": "~4.0 || ^9" + "phpunit/phpunit": "~4.0 || ^9", + "symfony/polyfill": "^1.30" } }