auth0 / auth0-PHP

PHP SDK for Auth0 Authentication and Management APIs.
https://auth0.com/docs/libraries/auth0-php
MIT License
380 stars 209 forks source link

fix: Added ext-mbstring to composer.json dependencies #730

Closed jasonspriggs closed 11 months ago

jasonspriggs commented 11 months ago

Changes

Added ext-mbstring to composer.json dependencies. Some systems, such as Heroku, require PHP extension dependencies to be specified in composer.json. This pull request resolves that dependency.

References

https://github.com/auth0/symfony/issues/155#issuecomment-1732696166

Testing

Contributor Checklist

codecov-commenter commented 11 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (d10c4a2) 100.00% compared to head (0a687ec) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #730 +/- ## =========================================== Coverage 100.00% 100.00% Complexity 1327 1327 =========================================== Files 62 62 Lines 4613 4613 =========================================== Hits 4613 4613 ``` | [Flag](https://app.codecov.io/gh/auth0/auth0-PHP/pull/730/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=auth0) | Coverage Δ | | |---|---|---| | [unittestsvalidate](https://app.codecov.io/gh/auth0/auth0-PHP/pull/730/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=auth0) | `100.00% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=auth0#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

evansims commented 11 months ago

Thanks, @jasonspriggs!