BinStack/composer.json

17 lines
403 B
JSON
Raw Normal View History

2017-04-24 17:13:08 -06:00
{
2017-04-26 00:46:36 -06:00
"name": "netsyms/business-app-template",
"description": "Template for a webapp integrated with a Portal server for authentication.",
2017-04-24 17:13:08 -06:00
"type": "project",
"require": {
"catfan/medoo": "^1.2",
"guzzlehttp/guzzle": "^6.2"
2017-04-24 17:13:08 -06:00
},
"license": "MIT",
"authors": [
{
"name": "Skylar Ittner",
"email": "admin@netsyms.com"
}
]
}