Application/composer.json

35 lines
863 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"
}
],
"repositories": [
{
"type": "vcs",
"url": "http://10.0.0.32/fuzeworks/core.git"
}
],
"require": {
"php": ">=5.6.0",
"fuzeworks/core": "dev-master",
"latte/latte": "^2.4",
"tracy/tracy": "^2.4",
"smarty/smarty": "~3.1"
},
"require-dev": {
"phpunit/phpunit": "5.3.*"
},
"config": {
"secure-http": false
}
}