Skip to content

Commit 20cf5fe

Browse files
Merge pull request #77 from oliverklee/bugfix/str-polyfill
[BUGFIX] Add `symfony/polyfill-php80` as a dev dependency
2 parents f5e71a0 + f18530a commit 20cf5fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"php-parallel-lint/php-parallel-lint": "^1.3",
2020
"phing/phing": "^2.17",
2121
"phpstan/phpstan-strict-rules": "^1.0",
22-
"phpunit/phpunit": "^9.5"
22+
"phpunit/phpunit": "^9.5",
23+
"symfony/polyfill-php80": "^1.26.0"
2324
},
2425
"autoload": {
2526
"psr-4": {

0 commit comments

Comments
 (0)