Skip to content

Commit 34d0b6b

Browse files
committed
add php8 polyfill
1 parent a5e3942 commit 34d0b6b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"ext-mbstring": "*",
2828
"ext-curl": "*",
2929
"guzzlehttp/psr7": "^1.8.4|^2.1.1",
30-
"psr/log": "^1.0|^2.0|^3.0"
30+
"psr/log": "^1.0|^2.0|^3.0",
31+
"symfony/polyfill-php80": "^v1.33.0"
3132
},
3233
"require-dev": {
3334
"friendsofphp/php-cs-fixer": "^3.4",

0 commit comments

Comments
 (0)