Upgraded eluceo/ical

This commit is contained in:
Bernd Bestel
2021-07-04 20:02:04 +02:00
parent 82c474d0ae
commit 735743047f
3 changed files with 54 additions and 35 deletions

37
composer.lock generated
View File

@@ -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": "9c4580f416241994ddaffb569998b7f8",
"content-hash": "e17584947a63f049cc9c381a91bf05e8",
"packages": [
{
"name": "doctrine/inflector",
@@ -104,26 +104,33 @@
},
{
"name": "eluceo/ical",
"version": "0.16.1",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/markuspoerschke/iCal.git",
"reference": "7043337feaeacbc016844e7e52ef41bba504ad8f"
"reference": "84bba8f438a2746a88057ad13032d71e8f9c4104"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/markuspoerschke/iCal/zipball/7043337feaeacbc016844e7e52ef41bba504ad8f",
"reference": "7043337feaeacbc016844e7e52ef41bba504ad8f",
"url": "https://api.github.com/repos/markuspoerschke/iCal/zipball/84bba8f438a2746a88057ad13032d71e8f9c4104",
"reference": "84bba8f438a2746a88057ad13032d71e8f9c4104",
"shasum": ""
},
"require": {
"php": ">=7.1 || ~8.0.0"
"ext-mbstring": "*",
"php": ">=7.4 || ~8.0.0",
"symfony/deprecation-contracts": "^2.1"
},
"conflict": {
"php": "7.4.6"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
},
"suggest": {
"ext-mbstring": "Massive performance enhancement of line folding"
"ergebnis/composer-normalize": "^2.8",
"friendsofphp/php-cs-fixer": "^2.16",
"infection/infection": "^0.20.1 || ^0.21.0",
"phpmd/phpmd": "~2.9.1 || ~2.10.0",
"phpunit/phpunit": "^9",
"vimeo/psalm": "^4.4.1"
},
"type": "library",
"autoload": {
@@ -138,11 +145,11 @@
"authors": [
{
"name": "Markus Poerschke",
"email": "markus@eluceo.de",
"email": "markus@poerschke.nrw",
"role": "Developer"
}
],
"description": "The eluceo/iCal package offers a abstraction layer for creating iCalendars. You can easily create iCal files by using PHP object instead of typing your *.ics file by hand. The output will follow RFC 5545 as best as possible.",
"description": "The eluceo/iCal package offers an abstraction layer for creating iCalendars. You can easily create iCal files by using PHP objects instead of typing your *.ics file by hand. The output will follow RFC 5545 as best as possible.",
"homepage": "https://github.com/markuspoerschke/iCal",
"keywords": [
"calendar",
@@ -152,10 +159,12 @@
"php calendar"
],
"support": {
"docs": "https://ical.poerschke.nrw",
"forum": "https://github.com/markuspoerschke/iCal/discussions",
"issues": "https://github.com/markuspoerschke/iCal/issues",
"source": "https://github.com/markuspoerschke/iCal"
},
"time": "2020-10-04T17:41:11+00:00"
"time": "2021-05-03T12:29:28+00:00"
},
{
"name": "erusev/parsedown",
@@ -3054,5 +3063,5 @@
"php": ">=7.4"
},
"platform-dev": [],
"plugin-api-version": "2.0.0"
"plugin-api-version": "2.1.0"
}