2020-03-19 11:35:12 -05:00
|
|
|
{
|
2020-05-03 16:41:59 -05:00
|
|
|
"name": "aerex/baikal-storage-plugin",
|
|
|
|
"description": "A Baikal plugin to sync iCal objects into storages such as taskwarrior and todist",
|
2020-03-19 11:35:12 -05:00
|
|
|
"type": "library",
|
|
|
|
"keywords": [
|
|
|
|
"task",
|
|
|
|
"taskwarrior",
|
|
|
|
"GTD",
|
|
|
|
"Baikal",
|
|
|
|
"sabre"
|
|
|
|
],
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://git.aerex.me/Aerex/baikal-storage-plugin"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.5",
|
|
|
|
"sabre/dav" : "~4.0.2",
|
|
|
|
"sabre/vobject": "^4.0",
|
|
|
|
"nesbot/carbon": "^2.0.0",
|
|
|
|
"laminas/laminas-validator": "^2.13",
|
|
|
|
"laminas/laminas-stdlib": "^3.2",
|
2020-05-03 16:41:59 -05:00
|
|
|
"psr/container": "^1.0",
|
2020-05-04 23:25:11 -05:00
|
|
|
"symfony/config": "3.4",
|
2020-05-12 23:56:22 -05:00
|
|
|
"symfony/process": "^3.4",
|
2020-05-13 00:09:35 -05:00
|
|
|
"monolog/monolog": "^2.0",
|
2020-05-13 00:12:36 -05:00
|
|
|
"symfony/yaml": "~3.0|~4.0"
|
2020-03-19 11:35:12 -05:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-05-28 11:54:21 -05:00
|
|
|
"phpunit/phpunit": "^8.5.3"
|
2020-03-19 11:35:12 -05:00
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Aerex",
|
|
|
|
"email": "aerex@aerex.me"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2020-05-03 16:41:59 -05:00
|
|
|
"Aerex\\BaikalStorage\\Storages\\": "lib/Storages/",
|
|
|
|
"Aerex\\BaikalStorage\\Configs\\": "lib/Configs/",
|
|
|
|
"Aerex\\BaikalStorage\\": "lib/"
|
2020-03-19 11:35:12 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|