diff --git a/src/composer.json b/src/composer.json index 89225f7..af41885 100644 --- a/src/composer.json +++ b/src/composer.json @@ -57,6 +57,8 @@ "appstract/laravel-opcache": "", // provides artisan commands to interact with opcache (not sure if site-specific) "brick/math": "", // arbitrary-precision arithmetic library "brick/money": "", // money and currency library + + "doctrine/dbal": "", // useful for artisan db:show }, "require-dev": { //..