diff --git a/composer.json b/composer.json index a23c31d..fbf72e8 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,9 @@ "autoload": { "definitions" : [ "meta/definitions/software.php" + ], + "config": [ + "meta/config.php" ] } } diff --git a/meta/config.php b/meta/config.php new file mode 100644 index 0000000..6afa6c0 --- /dev/null +++ b/meta/config.php @@ -0,0 +1,9 @@ + [ + 'autoload' => [ + getenv('DEBUG') ? 'lean.console' : null, + ] + ], +];