We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7656e22 commit c74336cCopy full SHA for c74336c
1 file changed
composer.json
@@ -43,6 +43,13 @@
43
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify",
44
"rector": "vendor/bin/rector process --dry-run --ansi"
45
},
46
+ "replace": {
47
+ "symfony/polyfill-ctype": "*",
48
+ "symfony/polyfill-intl-grapheme": "*",
49
+ "symfony/polyfill-php74": "*",
50
+ "symfony/polyfill-php80": "*",
51
+ "symfony/polyfill-php81": "*"
52
+ },
53
"config": {
54
"sort-packages": true,
55
"platform-check": false,
0 commit comments