Application/composer.json

25 lines
642 B
JSON
Raw Normal View History

2016-07-11 11:12:00 +00:00
{
"name": "fuzeworks/application",
"description": "FuzeWorks Application Skeleton",
"homepage": "https://techfuze.net/fuzeworks",
2019-02-27 12:58:34 +00:00
"license": ["MIT"],
2016-07-11 11:12:00 +00:00
"authors": [
{
2019-02-27 12:58:34 +00:00
"name": "TechFuze",
"homepage": "https://techfuze.net"
2016-07-11 11:12:00 +00:00
},
{
"name": "FuzeWorks Community",
"homepage": "https://techfuze.net/fuzeworks/contributors"
}
],
"require": {
2019-02-27 12:58:34 +00:00
"php": ">=7.1.0",
"fuzeworks/webappcomponent": "dev-master"
2016-07-11 11:12:00 +00:00
},
"require-dev": {
2019-02-27 12:58:34 +00:00
"phpunit/phpunit": "^7"
},
"minimum-stability": "dev",
"prefer-stable": true
2016-07-11 11:12:00 +00:00
}