Application/composer.json

26 lines
676 B
JSON

{
"name": "fuzeworks/application",
"description": "FuzeWorks Application Skeleton",
"homepage": "https://techfuze.net/fuzeworks",
"license": ["GPL-3.0"],
"authors": [
{
"name": "Abel Hoogeveen",
"homepage": "https://myfuze.net"
},
{
"name": "FuzeWorks Community",
"homepage": "https://techfuze.net/fuzeworks/contributors"
}
],
"require": {
"php": ">=7.0.0",
"fuzeworks/core": "1.1.1",
"latte/latte": "2.4.*",
"tracy/tracy": "2.4.*",
"smarty/smarty": "3.1.*"
},
"require-dev": {
"phpunit/phpunit": "6.2.*"
}
}