Intervention / validation

Missing Laravel Validation Rules
https://validation.intervention.io
MIT License
558 stars 65 forks source link

Dependency on PHP-INTL package. #63

Closed TheNewSound closed 9 months ago

TheNewSound commented 1 year ago

This function creates a dependency for this package on php-intl: locale_get_default() called here: https://github.com/Intervention/validation/blob/790cc673d4f733b6ecd7fb42bb50749412878a48/src/Traits/HasCurrentLocale.php#L16

olivervogel commented 9 months ago

In Version 4 locale_get_default() is not used anymore.