From 4bedb1b063c7ab81c9081981cece985b12613b92 Mon Sep 17 00:00:00 2001 From: Michael Butler Date: Sat, 27 Jan 2018 13:49:47 -0500 Subject: [PATCH] Require PHP 5.7 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 6b1993d..28d2b16 100644 --- a/composer.json +++ b/composer.json @@ -22,5 +22,8 @@ }, "autoload": { "psr-4": { "Michelf\\": "Michelf/" } + }, + "require-dev": { + "phpunit/phpunit": "^5.7" } }