Composer file

This commit is contained in:
2021-12-20 15:50:13 +00:00
parent cf3d9a2add
commit 01fd21537f

10
composer.json Normal file
View File

@@ -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/"
}
}
}