2015-02-05 13:41:03 -06:00
|
|
|
{
|
2015-07-02 03:17:56 -05:00
|
|
|
"name": "davidbadura/taskwarrior",
|
|
|
|
"description": "a php lib for taskwarrior",
|
|
|
|
"keywords": [
|
|
|
|
"task",
|
2015-07-02 03:21:45 -05:00
|
|
|
"taskwarrior",
|
|
|
|
"GTD"
|
2015-07-02 03:17:56 -05:00
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "David Badura",
|
|
|
|
"email": "d.badura@gmx.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4",
|
2015-07-02 03:21:45 -05:00
|
|
|
"symfony/process": "^2.3",
|
|
|
|
"jms/serializer": "^1.0",
|
2015-07-07 16:05:57 -05:00
|
|
|
"phpoption/phpoption": "^1.3",
|
2015-07-02 03:21:45 -05:00
|
|
|
"symfony/filesystem": "^2.3",
|
|
|
|
"nesbot/carbon": "^1.14",
|
|
|
|
"doctrine/collections": "^1.3",
|
2015-07-14 18:26:06 -05:00
|
|
|
"webmozart/path-util": "^2.1",
|
2015-07-07 18:17:00 -05:00
|
|
|
"webmozart/assert": "^1.0.1",
|
|
|
|
"ocramius/proxy-manager": "^1.0"
|
2015-07-02 03:17:56 -05:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-07-02 03:21:45 -05:00
|
|
|
"phpunit/phpunit": "^4.0",
|
|
|
|
"symfony/var-dumper": "^2.6"
|
2015-07-02 03:17:56 -05:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"DavidBadura\\Taskwarrior\\": "src"
|
|
|
|
}
|
2015-02-05 13:41:03 -06:00
|
|
|
}
|
|
|
|
}
|