From 9bf606f7574b4c641a910e6f1d6f73b74d029463 Mon Sep 17 00:00:00 2001 From: Koen Hoeijmakers Date: Sat, 31 Mar 2018 10:05:56 +0200 Subject: [PATCH] php unit goes there --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1b4f326..550948f 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,9 @@ "description": "Argon2 implementation", "require": { "php": "^7.2", - "illuminate/hashing": "5.0 - 5.5", + "illuminate/hashing": "5.0 - 5.5" + }, + "require-dev": { "phpunit/phpunit": "^7.0" }, "license": "MIT",