Skip to content

Commit

Permalink
apply patches for PR DaveChild#55 and DaveChild#56
Browse files Browse the repository at this point in the history
  • Loading branch information
dgradcliffe committed Dec 18, 2023
1 parent b97e243 commit 0ce6254
Show file tree
Hide file tree
Showing 13 changed files with 3,319 additions and 583 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vendor/
.phpunit.result.cache
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
],
"license": "BSD-2-Clause",
"require": {
"php": ">=7.2.0"
"php": ">=7.2.0",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^7"
"phpunit/phpunit": "^9"
},
"autoload": {
"psr-0" : {
Expand All @@ -28,7 +29,6 @@
}
},
"suggest": {
"ext-bcmath": "More accurate floating point calculations.",
"ext-mbstring": "Handle multi-byte text properly."
"ext-bcmath": "More accurate floating point calculations."
}
}
Loading

0 comments on commit 0ce6254

Please sign in to comment.