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 b323634 commit bf1f72dCopy full SHA for bf1f72d
composer.json
@@ -9,7 +9,7 @@
9
"validation"
10
],
11
"require-dev": {
12
- "phpunit/phpunit": "4.1.*"
+ "phpunit/phpunit": "5.1.*"
13
},
14
"license": "MIT",
15
"authors": [
@@ -23,12 +23,9 @@
23
"issues": "https://github.com/Ekman/Luhn-Algorithm/issues",
24
"source": "https://github.com/Ekman/Luhn-Algorithm"
25
26
- "require-dev": {
27
- "phpunit/phpunit": "3.7.*"
28
- },
29
"autoload": {
30
"psr-4": {
31
"Nekman\\LuhnAlgorithm\\": "src"
32
}
33
34
-}
+}
0 commit comments