Fix Respect\Validation name

This commit is contained in:
Daniel Gimenes 2013-12-10 10:02:59 -02:00
parent e4fc6fed1f
commit a606e176e4
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
*Libraries for filtering and validating data.*
* [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
* [Respect Validate](https://github.com/Respect/Validation) - A simple validation library.
* [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
* [Valitron](https://github.com/vlucas/valitron) - Another validation library.
* [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
* [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.