LaravelCollective / remote

Remote SSH Access for the Laravel Framework
MIT License
276 stars 106 forks source link

upgrade composer.json file to support L54 #37

Closed RTLer closed 7 years ago

RTLer commented 7 years ago

it now works just with L54, but if it's needed i can set it like this: "5.3.*|5.4.*"

and all test are passed

mlantz commented 7 years ago

Set the PR to merge with master, and leave it as 5.4.* :)

Then we can merge it, and create a branch for 5.4 officially, and set the master to be using 5.5.* that way people can test with that for the next release

RTLer commented 7 years ago

38

I made new PR based on master