fadion / Maneuver

Easily deploy Laravel projects via FTP or SFTP, using Git for versioning
MIT License
174 stars 26 forks source link

[l5 branch] requirements in composer.json are too strict to work with L5.1 #17

Closed ghost closed 9 years ago

ghost commented 9 years ago

To enable users to work with more recent versions of Laravel 5 it seems reasonable to me to require only 5.* instead of 5.0.* since Laravel 5.0 is already almost outdated again.

This should be working anyway, it should lower your maintenance effort and it should make the amazing Maneuver package available to more developers (for the next years)!

        "illuminate/support": "5.*",
        "illuminate/console": "5.*",
        "illuminate/config": "5.*",
fadion commented 9 years ago

You are right. The composer file was actually updated by a PR and didn't really think about it. Thanks for the kinds words too :)