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

Unable to composer require package due to requiring illuminate/support ^5.5|^6.0|^7.0|^8.0 #128

Closed
syahnur197 opened this issue Jul 1, 2022 · 6 comments

Comments

@syahnur197
Copy link

syahnur197 commented Jul 1, 2022

image

Steps to reproduce:

  1. Install Laravel with sail
  2. Develop within VsCode Devcontainer
  3. Install Laravel Breeze (in Devcontainer)
  4. Install this package (in Devcontainer)
@Omranic
Copy link
Member

Omranic commented Jul 1, 2022

Note for Laravel v9

This package requires felixkiss/uniquewith-validator dependency, which is not yet compatible with Laravel v9! However as a temporary workaround, add Laravel Shift's fork to the repositories property of your project root composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/laravel-shift/uniquewith-validator.git"
        }
    ]
}

https://github.com/rinvex/laravel-support#note-for-laravel-v9

@Omranic Omranic closed this as completed Jul 1, 2022
@bistory
Copy link

bistory commented Oct 31, 2022

@Omranic unfortunately, it seems that the author of uniquewith-validator abandoned his package, he is not merging PR he received about this compatibility issue...

@mattvb91
Copy link

@bistory I have a PR request here to fix this issue: rinvex/laravel-support#66 hopefully it will get merged soon

@Omranic
Copy link
Member

Omranic commented Dec 7, 2022

@bistory @mattvb91 In the time being, please follow the instructions here in order to make it work without issues https://github.com/rinvex/laravel-support#note-for-laravel-v9

@Omranic
Copy link
Member

Omranic commented Jan 3, 2023

Update: we dropped the felixkiss/uniquewith-validator dependency 🙂 rinvex/laravel-support@2bf69b8

@mattvb91
Copy link

mattvb91 commented Jan 4, 2023

thank you @Omranic

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