See the README for current tweaks

This commit is contained in:
2023-05-31 11:51:12 +01:00
parent 97407e9532
commit a67214d024
18 changed files with 1260 additions and 2 deletions

10
composer.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "avsdev/sprinkle-uf-tweaks",
"type": "userfrosting-sprinkle",
"description": "Sprinkle to tweak the base UF installation to be tighter.",
"autoload": {
"psr-4": {
"UserFrosting\\Sprinkle\\UFTweaks\\": "src/"
}
}
}