Expand illuminate/support version constraints and add ext-mbstring dependency in composer.json.
This commit is contained in:
+3
-2
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user