From c9ef012ace36de26730f46bc4c9ec08e6ff7ef95 Mon Sep 17 00:00:00 2001 From: Filippo De Santis Date: Sun, 3 Jan 2016 11:38:53 +0400 Subject: [PATCH] Remove duplication on composer.json and update phpunit version --- composer.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 +}