Skip to content

Commit 381242e

Browse files
committed
Increase minimum polyfill version
This is an attempt to fix a test failure which seems unrelated to this change, which seems to require str_ends_with() somewhere.
1 parent da2ee67 commit 381242e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"phpcompatibility/php-compatibility": "^9.3",
1616
"squizlabs/php_codesniffer": "^3.6.1",
1717
"rector/rector": "^0.14.8",
18-
"symfony/polyfill": "^1.15"
18+
"symfony/polyfill": "^1.16"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^9.5.8"

composer.lock

Lines changed: 1 addition & 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)