From 03edd42a55b306ff980c9950899d5a2b03260d48 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 4 Dec 2018 13:54:25 +0100 Subject: [PATCH] Move illuminate dependency to require-dev --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a416a95..699918a 100644 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ ], "require": { "php": "^7.1.3", - "nexmo/client": "^1.0", - "illuminate/notifications": "~5.7" + "nexmo/client": "^1.0" }, "require-dev": { + "illuminate/notifications": "~5.7", "mockery/mockery": "^1.0", "phpunit/phpunit": "^7.0" },