From 9b4e424d98dc97e27c97afd37f3d20a96b4cddec Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 13 Jan 2022 15:48:35 +0100 Subject: [PATCH] Add Ignition (#5764) --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3af145a4..3f7d7b14 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,8 @@ "laravel/sail": "^1.0.1", "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^6.0", - "phpunit/phpunit": "^9.5.10" + "phpunit/phpunit": "^9.5.10", + "spatie/laravel-ignition": "^1.0" }, "autoload": { "psr-4": {