diff composer.json @ 1:ca36acd2bef2

Have a base going, there is definitly a lot wrong with some of the files and the general structure but overall, it's a starting point
author luka
date Sat, 24 Jun 2023 01:08:01 -0400
parents 329123c41eaf
children 3426c7e91c24
line wrap: on
line diff
--- a/composer.json	Thu Mar 23 19:24:43 2023 -0400
+++ b/composer.json	Sat Jun 24 01:08:01 2023 -0400
@@ -4,11 +4,18 @@
 		"version": "dev-default",
     "autoload": {
         "psr-4": {
-            "Wizzard\\Magicforger\\": "src/"
+						"Wizzard\\MagicForger\\":"src/"
         }
     },
     "minimum-stability": "stable",
     "require": {
         "laravel/framework": ">=10.3"
-    }
+    },
+		"extra": {
+    	"laravel": {
+    	    "providers": [
+						"Wizzard\\MagicForger\\MagicForgerServiceProvider"
+    	    ]
+    	}
+		}
 }