From 6644bce1674d6a989da9be3276ecd33f7d08b55a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 04:57:55 +0000 Subject: [PATCH] Bump eluceo/ical from 0.16.0 to 0.16.1 Bumps [eluceo/ical](https://github.com/markuspoerschke/iCal) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/markuspoerschke/iCal/releases) - [Changelog](https://github.com/markuspoerschke/iCal/blob/0.16.1/CHANGELOG.md) - [Commits](https://github.com/markuspoerschke/iCal/compare/0.16.0...0.16.1) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index bf7e3d920..cd869577c 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "ext-filter" : "*", "ext-session" : "*", "christian-riesen/otp" : "1.4.3", - "eluceo/ical": "0.16.0", + "eluceo/ical": "0.16.1", "erusev/parsedown" : "^1.7", "pimple/pimple" : "3.3.0", "psr/log": "~1.0", diff --git a/composer.lock b/composer.lock index 07b593e70..55997f66b 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "f5cea914e240d933c4e1d128b3c37f86", + "content-hash": "16a7a269f4c7de4b747b44d59577c4ea", "packages": [ { "name": "christian-riesen/base32", @@ -114,20 +114,20 @@ }, { "name": "eluceo/ical", - "version": "0.16.0", + "version": "0.16.1", "source": { "type": "git", "url": "https://github.com/markuspoerschke/iCal.git", - "reference": "97da0d94c9716e65c141066a2d96aa098379721b" + "reference": "7043337feaeacbc016844e7e52ef41bba504ad8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/markuspoerschke/iCal/zipball/97da0d94c9716e65c141066a2d96aa098379721b", - "reference": "97da0d94c9716e65c141066a2d96aa098379721b", + "url": "https://api.github.com/repos/markuspoerschke/iCal/zipball/7043337feaeacbc016844e7e52ef41bba504ad8f", + "reference": "7043337feaeacbc016844e7e52ef41bba504ad8f", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.1 || ~8.0.0" }, "require-dev": { "phpunit/phpunit": "^7.0" @@ -161,7 +161,7 @@ "ics", "php calendar" ], - "time": "2019-12-29T22:08:56+00:00" + "time": "2020-10-04T17:41:11+00:00" }, { "name": "erusev/parsedown",