stechstudio / laravel-ssh-tunnel

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

Composer Install Fails #19

Closed intrepidws closed 6 years ago

intrepidws commented 6 years ago

I am running Laravel v5.6.17 and am getting errors when trying to composter install this package. The errors are:

  Problem 1
    - Conclusion: remove laravel/framework v5.6.17
    - Conclusion: don't install laravel/framework v5.6.17
    - stechstudio/laravel-ssh-tunnel 1.1.0 requires illuminate/support 5.2.x|5.3.x|5.4.x -> satisfiable by laravel/framework[5.2.x-dev, 5.3.x-dev, 5.4.x-dev], illuminate/support[5.2.x-dev, 5.3.x-dev, 5.4.x-dev, v5.2.0, v5.2.19, v5.2.21, v5.2.24, v5.2.25, v5.2.26, v5.2.27, v5.2.28, v5.2.31, v5.2.32, v5.2.37, v5.2.43, v5.2.45, v5.2.6, v5.2.7, v5.3.0, v5.3.16, v5.3.23, v5.3.4, v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9].

I'm not great with composer, but I believe the problem is that Laravel requires illuminate/support 5.6.x at this point?

intrepidws commented 6 years ago

It looks like the code here is actually updated to fix this - but you have not published a new version to contain that code.

mchadwickchennault commented 6 years ago

I am also having this issue.

bubba-h57 commented 6 years ago

New version published.