Skip to content

Commit a8b0a1b

Browse files
author
Walter Stanish
committed
v4.0.0
1 parent e107e67 commit a8b0a1b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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": "3.0.3"
163+
"globalcitizen/php-iban": "4.0.0"
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 | 3.0.3 | 344 | 26 | 76 | ~2M* | Global* | *none* |
259+
| __php-iban__ | LGPL ||| 2009 | 4.0.0 | 344 | 26 | 76 | ~2M* | 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,8 @@ Your Help Wanted
326326

327327
News: August 2020
328328
-----------------
329+
__[Version 4.0.0](https://github.com/globalcitizen/php-iban/releases/tag/v4.0.0)__ has been released.
330+
* Major version upgrade to certainly fix missing dot in prior release version string, thus avoiding composer hassles. (See [#108](https://github.com/globalcitizen/php-iban/issues/108)). I am relly beginning to hate composer.
329331

330332
__[Version 3.0.3](https://github.com/globalcitizen/php-iban/releases/tag/v3.0.3)__ has been released.
331333
* Official support for php-7.4

0 commit comments

Comments
 (0)