Procházet zdrojové kódy

Push assert library up the list to maintain alphabetical sorting

pull/628/head
Mirosław Filip před 9 roky
rodič
revize
0da6260d2c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      README.md

+ 1
- 1
README.md Zobrazit soubor

@@ -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.*

Načítá se…
Zrušit
Uložit