mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
update Icalendar to 2.2.1 add ability to parse RDATE with PERIOD (just returning the start)
This commit is contained in:
parent
b19a2b518e
commit
4bd33fc609
@ -89,7 +89,7 @@
|
||||
"egroupware/exception": "^2.1.0",
|
||||
"egroupware/hstream": "^1.7.0",
|
||||
"egroupware/http": "^2.2.0",
|
||||
"egroupware/icalendar": "^2.2.0",
|
||||
"egroupware/icalendar": "^2.2.1",
|
||||
"egroupware/idna": "^1.2.0",
|
||||
"egroupware/imap-client": "^2.31.0",
|
||||
"egroupware/listheaders": "^1.3.0",
|
||||
|
13
composer.lock
generated
13
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "0f2d8bfa2ed3bde041af7da260016181",
|
||||
"content-hash": "971a88d5fd5c10e1e1ed5524d2cb5095",
|
||||
"packages": [
|
||||
{
|
||||
"name": "adldap2/adldap2",
|
||||
@ -1349,16 +1349,16 @@
|
||||
},
|
||||
{
|
||||
"name": "egroupware/icalendar",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/EGroupware/Icalendar.git",
|
||||
"reference": "317865f044a2303dd6e547f455123cc8df4c0e4f"
|
||||
"reference": "cdcd9580952b8424f5ef85f3f51eb78f81cd6e1e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/EGroupware/Icalendar/zipball/317865f044a2303dd6e547f455123cc8df4c0e4f",
|
||||
"reference": "317865f044a2303dd6e547f455123cc8df4c0e4f",
|
||||
"url": "https://api.github.com/repos/EGroupware/Icalendar/zipball/cdcd9580952b8424f5ef85f3f51eb78f81cd6e1e",
|
||||
"reference": "cdcd9580952b8424f5ef85f3f51eb78f81cd6e1e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1406,6 +1406,9 @@
|
||||
],
|
||||
"description": "iCalendar and vCard library",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user