Skip to content

Commit dc0735c

Browse files
authored
Remove symfony/polyfill-* from replace config (#7167)
1 parent 529c84f commit dc0735c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@
6262
"tracy/tracy": "^2.10"
6363
},
6464
"replace": {
65-
"rector/rector": "self.version",
66-
"symfony/polyfill-ctype": "*",
67-
"symfony/polyfill-intl-grapheme": "*"
65+
"rector/rector": "self.version"
6866
},
6967
"autoload": {
7068
"psr-4": {

0 commit comments

Comments
 (0)