TaskwarriorPlugin/composer.json

38 lines
873 B
JSON
Raw Permalink Normal View History

2018-10-06 19:57:37 -05:00
{
2018-10-28 12:55:35 -05:00
"name": "aerex/taskwarrior-baikal-plugin",
2018-10-06 19:57:37 -05:00
"description": "A Baikal plugin for taskwarrior",
"type": "library",
"keywords": [
"task",
"taskwarrior",
"GTD",
2018-10-06 19:57:37 -05:00
"Baikal",
"sabre"
],
2018-10-28 12:55:35 -05:00
"repositories": [{"type": "vcs", "url": "https://aerex.me/git/Aerex/Taskwarrior"}],
2018-10-06 19:57:37 -05:00
"require": {
"php": ">=5.5",
"sabre/dav": "~3.1.2",
2018-10-28 12:55:35 -05:00
"jms/serializer": "2.0.0-RC1",
"jms/metadata": "^2.0@RC",
"aerex/taskwarrior": "^3.0",
"sabre/vobject": "^4.0",
"easycorp/easy-log-handler": "^1.0"
2018-10-06 19:57:37 -05:00
},
"require-dev": {
"phpunit/phpunit" : "> 4.8, <=6.0.0"
},
"authors": [
{
"name": "Aerex",
"email": "aerex@aerex.me"
}
],
"autoload": {
"psr-4": {
"Aerex\\TaskwarriorPlugin\\": "src/"
}
}
2018-10-06 19:57:37 -05:00
}