We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b8c62 commit 754f0d9Copy full SHA for 754f0d9
LICENSE renamed to LICENSE.md
README.md
@@ -30,3 +30,11 @@ $checkSum = $luhn->calcCheckSum(123456789);
30
31
$checkDigit = $luhn->calcCheckDigit(123456789);
32
```
33
+
34
+## Changelog
35
36
+* 4.0.0 - Rewrite of the implementation.
37
+* 3.0.0 - Completely restructured the interface of the library.
38
+* 2.0.1 - Fixed typos in interface.
39
+* 2.0.0 - Added namespace.
40
+* 1.0.0 - Initial release.
composer.json
@@ -13,8 +13,7 @@
13
"authors": [
14
{
15
"name": "Niklas Ekman",
16
- "email": "nikl.ekman@gmail.com",
17
- "homepage": "http://www.codr.se"
+ "email": "nikl.ekman@gmail.com"
18
}
19
],
20
"support": {
0 commit comments