Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't install for laravel 6.13. #103

Open
khaicm-0897 opened this issue Feb 5, 2020 · 5 comments
Open

can't install for laravel 6.13. #103

khaicm-0897 opened this issue Feb 5, 2020 · 5 comments

Comments

@khaicm-0897
Copy link

khaicm-0897 commented Feb 5, 2020

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

  • don't install illuminate/filesystem v5.7.9|don't install laravel/framework v6.13.1

  • Installation request for laravel/framework (locked at v6.13.1, required as ^6.2) -> satisfiable by laravel/framework[v6.13.1].

@tvbeek
Copy link
Contributor

tvbeek commented Feb 5, 2020

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

@edalzell
Copy link

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
Copy link

diegonz commented Jul 3, 2020

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

@nizsmo
Copy link

nizsmo commented Jul 12, 2020

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

@tweaker
Copy link

tweaker commented Jul 19, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants