felixkiss / uniquewith-validator

Custom Laravel Validator for combined unique indexes
MIT License
389 stars 129 forks source link

Compatibility Issue with laravel 9 php 8.X #132

Open suleodu opened 2 years ago

suleodu commented 2 years ago

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.

shamshi1988 commented 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

hellohasan commented 2 years ago

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

rizwanWebicosoft commented 2 years ago

same issue sir

mattvb91 commented 2 years ago

@felixkiss any chance of getting this in?

Machecek commented 2 years ago

+1

rattler72 commented 2 years ago

I have the same issue

ronaldwanink commented 2 years ago

+1

disljenko commented 2 years ago

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

mattvb91 commented 2 years ago

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

Reinbier commented 1 year ago

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 commented 1 year ago

thank you @Reinbier

thuzyanthan commented 1 month ago

Thank you @Reinbier