From 406694ce5177f42bae72c1632138584aa7638237 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Tue, 17 Oct 2023 17:21:03 +0000 Subject: [PATCH] - WIP on Lean's definitions autoload --- composer.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/composer.json b/composer.json index 8909bda..7ba3b52 100644 --- a/composer.json +++ b/composer.json @@ -16,5 +16,14 @@ "psr-4": { "Lean\\Console\\": "src/" } + }, + "extra" : { + "lean" : { + "autoload": { + "definition" : [ + { "\\Lean\\Console\\Lean" : "definitions" } + ] + } + } } }