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",
|
2021-07-05 15:51:25 -05:00
|
|
|
"url": "https://github.com/Aerex/baikal-storage-plugin"
|
2020-03-19 11:35:12 -05:00
|
|
|
}
|
|
|
|
],
|
2020-09-13 01:26:22 -05:00
|
|
|
"bin": [
|
2021-07-05 15:40:46 -05:00
|
|
|
"bin/baikalstorage"
|
2020-09-13 01:26:22 -05:00
|
|
|
],
|
2020-03-19 11:35:12 -05:00
|
|
|
"require": {
|
2022-06-19 11:25:30 -05:00
|
|
|
"php" : "^7.2 || ^8.0",
|
|
|
|
"sabre/dav" : "~4.3.0",
|
2021-10-14 08:45:11 -05:00
|
|
|
"sabre/vobject": "^4.2.1",
|
2020-03-19 11:35:12 -05:00
|
|
|
"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",
|
2021-10-14 08:45:11 -05:00
|
|
|
"symfony/config": "3.4|^4.0|^5.0",
|
2021-08-16 22:01:06 -05:00
|
|
|
"symfony/process": "^3.4|^4.0|^5.0",
|
2020-05-13 00:09:35 -05:00
|
|
|
"monolog/monolog": "^2.0",
|
2020-09-13 01:26:22 -05:00
|
|
|
"symfony/yaml": "~3.0|~4.0",
|
|
|
|
"symfony/console": "^3.4|^4.0|^5.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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|