Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

Laravel 9 #184

Closed
leasify-it opened this issue Feb 9, 2022 · 4 comments
Closed

Laravel 9 #184

leasify-it opened this issue Feb 9, 2022 · 4 comments

Comments

@leasify-it
Copy link

Any plans to support L9 in the near future?

@insign
Copy link
Contributor

insign commented Feb 9, 2022

Looks important. @Omranic need help? Maybe a PR?

@Omranic
Copy link
Member

Omranic commented Feb 14, 2022

Thank you for your patience, this package has been now updated to support Laravel v9. Check the latest version v6.1.0

@Omranic Omranic closed this as completed Feb 14, 2022
@elasti-co
Copy link

When installing on L9 get error:
- rinvex/laravel-support v6.1.0 requires felixkiss/uniquewith-validator dev-l9-compatibility -> found felixkiss/uniquewith-validator[dev-master, 1.0.0, ..., 1.1.4, 2.0.0, ..., 2.0.8, 3.0.0, ..., 3.4.2] but it does not match the constraint.

@Omranic
Copy link
Member

Omranic commented Feb 15, 2022

Yes, that's because one of the composer dependencies is not yet compatible with Laravel v9, so you've to do one more easy step to get it working, please check this note on upgrading to Laravel v9:

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

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"
        }
    ]
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants