-
Notifications
You must be signed in to change notification settings - Fork 129
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
Comments
@suleodu Thanks, to raise the issue me too facing the same problem with error with composer.json
Problem 1
|
@felixkiss I also facing this issue, please fix it. |
same issue sir |
@felixkiss any chance of getting this in? |
+1 |
I have the same issue |
+1 |
Same issue and my project depends on it, please fix this |
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 |
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. You can find it here: https://github.com/Reinbier/laravel-unique-withI'd sure appreciate anyone who can help me keep this code alive and available to everyone who uses the Laravel Framework. |
thank you @Reinbier |
Thank you @Reinbier |
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.
The text was updated successfully, but these errors were encountered: