Skip to content

Commit

Permalink
downgrading polyfill-mbstring to avoid use of php8 syntax whcih break…
Browse files Browse the repository at this point in the history
…s WordPress plugin use.
  • Loading branch information
padams committed Sep 18, 2021
1 parent c9d0ae8 commit 1005882
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@

"require": {
"guzzlehttp/guzzle": "6.5.3",
"symfony/polyfill-intl-idn": "1.15"
"symfony/polyfill-intl-idn": "1.15",
"symfony/polyfill-mbstring": "1.20.0"
},
"autoload": {
"psr-4": {
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1005882

Please sign in to comment.