Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Commit c74336c

Browse files
committed
add replaces
1 parent 7656e22 commit c74336c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@
4343
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify",
4444
"rector": "vendor/bin/rector process --dry-run --ansi"
4545
},
46+
"replace": {
47+
"symfony/polyfill-ctype": "*",
48+
"symfony/polyfill-intl-grapheme": "*",
49+
"symfony/polyfill-php74": "*",
50+
"symfony/polyfill-php80": "*",
51+
"symfony/polyfill-php81": "*"
52+
},
4653
"config": {
4754
"sort-packages": true,
4855
"platform-check": false,

0 commit comments

Comments
 (0)