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 9 php 8.X #132

Open
suleodu opened this issue Mar 15, 2022 · 12 comments
Open

Compatibility Issue with laravel 9 php 8.X #132

suleodu opened this issue Mar 15, 2022 · 12 comments

Comments

@suleodu
Copy link

suleodu commented Mar 15, 2022

composer install throws
Problem 1
- felixkiss/uniquewith-validator[3.4.0, ..., 3.4.1] require php ^7.1.3 -> your php version (8.0.13) does not satisfy that requirement.
- felixkiss/uniquewith-validator 3.4.2 requires illuminate/support ^5.5|^6.0|^7.0|^8.0 -> found illuminate/support[v5.5.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires felixkiss/uniquewith-validator ^3.4 -> satisfiable by felixkiss/uniquewith-validator[3.4.0, 3.4.1, 3.4.2].

You can also try re-running composer require with an explicit version constraint, e.g. "composer require felixkiss/uniquewith-validator:*" to figure out if any version is installable, or "composer require felixkiss/uniquewith-validator:^2.1" if you know which you need.

@shamshi1988
Copy link

shamshi1988 commented Apr 5, 2022

@suleodu Thanks, to raise the issue me too facing the same problem with error with composer.json

"require": {
        "php": "^7.1.3|^8.0",
        "felixkiss/uniquewith-validator": "^3.4.2", 
        ..............
    },

Problem 1
- illuminate/validation[v5.6.0, ..., 5.8.x-dev] require php ^7.1.3 -> your php version (8.0.17) does not satisfy that requirement.
- illuminate/validation[v6.0.0, ..., v6.19.1] require php ^7.2 -> your php version (8.0.17) does not satisfy that requirement.
- illuminate/validation[v7.0.0, ..., v7.28.4] require php ^7.2.5 -> your php version (8.0.17) does not satisfy that requirement.
- illuminate/validation[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.0.17) does not satisfy that requirement.
- Root composer.json requires felixkiss/uniquewith-validator ^3.4.2 -> satisfiable by felixkiss/uniquewith-validator[3.4.2].

Please fix the issue @felixkiss 

@hellohasan
Copy link

@felixkiss I also facing this issue, please fix it.

@rizwanWebicosoft
Copy link

same issue sir

@mattvb91
Copy link

mattvb91 commented Jul 9, 2022

@felixkiss any chance of getting this in?

@Machecek
Copy link

Machecek commented Aug 9, 2022

+1

@rattler72
Copy link

I have the same issue

@ronaldwanink
Copy link

+1

@disljenko
Copy link

Same issue and my project depends on it, please fix this

@mattvb91
Copy link

mattvb91 commented Oct 21, 2022

Ive forked and created a new 3.4.3 tag due to this being abandoned by @felixkiss. Can someone please give it a test run too?

https://github.com/mattvb91/uniquewith-validator

all the changes: laravel-shift/uniquewith-validator@master...mattvb91:uniquewith-validator:master

I wont be maintaining it thats why its read only

@Reinbier
Copy link

Since we've been waiting a long time and no response from the maintainer(s) is received whatsoever:

I, myself, have used this package for a long time as well and migrated my projects over to Laravel 9 and now Laravel 10 is knocking on my door as well. I've copied the source and continued this package by myself the past year.

Since I sense there is enough support for this project to keep it alive, I will gladly make my code available to the public.
It works the same, only L9+L10 are now supported. (Not sure about backwards compatibility since I did not test beyond L9)

You can find it here: https://github.com/Reinbier/laravel-unique-with

I'd sure appreciate anyone who can help me keep this code alive and available to everyone who uses the Laravel Framework.

@mattvb91
Copy link

thank you @Reinbier

@thuzyanthan
Copy link

Thank you @Reinbier

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