import caldav

This commit is contained in:
2019-04-26 15:03:19 +02:00
parent f664bc3b2a
commit 7ec1602335
7 changed files with 456 additions and 119 deletions

View File

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "2a3f597051554e40aa4b6ba10405d656",
"content-hash": "04339c394373f4030131258933c232ea",
"hash": "8ad66c1cc79500add7118e829f63f6a9",
"content-hash": "15efa0e4514b73fe595c60779f3eec40",
"packages": [
{
"name": "composer/ca-bundle",
@ -65,16 +65,16 @@
},
{
"name": "debril/feed-io",
"version": "v3.1.3",
"version": "v3.1.5",
"source": {
"type": "git",
"url": "https://github.com/alexdebril/feed-io.git",
"reference": "a0035d9bfe7c9ac1333242447fab781ae89fe8af"
"reference": "a8ae664c948f0ca926150cc4597f343af797b4b0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdebril/feed-io/zipball/a0035d9bfe7c9ac1333242447fab781ae89fe8af",
"reference": "a0035d9bfe7c9ac1333242447fab781ae89fe8af",
"url": "https://api.github.com/repos/alexdebril/feed-io/zipball/a8ae664c948f0ca926150cc4597f343af797b4b0",
"reference": "a8ae664c948f0ca926150cc4597f343af797b4b0",
"shasum": ""
},
"require": {
@ -121,7 +121,7 @@
"news",
"rss"
],
"time": "2019-03-11 15:08:14"
"time": "2019-04-12 11:48:51"
},
{
"name": "debril/rss-atom-bundle",
@ -1725,16 +1725,16 @@
},
{
"name": "jasig/phpcas",
"version": "1.3.6",
"version": "1.3.7",
"source": {
"type": "git",
"url": "https://github.com/apereo/phpCAS.git",
"reference": "7972833e84f6ee5fa41f1479eab5d855109627f5"
"reference": "b5b29102c3a42f570c4a3e852f3cf67cae6d6082"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/apereo/phpCAS/zipball/7972833e84f6ee5fa41f1479eab5d855109627f5",
"reference": "7972833e84f6ee5fa41f1479eab5d855109627f5",
"url": "https://api.github.com/repos/apereo/phpCAS/zipball/b5b29102c3a42f570c4a3e852f3cf67cae6d6082",
"reference": "b5b29102c3a42f570c4a3e852f3cf67cae6d6082",
"shasum": ""
},
"require": {
@ -1776,7 +1776,7 @@
"cas",
"jasig"
],
"time": "2018-10-25 20:22:09"
"time": "2019-04-22 19:48:16"
},
{
"name": "jdorn/sql-formatter",
@ -3679,16 +3679,16 @@
},
{
"name": "symfony/symfony",
"version": "v3.4.23",
"version": "v3.4.26",
"source": {
"type": "git",
"url": "https://github.com/symfony/symfony.git",
"reference": "336cf12e5e82d71874e8522e0879794340351b56"
"reference": "1b89e7baec9891c323bbf1ec81af77d901fc60c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/symfony/zipball/336cf12e5e82d71874e8522e0879794340351b56",
"reference": "336cf12e5e82d71874e8522e0879794340351b56",
"url": "https://api.github.com/repos/symfony/symfony/zipball/1b89e7baec9891c323bbf1ec81af77d901fc60c9",
"reference": "1b89e7baec9891c323bbf1ec81af77d901fc60c9",
"shasum": ""
},
"require": {
@ -3830,7 +3830,7 @@
"keywords": [
"framework"
],
"time": "2019-03-03 18:52:48"
"time": "2019-04-17 15:57:27"
},
{
"name": "tetranz/select2entity-bundle",
@ -3880,17 +3880,60 @@
"time": "2018-03-05 02:52:46"
},
{
"name": "twig/twig",
"version": "v2.7.4",
"name": "thecsea/simple-caldav-client",
"version": "v0.1.10",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "ed9c49220e09bfaeb1ba4d48077c08a7b09908dd"
"url": "https://github.com/thecsea/simpleCalDAV.git",
"reference": "dae70da0dacd0c8a1e184fbc91ecbe6f7fa5dea9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/ed9c49220e09bfaeb1ba4d48077c08a7b09908dd",
"reference": "ed9c49220e09bfaeb1ba4d48077c08a7b09908dd",
"url": "https://api.github.com/repos/thecsea/simpleCalDAV/zipball/dae70da0dacd0c8a1e184fbc91ecbe6f7fa5dea9",
"reference": "dae70da0dacd0c8a1e184fbc91ecbe6f7fa5dea9",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"it\\thecsea\\simple_caldav_client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0"
],
"authors": [
{
"name": "claudio cardinale",
"email": "cardi@thecsea.it",
"homepage": "http://thecsea.it"
}
],
"description": "A simple and complete php caldav client",
"homepage": "http://www.thecsea.it",
"keywords": [
"CalDAV",
"Simple",
"client"
],
"time": "2019-04-25 19:55:16"
},
{
"name": "twig/twig",
"version": "v2.8.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "91cc2594d3143761ce0399c1caffd0b500ffe5b9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/91cc2594d3143761ce0399c1caffd0b500ffe5b9",
"reference": "91cc2594d3143761ce0399c1caffd0b500ffe5b9",
"shasum": ""
},
"require": {
@ -3906,7 +3949,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
"dev-master": "2.8-dev"
}
},
"autoload": {
@ -3944,7 +3987,7 @@
"keywords": [
"templating"
],
"time": "2019-03-23 14:28:58"
"time": "2019-04-16 17:14:24"
},
{
"name": "zendframework/zend-code",
@ -4162,16 +4205,16 @@
},
{
"name": "symfony/maker-bundle",
"version": "v1.11.5",
"version": "v1.11.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/maker-bundle.git",
"reference": "186ffc80b8f363e04ea3c2ebf49e1263a84b4e39"
"reference": "d262c2cace4d9bca99137a84f6fc6ba909a17e02"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/186ffc80b8f363e04ea3c2ebf49e1263a84b4e39",
"reference": "186ffc80b8f363e04ea3c2ebf49e1263a84b4e39",
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/d262c2cace4d9bca99137a84f6fc6ba909a17e02",
"reference": "d262c2cace4d9bca99137a84f6fc6ba909a17e02",
"shasum": ""
},
"require": {
@ -4224,20 +4267,20 @@
"scaffold",
"scaffolding"
],
"time": "2019-03-11 15:55:09"
"time": "2019-04-19 17:26:45"
},
{
"name": "symfony/phpunit-bridge",
"version": "v3.4.23",
"version": "v3.4.26",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "b539f37134c10edbf85dc0567be4151c56870f5e"
"reference": "a43a2f6c465a2d99635fea0addbebddc3864ad97"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/b539f37134c10edbf85dc0567be4151c56870f5e",
"reference": "b539f37134c10edbf85dc0567be4151c56870f5e",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/a43a2f6c465a2d99635fea0addbebddc3864ad97",
"reference": "a43a2f6c465a2d99635fea0addbebddc3864ad97",
"shasum": ""
},
"require": {
@ -4289,7 +4332,7 @@
],
"description": "Symfony PHPUnit Bridge",
"homepage": "https://symfony.com",
"time": "2019-02-16 18:50:26"
"time": "2019-04-16 09:03:16"
}
],
"aliases": [],