Skip to content

Commit e922f49

Browse files
committed
replace mbstring again
1 parent 5440e83 commit e922f49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
},
3939
"replace": {
4040
"symfony/polyfill-ctype": "*",
41-
"symfony/polyfill-intl-normalizer": "*"
41+
"symfony/polyfill-intl-normalizer": "*",
42+
"symfony/polyfill-mbstring": "*"
4243
},
4344
"config": {
4445
"sort-packages": true,
@@ -61,4 +62,4 @@
6162
]
6263
}
6364
}
64-
}
65+
}

0 commit comments

Comments
 (0)