tenancy / multi-tenant

Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant
https://tenancy.dev
MIT License
2.56k stars 394 forks source link

Remove phpseclib from composer.json because of conflict with league/filesystem-sftp-v3 #1028

Closed markieo1 closed 2 years ago

markieo1 commented 2 years ago

Hello,

In this project phpseclib is listed as a dependency. This library isn't used in the whole project. Also this causes issues with the https://github.com/thephpleague/flysystem-sftp-v3 which requires phpseclib ^3.0.

Thanks in advance!

markieo1 commented 2 years ago

Anyone any idea why the tests are failing?

bkintanar commented 2 years ago

@markieo1 some pgsql permissions. just leave it for now.