Expand illuminate/support version constraints and add ext-mbstring dependency in composer.json.

This commit is contained in:
2026-06-20 16:05:07 +05:00
parent e2eb80f140
commit 92fd2cab1b
+3 -2
View File
@@ -19,11 +19,12 @@
],
"require": {
"php": "^8.2",
"illuminate/support": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0|^12.0|^13.0",
"guzzlehttp/guzzle": "^7.0.1",
"web-token/jwt-framework": "^3.0",
"ext-libxml": "*",
"ext-dom": "*"
"ext-dom": "*",
"ext-mbstring": "*"
},
"extra": {
"laravel": {