Skip to content

Commit 0ce6254

Browse files
committed
apply patches for PR DaveChild#55 and DaveChild#56
1 parent b97e243 commit 0ce6254

13 files changed

Lines changed: 3319 additions & 583 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
vendor/
2+
.phpunit.result.cache

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
],
1313
"license": "BSD-2-Clause",
1414
"require": {
15-
"php": ">=7.2.0"
15+
"php": ">=7.2.0",
16+
"ext-mbstring": "*"
1617
},
1718
"require-dev": {
18-
"phpunit/phpunit": "^7"
19+
"phpunit/phpunit": "^9"
1920
},
2021
"autoload": {
2122
"psr-0" : {
@@ -28,7 +29,6 @@
2829
}
2930
},
3031
"suggest": {
31-
"ext-bcmath": "More accurate floating point calculations.",
32-
"ext-mbstring": "Handle multi-byte text properly."
32+
"ext-bcmath": "More accurate floating point calculations."
3333
}
3434
}

0 commit comments

Comments
 (0)