pfatt/box.json.dist
James Gilliland 12211289bf Use container for dependencies
This looks more complicated but removes a lot of hard coded class connections
and will make injecting config easier.
2022-03-05 17:48:06 -06:00

7 lines
111 B
Text

{
"output" : "build/pfatt.phar",
"files": [
"bin/pfatt",
"cache/container.php"
]
}