Skip to content

Commit 43acca3

Browse files
authored
Ensure Symfony/mbstring-polyfill version 1.31 or higher (#376)
1 parent 09627d3 commit 43acca3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"illuminate/support": "^10.20|^11.0",
1616
"laravel/prompts": "^0.1.18|^0.2.0|^0.3.0",
1717
"symfony/console": "^6.2|^7.0",
18-
"symfony/process": "^6.2|^7.0"
18+
"symfony/process": "^6.2|^7.0",
19+
"symfony/polyfill-mbstring": "^1.31"
1920
},
2021
"require-dev": {
2122
"phpstan/phpstan": "^1.10",

0 commit comments

Comments
 (0)