Version 1.4.0 #8

Merged
kor-elf merged 3 commits from develop into main 2026-06-20 16:12:59 +05:00
Showing only changes of commit 92fd2cab1b - Show all commits
+3 -2
View File
@@ -19,11 +19,12 @@
], ],
"require": { "require": {
"php": "^8.2", "php": "^8.2",
"illuminate/support": "^10.0|^11.0", "illuminate/support": "^10.0|^11.0|^12.0|^13.0",
"guzzlehttp/guzzle": "^7.0.1", "guzzlehttp/guzzle": "^7.0.1",
"web-token/jwt-framework": "^3.0", "web-token/jwt-framework": "^3.0",
"ext-libxml": "*", "ext-libxml": "*",
"ext-dom": "*" "ext-dom": "*",
"ext-mbstring": "*"
}, },
"extra": { "extra": {
"laravel": { "laravel": {