File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ Then just add the following to your `composer.json` file:
160160// composer.json
161161{
162162 " require" : {
163- " globalcitizen/php-iban" : " 2.8.1 "
163+ " globalcitizen/php-iban" : " 2.8.2 "
164164 }
165165}
166166```
@@ -256,7 +256,7 @@ The following table compares __php-iban__ to other PHP projects offering IBAN-re
256256
257257| Project | Lic. | Proc | OO | Began | Latest | Star | Watch | Fork | Installs | Home culture | Deps |
258258| ---------------------------------------------------------- | ---- | ---- | --- | ------ | ------ | ---- | ----- | ---- | -------- | ------------ | ------- |
259- | __ php-iban__ | LGPL | ✔ | ✔ | 2009 | 2.8.1 | 333 | 26 | 77 | 1M+* | Global* | * none* |
259+ | __ php-iban__ | LGPL | ✔ | ✔ | 2009 | 2.8.2 | 333 | 26 | 77 | 1M+* | Global* | * none* |
260260| [ Iban] ( https://github.com/jschaedl/Iban ) | MIT | ✘ | ✔ | 2013 | 1.3.0 | 50 | 9 | 19 | 178.39k | German | lots |
261261| [ IsoCodes] ( https://github.com/ronanguilloux/IsoCodes ) | GPL3 | ✘ | ✔ | 2012 | 2.1.1 | 466 | 22 | 54 | 145k | French | lots |
262262| [ SepaUtil's] ( https://github.com/AbcAeffchen/SepaUtilities ) | GPL3 | ✘ | ✔ | 2014 | 1.2.3 | 8 | 4 | 3 | 25k | German | phpunit |
@@ -326,6 +326,10 @@ Your Help Wanted
326326
327327News: July 2020
328328---------------
329+
330+ __ [ Version 2.8.2] ( https://github.com/globalcitizen/php-iban/releases/tag/v2.8.1 ) __ has been released.
331+ * Same as previous but officially drop php-5.2 support due to lack of namespacing.
332+
329333__ [ Version 2.8.1] ( https://github.com/globalcitizen/php-iban/releases/tag/v2.8.1 ) __ has been released.
330334 * ` TL ` BBAN format regex removed extraneous spaces (did not affect IBAN validation). (Thanks to @DanyCorbineauBappli )
331335
You can’t perform that action at this time.
0 commit comments