From 87b8597b5c53b60b7f4984bf11033d25cec9337f Mon Sep 17 00:00:00 2001 From: Lewis Cowles Date: Fri, 9 Dec 2016 03:01:53 +0000 Subject: [PATCH] fixed composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aa6142c..7839a57 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "require": { "php": ">=7.0" - } + }, "require-dev": { "ext-xdebug": "*", "phpunit/phpunit": "^5.4"