JeffreyWay / Laravel-Model-Validation

This Laravel package auto-validates a model on save.
https://packagist.org/packages/way/database
275 stars 54 forks source link

Fix broken Composer version constraints #25

Closed thaiphan closed 10 years ago

thaiphan commented 10 years ago

The last commit added invalid version constraints to your composer.json file (see: https://getcomposer.org/doc/faqs/why-are-version-constraints-combining-comparisons-and-wildcards-a-bad-idea.md). This means that anybody who has been using your package won't be able to run composer update.

This change redoes the version constraints so that it is sensible and works as expected.