Files
sprinkle-uf-tweaks/composer.json

13 lines
341 B
JSON

{
"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/"
}
},
"require": {
"mobiledetect/mobiledetectlib": "^3.74"
}
}