Open suleodu opened 2 years ago
@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
Root composer.json requires felixkiss/uniquewith-validator ^3.4.2 -> satisfiable by felixkiss/uniquewith-validator[3.4.2].
Please fix the issue @felixkiss
@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: https://github.com/laravel-shift/uniquewith-validator/compare/master...mattvb91:uniquewith-validator:master
I wont be maintaining it thats why its read only
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)
I'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
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.