From be437f9b8a232ab497efc03d2b712f676699d353 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 9 Feb 2019 11:36:13 +0100 Subject: [PATCH] use egroupware/icalendar:2.1.9 until fix/pull request is released by Horde --- composer.json | 2 +- composer.lock | 98 ++++++++++++++++++++++++++++++++------------------- 2 files changed, 63 insertions(+), 37 deletions(-) diff --git a/composer.json b/composer.json index 2e8de91598..116c17750d 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "pear-pear.horde.org/horde_mail": "^2.1.2", "pear-pear.horde.org/horde_smtp": "^1.3.0", "pear-pear.horde.org/horde_compress": "^2.0.8", - "pear-pear.horde.org/horde_icalendar": "^2.1.1", + "egroupware/icalendar": "^2.1.9", "pear/math_biginteger": "^1.0.2", "pear-pear.horde.org/horde_mapi": "^1.0.0", "pear-pear.horde.org/horde_managesieve": "^1.0.2", diff --git a/composer.lock b/composer.lock index 40fe1856f2..c343c74d74 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "5e0a8dbafab54221dead2232b5a37a1e", + "content-hash": "ec1ef72e2c1c0ddf3ebce64359ecd55c", "packages": [ { "name": "adldap2/adldap2", @@ -320,6 +320,67 @@ "homepage": "http://jquery.com", "time": "2018-03-04T13:23:48+00:00" }, + { + "name": "egroupware/icalendar", + "version": "2.1.9", + "source": { + "type": "git", + "url": "https://github.com/EGroupware/Icalendar.git", + "reference": "181ff25b3837bb8e9fd2c1a188078829639767d6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/EGroupware/Icalendar/zipball/181ff25b3837bb8e9fd2c1a188078829639767d6", + "reference": "181ff25b3837bb8e9fd2c1a188078829639767d6", + "shasum": "" + }, + "require": { + "pear-pear.horde.org/horde_date": "^2", + "pear-pear.horde.org/horde_exception": "^2", + "pear-pear.horde.org/horde_mail": "^2", + "pear-pear.horde.org/horde_support": "^2", + "pear-pear.horde.org/horde_translation": "^2.2", + "pear-pear.horde.org/horde_util": "^2", + "php": "^5.3 || ^7" + }, + "replace": { + "pear-horde/horde_icalendar": "2.*", + "pear-pear.horde.org/horde_icalendar": "2.*" + }, + "suggest": { + "pear-pear.horde.org/Horde_Test": "^2.1" + }, + "type": "library", + "autoload": { + "psr-0": { + "Horde_Icalendar": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1" + ], + "authors": [ + { + "name": "Chuck Hagenbuch", + "email": "chuck@horde.org", + "role": "lead" + }, + { + "name": "Jan Schneider", + "email": "jan@horde.org", + "role": "lead" + }, + { + "name": "Michael J Rubinsky", + "email": "mrubinsk@horde.org", + "role": "developer" + } + ], + "description": "iCalendar and vCard library", + "homepage": "https://www.horde.org/libraries/Horde_Icalendar", + "time": "2019-02-09T00:00:00+00:00" + }, { "name": "egroupware/magicsuggest", "version": "2.1.5", @@ -808,41 +869,6 @@ ], "description": "An API for making HTTP requests." }, - { - "name": "pear-pear.horde.org/Horde_Icalendar", - "version": "2.1.8", - "dist": { - "type": "file", - "url": "https://pear.horde.org/get/Horde_Icalendar-2.1.8.tgz", - "reference": null, - "shasum": null - }, - "require": { - "pear-pear.horde.org/horde_date": "<3.0.0.0", - "pear-pear.horde.org/horde_exception": "<3.0.0.0", - "pear-pear.horde.org/horde_mail": "<3.0.0.0", - "pear-pear.horde.org/horde_support": "<3.0.0.0", - "pear-pear.horde.org/horde_translation": "<3.0.0.0", - "pear-pear.horde.org/horde_util": "<3.0.0.0", - "php": "<8.0.0.0" - }, - "replace": { - "pear-horde/horde_icalendar": "== 2.1.8.0" - }, - "type": "pear-library", - "autoload": { - "classmap": [ - "" - ] - }, - "include-path": [ - "/" - ], - "license": [ - "LGPL-2.1" - ], - "description": "An API for dealing with iCalendar data." - }, { "name": "pear-pear.horde.org/Horde_Idna", "version": "1.1.1",