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

Problem with required illuminate/support dependency #32

Closed
noverkill opened this issue Sep 19, 2023 · 2 comments
Closed

Problem with required illuminate/support dependency #32

noverkill opened this issue Sep 19, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@noverkill
Copy link

Tried to install your package with Laravel 9 and got the below error when running composer require electrik/electrik:
Problem 1
- electrik/electrik[2.0.0, ..., 2.0.5] require illuminate/support ^10.10 -> found illuminate/support[v10.10.0, ..., v10.24.0] but these were not loaded, likely because it conflicts with another require.

Then I found out that the problem most probable the below:
Only one of these can be installed: laravel/framework[v9.19.0, ..., v9.52.15], illuminate/support[v10.10.0, ..., v10.24.0]. laravel/framework replaces illuminate/support and thus cannot coexist with it.

Laravel/framework replaces illuminate/support and thus cannot coexist with it.
I think you might need to fix this in your composer.json and require the appropriate laravel/framework version instead of illuminate/support.
]

@neerajsohal
Copy link
Contributor

Thanks for pointing out. I'll take a look.

@neerajsohal neerajsohal added the bug Something isn't working label Dec 5, 2023
@neerajsohal
Copy link
Contributor

This was solved in #34. Closing in favour of #35.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants