ManagePanel/composer.json

17 lines
349 B
JSON
Raw Normal View History

{
2017-06-24 23:42:11 -06:00
"name": "netsyms/managepanel",
"description": "System administration tool.",
"type": "project",
"require": {
"catfan/medoo": "^1.2",
"guzzlehttp/guzzle": "^6.2"
},
2017-06-24 23:42:11 -06:00
"license": "OTHER",
"authors": [
{
"name": "Skylar Ittner",
"email": "admin@netsyms.com"
}
]
}