fix docker ssh issue by downgrading phpseclib

This commit is contained in:
Saeed Vaziry
2025-06-19 21:25:25 +02:00
parent 632a56bf4d
commit 9a3578f3ac
8 changed files with 43 additions and 23 deletions

View File

@ -20,7 +20,7 @@
"laravel/tinker": "^2.8",
"mobiledetect/mobiledetectlib": "^4.8",
"opcodesio/log-viewer": "^3.17",
"phpseclib/phpseclib": "~3.0",
"phpseclib/phpseclib": "3.0.43",
"spatie/laravel-route-attributes": "^1.24",
"tightenco/ziggy": "^2.5"
},