Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbestle committed Jul 26, 2023
1 parent 742e8f0 commit 566b537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vendor/symfony/polyfill-intl-normalizer/Normalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public static function normalize(string $s, int $form = self::FORM_C)
self::$cC = self::getData('combiningClass');
}

if (null !== $mbEncoding = (2 /* MB_OVERLOAD_STRING */ & (int) ini_get('mbstring.func_overload')) ? mb_internal_encoding() : null) {
if (null !== $mbEncoding = (2 /* MB_OVERLOAD_STRING */ & (int) \ini_get('mbstring.func_overload')) ? mb_internal_encoding() : null) {
mb_internal_encoding('8bit');
}

Expand Down
2 changes: 1 addition & 1 deletion vendor/symfony/polyfill-intl-normalizer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-main": "1.26-dev"
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
Expand Down

0 comments on commit 566b537

Please sign in to comment.