TaskFloor/composer.json

18 lines
398 B
JSON
Raw Permalink Normal View History

2017-04-24 17:13:08 -06:00
{
2017-06-24 23:42:00 -06:00
"name": "netsyms/taskfloor",
"description": "Task management and messaging system.",
2017-04-24 17:13:08 -06:00
"type": "project",
"require": {
"catfan/medoo": "^1.2",
"guzzlehttp/guzzle": "^6.2",
"ezyang/htmlpurifier": "^4.9"
2017-04-24 17:13:08 -06:00
},
2017-12-16 14:25:31 -07:00
"license": "MPL-2.0",
2017-04-24 17:13:08 -06:00
"authors": [
{
"name": "Skylar Ittner",
"email": "admin@netsyms.com"
}
]
}