From 97d47e33d00c391179c6d0e933c2f8b8bad46c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 13 Oct 2019 17:29:41 +0200 Subject: [PATCH] Move facade/ignition-contracts to require-dev --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2480fbdb..25290709 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,6 @@ ], "require": { "illuminate/support": "^6.0", - "facade/ignition-contracts": "^1.0", "ramsey/uuid": "^3.7" }, "require-dev": { @@ -20,6 +19,7 @@ "laravel/framework": "^6.0", "orchestra/testbench-browser-kit": "^4.0", "league/flysystem-aws-s3-v3": "~1.0", + "facade/ignition-contracts": "^1.0", "phpunit/phpcov": "^6.0" }, "autoload": {