From 0b7f51ecb48ba54fe6bd22f986fe2875afdd8e33 Mon Sep 17 00:00:00 2001 From: David Cox Jr Date: Fri, 13 Apr 2018 16:39:37 -0400 Subject: [PATCH] Update composer.json Enable Auto-Discovery of the service provider. --- composer.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/composer.json b/composer.json index 4d9f3a6..5ca3846 100644 --- a/composer.json +++ b/composer.json @@ -41,6 +41,13 @@ "Sofa\\Eloquence\\Tests\\": "tests" } }, + "extra": { + "laravel": { + "providers": [ + "Sofa\\Eloquence\\MutableServiceProvider" + ] + } + }, "minimum-stability": "stable", "scripts": { "test": "phpunit && ./vendor/bin/phpcs src --standard=psr2 --report=diff --colors",