Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #23 from layershifter/chore/remove-dependency
Browse files Browse the repository at this point in the history
Chore: remove dependency of ext/mbstring
  • Loading branch information
ceeram authored Nov 16, 2016
2 parents 6e5b1af + fe17377 commit a4d0c11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

matrix:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}
},
"require": {
"php": ">=5.3.0",
"ext-mbstring": "*"
"symfony/polyfill-mbstring": "^1.3",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.7",
Expand Down

0 comments on commit a4d0c11

Please sign in to comment.