pfatt/box.json.dist
James Gilliland 7c6fac34a0 Rename method to make more sense with supplicant logic
This doesn't really work but its fun and will be useful to dig into.
2022-03-11 21:33:37 -06:00

13 lines
292 B
Text

{
"output" : "build/pfatt.phar",
"metadata": "\\Pfatt\\PfattKernel::generateMetadata",
"git-commit": "git-commit",
"files": [
"bin/pfatt",
"cache/container.php"
],
"compactors": [
"KevinGH\\Box\\Compactor\\Php"
],
"compression": "GZ"
}