BinStack/composer.json

17 lines
389 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",
2017-12-28 16:20:45 -07:00
"description": "Template for a webapp integrated with an AccountHub server.",
2017-04-24 17:13:08 -06:00
"type": "project",
"require": {
2017-12-28 16:20:45 -07:00
"catfan/medoo": "^1.5",
"guzzlehttp/guzzle": "^6.2"
2017-04-24 17:13:08 -06:00
},
"license": "MIT",
"authors": [
{
"name": "Skylar Ittner",
"email": "admin@netsyms.com"
}
]
}