Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit fccca09

Browse files
Merge pull request #50 from alexislefebvre/composer-add-mbstring-requirement
Composer: Add mbstring requirement, because of “mb_substr” call
2 parents ca06377 + 9078050 commit fccca09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
}],
1414
"require" : {
1515
"php": ">=5.6",
16+
"ext-mbstring": "*",
1617
"symfony/symfony": "~2.7||~3.2",
1718
"abraham/twitteroauth": "~0.6"
1819
},

0 commit comments

Comments
 (0)