ManagePanel/composer.json

19 lines
430 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",
2017-10-10 22:09:14 -06:00
"guzzlehttp/guzzle": "^6.2",
"league/csv": "^9.0",
"lapinator/ods-php-generator": "^0.0.3"
},
2017-12-16 13:54:00 -07:00
"license": "MPL-2.0",
"authors": [
{
"name": "Skylar Ittner",
"email": "admin@netsyms.com"
}
]
}