stechstudio / laravel-ssh-tunnel

Easy creation & maintenance of an SSH Tunnel for Laravel/Lumen
MIT License
191 stars 49 forks source link

Laravel 7 compatibility #39

Closed vesper8 closed 4 years ago

vesper8 commented 4 years ago

2.0 is not compatible with Laravel 7 due to illuminate/support ^5.5|^6.0

It's probably just a matter of appending |^7.0 to the composer.json

@bubba-h57 Could you please release a new version with Laravel 7 compatibility?

Thanks a lot!

bubba-h57 commented 4 years ago

Done!

vesper8 commented 4 years ago

thank you : )