Skip to content

Commit bf1f72d

Browse files
p16Ekman
authored andcommitted
Remove duplication on composer.json and update phpunit version (#4)
1 parent b323634 commit bf1f72d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"validation"
1010
],
1111
"require-dev": {
12-
"phpunit/phpunit": "4.1.*"
12+
"phpunit/phpunit": "5.1.*"
1313
},
1414
"license": "MIT",
1515
"authors": [
@@ -23,12 +23,9 @@
2323
"issues": "https://github.com/Ekman/Luhn-Algorithm/issues",
2424
"source": "https://github.com/Ekman/Luhn-Algorithm"
2525
},
26-
"require-dev": {
27-
"phpunit/phpunit": "3.7.*"
28-
},
2926
"autoload": {
3027
"psr-4": {
3128
"Nekman\\LuhnAlgorithm\\": "src"
3229
}
3330
}
34-
}
31+
}

0 commit comments

Comments
 (0)