Application/composer.json

26 lines
641 B
JSON

{
"name": "fuzeworks/application",
"description": "FuzeWorks Application Skeleton",
"homepage": "https://techfuze.net/fuzeworks",
"license": ["MIT"],
"authors": [
{
"name": "TechFuze",
"homepage": "https://techfuze.net"
},
{
"name": "FuzeWorks Community",
"homepage": "https://techfuze.net/fuzeworks/contributors"
}
],
"require": {
"php": ">=7.1.0",
"fuzeworks/webappcomponent": "1.2.0-RC5"
},
"require-dev": {
"phpunit/phpunit": "^7"
},
"minimum-stability": "RC",
"prefer-stable": true
}