feat: first init
This commit is contained in:
commit
b3175cb4b8
42
composer.json
Normal file
42
composer.json
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
{
|
||||||
|
"name": "baikal-storage-plugin",
|
||||||
|
"description": "ABaikal plugin to sync iCal objects into storages such as taskwarrior and todist",
|
||||||
|
"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",
|
||||||
|
"easycorp/easy-log-handler": "^1.0",
|
||||||
|
"nesbot/carbon": "^2.0.0",
|
||||||
|
"laminas/laminas-validator": "^2.13",
|
||||||
|
"laminas/laminas-stdlib": "^3.2",
|
||||||
|
"psr/container": "^1.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "> 4.8, <=6.0.0"
|
||||||
|
},
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Aerex",
|
||||||
|
"email": "aerex@aerex.me"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Aerex\\Taskwarrior\\": "src/taskwarrior"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user