Skip to content

Commit

Permalink
fix: Added ext-mbstring to composer.json dependencies (#730)
Browse files Browse the repository at this point in the history
### 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

auth0/symfony#155 (comment)

### Testing



### Contributor Checklist

- [x] I agree to adhere to the [Auth0 General Contribution
Guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md).
- [x] I agree to uphold the [Auth0 Code of
Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).

Signed-off-by: Jason Spriggs <[email protected]>
  • Loading branch information
jasonspriggs authored Sep 25, 2023
1 parent d10c4a2 commit d233730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"php-http/multipart-stream-builder": "^1",
"psr-discovery/all": "^1",
Expand Down

0 comments on commit d233730

Please sign in to comment.