From 7ee7f3b014de7dbe6eeea4ea8b8673db214b0f95 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Wed, 29 Mar 2023 15:21:13 +0000 Subject: [PATCH] - Fixed the composer --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6442d1e..b0e00c0 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "mcnd/notes-cronard", - "description": "List every runnable cron method from your controller using annotations.", + "name": "mcnd/notes-event", + "description": "List every runnable event method from your controller using annotations.", "type": "library", "license": "MIT", "authors": [ @@ -20,7 +20,7 @@ ], "autoload": { "psr-4": { - "Notes\\Cronard\\": "src/" + "Notes\\Event\\": "src/" } } }