-
Notifications
You must be signed in to change notification settings - Fork 71
Laravel 9 support #64
Comments
We don't even need the It now has L9 support so it could just be switched to use that and problem solved? 🤷♂️ |
Yeah was trying to add L9 support because of the same issue. What's do you suggest @robbielove |
@Pilskalns @stephenjude thanks, L9 support coming this week 👍 @robbielove awesome, that's good news, will check that and switch it back then 🙌 |
Thanks @Omranic |
Laravel v9 is now supported in latest release v6.1.0, also all of our packages now supports Laravel v9. Note when using this package with Laravel v9This package requires {
"repositories": [
{
"type": "vcs",
"url": "https://github.com/laravel-shift/uniquewith-validator.git"
}
]
} |
I get this error |
Update: we dropped the |
Thanks for that |
Hi,
This package is dependent on
rinvex/tmp-watson-validating ^6.0.0
which in turn depends onilluminate/validation ^8.0
thus breaking the dependency chain. To my understanding, the dependencies on validating package should be updated.The full dependency chain:
L9
>rinvex/laravel-addresses ^6.0
>rinvex/laravel-support ^6.0.0
>rinvex/tmp-watson-validating ^6.0.0
>illuminate/validation ^8.0.0
P.S. creating issue here since the
tmp-watson-validating
package does not have Issue Tracker enabled.The text was updated successfully, but these errors were encountered: