Skip to content

Commit

Permalink
Add a polyfill and suggest a ext-mbstring
Browse files Browse the repository at this point in the history
  • Loading branch information
John98Zakaria committed Sep 27, 2024
1 parent ca07c4b commit b07db4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"prefer-stable": true,
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ext-mbstring": "*"
"ext-json": "*"
},
"require-dev": {
"composer/xdebug-handler": "^2.0",
Expand Down
6 changes: 5 additions & 1 deletion src/Instrumentation/PDO/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"ext-pdo": "*",
"ext-opentelemetry": "*",
"open-telemetry/api": "^1.0",
"open-telemetry/sem-conv": "^1.24"
"open-telemetry/sem-conv": "^1.24",
"symfony/polyfill-mbstring": "^1.31"
},
"suggest": {
"ext-mbstring": "For better performance than symfony/polyfill-mbstring"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3",
Expand Down

0 comments on commit b07db4d

Please sign in to comment.