aaronlord / laroute

Generate Laravel route URLs from JavaScript.
MIT License
794 stars 139 forks source link

can't install for laravel 6.13. #103

Open khaicm-0897 opened 4 years ago

khaicm-0897 commented 4 years ago

I am trying to install the package via composer. but received an error

tvbeek commented 4 years ago

Laravel 6 isn't supported. There is PR, see: #100 (the upgrade for Laravel 5.8 was also slow, see: #95 )

edalzell commented 4 years ago

That PR is not correct, it used 6.0.*, instead of 6.*

The whole constraint should be re-written to ^5.0 || ^6.0 || ^7.0

diegonz commented 4 years ago

@aaronlord, please update the constraint so Laravel versions higher than 6.0.* And 7.0.* can be installed

nizsmo commented 4 years ago

May I know when this plugin will be updated to support 7.19.x?

tweaker commented 4 years ago

@aaronlord, please update the constraint so Laravel versions higher than 7.20 can be installed