Skip to content

Commit 0a6b887

Browse files
authored
chore: Add PHP8.0 polyfill due to str_starts_with function usage (#12)
1 parent e1e9c59 commit 0a6b887

File tree

2 files changed

+87
-2
lines changed

2 files changed

+87
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"require": {
3838
"php": "^7.4 || ^8.0",
3939
"ext-json": "*",
40-
"psr/log": "^1.1"
40+
"psr/log": "^1.1",
41+
"symfony/polyfill-php80": "^1.33"
4142
},
4243
"require-dev": {
4344
"phpunit/phpunit": "^9",

composer.lock

Lines changed: 85 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)