Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 8fd0036

Browse files
NeoBlackhelhum
authored andcommitted
[BUGFIX] Fix wrong package name of dependency (#41)
1 parent 6ca0010 commit 8fd0036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
"require": {
99
"typo3/cms-core": "^6.2.6 || ^7.6 || >=8.0.0 <8.8",
10-
"symfony/polyfill_mbstring": "^1.7"
10+
"symfony/polyfill-mbstring": "^1.7"
1111
},
1212
"replace": {
1313
"realurl": "self.version"

0 commit comments

Comments
 (0)