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

Commit a4d0c11

Browse files
authored
Merge pull request #23 from layershifter/chore/remove-dependency
Chore: remove dependency of ext/mbstring
2 parents 6e5b1af + fe17377 commit a4d0c11

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ php:
66
- 5.5
77
- 5.6
88
- 7.0
9+
- 7.1
910
- hhvm
1011

1112
matrix:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717
},
1818
"require": {
19-
"php": ">=5.3.0",
20-
"ext-mbstring": "*"
19+
"symfony/polyfill-mbstring": "^1.3",
20+
"php": ">=5.3.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "~4.7",

0 commit comments

Comments
 (0)