You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hey,
Thanks a lot. It’ll be helpful if you can send a PR. I was at some point also working on an entirely newer version for Laravel 8.
Not sure how feasible it is now that I am so busy.
Regards,
Neo Ighodaro
SoftwareEngineer •Twitter •www.neoi.sh
On 19. Feb 2021, 08:37 +0100, Daniel S. Billing ***@***.***>, wrote:
@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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
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!
The text was updated successfully, but these errors were encountered: