ebess / advanced-nova-media-library

A Laravel Nova field for displaying, creating, updating and ordering a Spatie Media Library model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatibility issue with Laravel 10

fh32000 opened this issue · comments

I'm trying to use this package in my Laravel 10 project, 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",
        "laravel/framework": "^10.0",
        "ebess/advanced-nova-media-library": "^4.0.5"
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires ebess/advanced-nova-media-library ^4.0.5 -> satisfiable by ebess/advanced-nova-media-library[4.0.5, 4.x-dev].
    - ebess/advanced-nova-media-library[4.0.5, ..., 4.x-dev] require laravel/framework ^8.0|^9.0 -> found laravel/framework[v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev] but it conflicts with your root composer.json require (^10.0).

Same problem here, waiting for solution...

Why would I have updates? Contact the owner of the repo

Still not working?

commented

Please make it laravel 10 compatible

@bkintanar the upgrade is working well from merged pull request: #374
Please create a new release of this package, so we have Laravel 10 support.
I have tested it in my projects with the dev version. No adjustments where necessary. Working as before.