dwightwatson / validating

Automatically validating Eloquent models for Laravel
MIT License
968 stars 76 forks source link

Update composer.json #193

Closed Dylan-DPC-zz closed 6 years ago

Dylan-DPC-zz commented 6 years ago

Laravel doesn't follow semver. So having ^5.x or >=5.x will mean that composer will install a future version even though that version breaks the package.

dwightwatson commented 6 years ago

Cool, thanks!