Browse Source

Push assert library up the list to maintain alphabetical sorting

pull/628/head
Mirosław Filip 9 years ago
parent
commit
0da6260d2c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -640,6 +640,7 @@ Libraries to help manage database schemas and migrations.
640 640
 ## Filtering and Validation
641 641
 *Libraries for filtering and validating data.*
642 642
 
643
+* [Assert](https://github.com/beberlei/assert) - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions.
643 644
 * [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP).
644 645
 * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
645 646
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
@@ -649,7 +650,6 @@ Libraries to help manage database schemas and migrations.
649 650
 * [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.
650 651
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
651 652
 * [Volan](https://github.com/serkin/Volan) - Another simplified validation library.
652
-* [Assert](https://github.com/beberlei/assert) - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions.
653 653
 
654 654
 ## API
655 655
 *Libraries and web tools for developing APIs.*

Loading…
Cancel
Save