square / laravel-hyrule

Object-oriented, composable, fluent API for writing validations in Laravel
Apache License 2.0
340 stars 10 forks source link

Support Laravel 10 #16

Closed hungthai1401 closed 1 year ago

hungthai1401 commented 1 year ago

Hi there,

I wasn't sure about how you'd handle bumping major version of a package & Laravel, hopefully this PR helps to save some time for updating to Laravel 10.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

bezhermoso commented 1 year ago

Thanks, I'll have to read up what's new with Laravel 10 and see if there is more that should be done. At the very least, looks like it would need to be a major version release due to Composer dependency bumps.

hungthai1401 commented 1 year ago

@bezhermoso I got it. Tell me if you have any suggestions

hungthai1401 commented 1 year ago

@bezhermoso thanks, when will we release new version?

bezhermoso commented 1 year ago

@hungthai1401 Apologies for the delay, I just cut a release alongside a few additional rule support & fix: https://github.com/square/laravel-hyrule/releases/tag/3.0.0

hungthai1401 commented 1 year ago

@bezhermoso thank you so much