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

Compatibility issue with Laravel 10 #94

Closed
diguida-n opened this issue Feb 17, 2023 · 4 comments
Closed

Compatibility issue with Laravel 10 #94

diguida-n opened this issue Feb 17, 2023 · 4 comments

Comments

@diguida-n
Copy link

I'm updating my laravel 9 project to use Laravel 10, but I'm encountering an error related to compatibility. I believe there is a conflict between the requirements of package and Laravel 10. Can you please help me resolve this issue?

{
    "require": {
        "php": "^8.1.0",
        "advoor/nova-editor-js": "^3.0",
        "laravel/framework": "^10.0"
    }
}
Problem 1
    - Conclusion: don't install advoor/nova-editor-js v3.0.1 (conflict analysis result)
    - Conclusion: don't install advoor/nova-editor-js v3.0.5 (conflict analysis result)
    - Conclusion: don't install advoor/nova-editor-js v3.1.0 (conflict analysis result)
    - illuminate/support[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.2.2) does not satisfy that requirement.
    - Root composer.json requires advoor/nova-editor-js ^3.0 -> satisfiable by advoor/nova-editor-js[v3.0.0, ..., v3.1.0].
    - Conclusion: don't install laravel/framework v10.0.1 (conflict analysis result)
    - Conclusion: don't install laravel/framework v10.0.2 (conflict analysis result)
    - Conclusion: don't install laravel/framework v10.0.3 (conflict analysis result)
    - Conclusion: don't install laravel/framework v10.0.0 (conflict analysis result)
    - advoor/nova-editor-js v3.0.0 requires illuminate/support ^8.0 || ^9.0 -> satisfiable by illuminate/support[v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev].
    - Only one of these can be installed: illuminate/support[v5.0.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev, v10.0.0, ..., 10.x-dev], laravel/framework[v10.0.0, ..., 10.x-dev]. laravel/framework replaces illuminate/support and thus cannot coexist with it.
    - Root composer.json requires laravel/framework ^10.0 -> satisfiable by laravel/framework[v10.0.0, ..., 10.x-dev].
@Woeler
Copy link
Contributor

Woeler commented Feb 17, 2023

I fixed this in #93

But waiting for the maintainers to merge and release.

@desaintflorent
Copy link

Any chance this PR get merged soon ? I'm also waiting to use Laravel 10

@roelofr roelofr closed this as completed Mar 7, 2023
@roelofr
Copy link
Collaborator

roelofr commented Mar 7, 2023

Laravel 10 support is available starting in v3.2.0

@Woeler
Copy link
Contributor

Woeler commented Mar 7, 2023

Cheers mate!

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

4 participants