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

Install error from dependency #5

Open
alvin8t opened this issue Jan 22, 2020 · 2 comments
Open

Install error from dependency #5

alvin8t opened this issue Jan 22, 2020 · 2 comments

Comments

@alvin8t
Copy link

alvin8t commented Jan 22, 2020

When attempting to install version 1.1 of this package on laravel/framework v6.12.0, the package is not installable. I'm not an expert in this, but it seems that illuminate/support requires v1.x.x of nesbot/carbon but laravel/framework needs v2.x.x of nesbot/carbon. Additionally, I believe that illuminate/support was removed and cannot be installed alongside with laravel/framework v6.12.0.

I can post a minor part of composer install logs of this but this seems to be reproducible by making a new laravel v6.12.0 project and trying to install the package. I've also tried to downgrade to a few earlier versions of laravel/framework, but it still does not install

Thanks!

@dsbilling
Copy link
Contributor

@alvin8t You need to update nesbot/carbon to 2.x since it is not supported from Laravel 6.x

More info here: https://laravel.com/docs/6.x/upgrade#carbon-support

@neoighodaro
Copy link
Owner

neoighodaro commented Feb 19, 2021 via email

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

3 participants