update Icalendar to 2.2.1 add ability to parse RDATE with PERIOD (just returning the start)

This commit is contained in:
ralf 2023-11-13 08:12:57 +02:00
parent b19a2b518e
commit 4bd33fc609
2 changed files with 9 additions and 6 deletions

View File

@ -89,7 +89,7 @@
"egroupware/exception": "^2.1.0", "egroupware/exception": "^2.1.0",
"egroupware/hstream": "^1.7.0", "egroupware/hstream": "^1.7.0",
"egroupware/http": "^2.2.0", "egroupware/http": "^2.2.0",
"egroupware/icalendar": "^2.2.0", "egroupware/icalendar": "^2.2.1",
"egroupware/idna": "^1.2.0", "egroupware/idna": "^1.2.0",
"egroupware/imap-client": "^2.31.0", "egroupware/imap-client": "^2.31.0",
"egroupware/listheaders": "^1.3.0", "egroupware/listheaders": "^1.3.0",

13
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "0f2d8bfa2ed3bde041af7da260016181", "content-hash": "971a88d5fd5c10e1e1ed5524d2cb5095",
"packages": [ "packages": [
{ {
"name": "adldap2/adldap2", "name": "adldap2/adldap2",
@ -1349,16 +1349,16 @@
}, },
{ {
"name": "egroupware/icalendar", "name": "egroupware/icalendar",
"version": "2.2.0", "version": "2.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/EGroupware/Icalendar.git", "url": "https://github.com/EGroupware/Icalendar.git",
"reference": "317865f044a2303dd6e547f455123cc8df4c0e4f" "reference": "cdcd9580952b8424f5ef85f3f51eb78f81cd6e1e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/EGroupware/Icalendar/zipball/317865f044a2303dd6e547f455123cc8df4c0e4f", "url": "https://api.github.com/repos/EGroupware/Icalendar/zipball/cdcd9580952b8424f5ef85f3f51eb78f81cd6e1e",
"reference": "317865f044a2303dd6e547f455123cc8df4c0e4f", "reference": "cdcd9580952b8424f5ef85f3f51eb78f81cd6e1e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1406,6 +1406,9 @@
], ],
"description": "iCalendar and vCard library", "description": "iCalendar and vCard library",
"homepage": "https://www.horde.org/libraries/Horde_Icalendar", "homepage": "https://www.horde.org/libraries/Horde_Icalendar",
"support": {
"source": "https://github.com/EGroupware/Icalendar/tree/2.2.1"
},
"time": "2019-02-09T00:00:00+00:00" "time": "2019-02-09T00:00:00+00:00"
}, },
{ {