Skip to content

Commit f18530a

Browse files
committed
[BUGFIX] Add symfony/polyfill-php80 as a dev dependency
Otherwise, a test with TYPO3 11LTS with the lowest dependencies will fail in PHP 7.4 due to a missing `str_starts_with` function.
1 parent f5e71a0 commit f18530a

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)