diff --git a/composer.json b/composer.json index 028f84f..d03543f 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "validation" ], "require-dev": { - "phpunit/phpunit": "4.1.*" + "phpunit/phpunit": "5.1.*" }, "license": "MIT", "authors": [ @@ -23,12 +23,9 @@ "issues": "https://github.com/Ekman/Luhn-Algorithm/issues", "source": "https://github.com/Ekman/Luhn-Algorithm" }, - "require-dev": { - "phpunit/phpunit": "3.7.*" - }, "autoload": { "psr-4": { "Nekman\\LuhnAlgorithm\\": "src" } } -} \ No newline at end of file +}