Skip to content

Commit ea28f99

Browse files
committed
Leverage str_ends_with
added the php80 polyfill to requirements when necessary
1 parent 35dd965 commit ea28f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.1.3",
2020
"psr/log": "^1|^2|^3",
21-
"symfony/polyfill-php80": "^1.15"
21+
"symfony/polyfill-php80": "^1.16"
2222
},
2323
"require-dev": {
2424
"doctrine/dbal": "^2.6|^3.0",

0 commit comments

Comments
 (0)