Skip to content

Commit c4ae671

Browse files
committed
:octocat: update dependencies, ass extensions intl and mbstring
1 parent 70b5102 commit c4ae671

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"require": {
2323
"php": "^8.1",
2424
"ext-fileinfo": "*",
25+
"ext-intl": "*",
2526
"ext-json": "*",
27+
"ext-mbstring": "*",
2628
"ext-simplexml": "*",
2729
"ext-zlib": "*",
2830
"psr/http-factory":"^1.0"
@@ -32,7 +34,7 @@
3234
"phan/phan": "^5.4",
3335
"phpmd/phpmd": "^2.15",
3436
"phpunit/phpunit": "^10.5",
35-
"squizlabs/php_codesniffer": "^3.8"
37+
"squizlabs/php_codesniffer": "^3.9"
3638
},
3739
"autoload": {
3840
"psr-4": {

0 commit comments

Comments
 (0)