From 74d88dc8bf73858a81e35581c5a3ccdb2bb04731 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Tue, 17 Oct 2023 17:27:17 +0000 Subject: [PATCH] - Fixed typo --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7ba3b52..e7a6916 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "extra" : { "lean" : { "autoload": { - "definition" : [ + "definitions" : [ { "\\Lean\\Console\\Lean" : "definitions" } ] }