TaskwarriorPlugin/composer.json

36 lines
811 B
JSON

{
"name": "aerex/taskwarrior-baikal-plugin",
"description": "A Baikal plugin for taskwarrior",
"type": "library",
"keywords": [
"task",
"taskwarrior",
"GTD",
"Baikal",
"sabre"
],
"repositories": [{"type": "vcs", "url": "https://aerex.me/git/Aerex/Taskwarrior"}],
"require": {
"php": ">=5.5",
"sabre/dav": "~3.1.2",
"sabre/vobject": "^4.0",
"easycorp/easy-log-handler": "^1.0",
"zendframework/zend-validator": "^2.10"
},
"require-dev": {
"phpunit/phpunit" : "> 4.8, <=6.0.0"
},
"authors": [
{
"name": "Aerex",
"email": "aerex@aerex.me"
}
],
"autoload": {
"psr-4": {
"Aerex\\TaskwarriorPlugin\\": "src/"
}
}
}