QwikClock/composer.json

17 lines
347 B
JSON
Raw Normal View History

2017-06-06 22:51:45 -06:00
{
2017-06-24 23:42:06 -06:00
"name": "netsyms/qwikclock",
"description": "Employee time tracking app.",
2017-06-06 22:51:45 -06:00
"type": "project",
"require": {
"catfan/medoo": "^1.2",
"guzzlehttp/guzzle": "^6.2"
},
2017-06-24 23:42:06 -06:00
"license": "OTHER",
2017-06-06 22:51:45 -06:00
"authors": [
{
"name": "Skylar Ittner",
"email": "admin@netsyms.com"
}
]
}