diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..ac8bced --- /dev/null +++ b/composer.json @@ -0,0 +1,10 @@ +{ + "name": "avsdev/sprinkle-organisations", + "type": "userfrosting-sprinkle", + "description": "Sprinkle for adding organisations to UF", + "autoload": { + "psr-4": { + "UserFrosting\\Sprinkle\\Organisations\\": "src/" + } + } +} \ No newline at end of file