QwikClock/composer.json

19 lines
426 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",
2017-11-19 01:01:16 -07:00
"guzzlehttp/guzzle": "^6.2",
"league/csv": "^9.1",
"lapinator/ods-php-generator": "^0.0.3"
2017-06-06 22:51:45 -06:00
},
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"
}
]
}