diff options
Diffstat (limited to 'includes/composer/composer.lock')
-rw-r--r-- | includes/composer/composer.lock | 53 |
1 files changed, 52 insertions, 1 deletions
diff --git a/includes/composer/composer.lock b/includes/composer/composer.lock index 16edbe1..2b37790 100644 --- a/includes/composer/composer.lock +++ b/includes/composer/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": "3458bdb49c5d50ced381c8336aa903c4", + "content-hash": "86a67e35ca5515089e6e08bdf53297ac", "packages": [ { "name": "ksubileau/color-thief-php", @@ -65,6 +65,57 @@ "source": "https://github.com/ksubileau/color-thief-php/tree/v2.0.1" }, "time": "2022-11-12T10:09:40+00:00" + }, + { + "name": "om/icalparser", + "version": "v3.0.6", + "source": { + "type": "git", + "url": "https://github.com/OzzyCzech/icalparser.git", + "reference": "1481bc442a48cd1678291958b33efa22a628fb0b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/OzzyCzech/icalparser/zipball/1481bc442a48cd1678291958b33efa22a628fb0b", + "reference": "1481bc442a48cd1678291958b33efa22a628fb0b", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "require-dev": { + "nette/tester": "^2.4" + }, + "suggest": { + "ext-dom": "for timezone tool" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Roman Ožana", + "email": "roman@ozana.cz" + } + ], + "description": "Simple iCal parser", + "keywords": [ + "calendar", + "ical", + "parser" + ], + "support": { + "issues": "https://github.com/OzzyCzech/icalparser/issues", + "source": "https://github.com/OzzyCzech/icalparser/tree/v3.0.6" + }, + "time": "2023-02-09T07:45:07+00:00" } ], "packages-dev": [], |