diff options
author | AndreaChirulescu <andrea.chirulescu@gmail.com> | 2022-02-21 21:35:50 +0100 |
---|---|---|
committer | AndreaChirulescu <andrea.chirulescu@gmail.com> | 2022-02-21 21:35:50 +0100 |
commit | dac8783023971f8ebc057fc5fcf2d28b3cb96490 (patch) | |
tree | 08285857c78fe69b35e8b5608f5b4d5949b0e2f8 /composer.lock | |
parent | 285796a7c8e85bbad66f0f1a7e7ff9fafe12dc0c (diff) | |
download | gigologadmin-dac8783023971f8ebc057fc5fcf2d28b3cb96490.tar.gz gigologadmin-dac8783023971f8ebc057fc5fcf2d28b3cb96490.tar.bz2 gigologadmin-dac8783023971f8ebc057fc5fcf2d28b3cb96490.zip |
beginning of ical setup with kigkonsults calendar
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 107 |
1 files changed, 97 insertions, 10 deletions
diff --git a/composer.lock b/composer.lock index 9329d8e..a94e0e0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,9 +4,103 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "da8593c79fc71116e3079512611bb8ec", - - "packages": [], + "content-hash": "1dc9a9549680d21b93005ecdc37753ea", + "packages": [ + { + "name": "kigkonsult/icalcreator", + "version": "v2.41.16", + "source": { + "type": "git", + "url": "https://github.com/iCalcreator/iCalcreator.git", + "reference": "2461b263bd3ee26cae81220b1842aae67213ca17" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/iCalcreator/iCalcreator/zipball/2461b263bd3ee26cae81220b1842aae67213ca17", + "reference": "2461b263bd3ee26cae81220b1842aae67213ca17", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "ext-simplexml": "*", + "ext-zlib": "*", + "php": ">=8.0" + }, + "require-dev": { + "ext-xdebug": "*", + "phpcompatibility/php-compatibility": ">=9.3.5", + "phpstan/phpstan": ">=0.9.3", + "phpunit/phpunit": ">=6.5.13", + "squizlabs/php_codesniffer": ">=3.5.5" + }, + "type": "library", + "autoload": { + "files": [ + "autoload.php" + ], + "psr-4": { + "Kigkonsult\\Icalcreator\\": [ + "src/", + "src/Util/", + "src/Traits/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Kjell-Inge Gustafsson", + "email": "ical@kigkonsult.se" + } + ], + "description": "iCalcreator is the PHP implementation of rfc2445/rfc5545 and rfc updates, management of calendar information", + "keywords": [ + "alarm", + "availability", + "calendar", + "daylight", + "event", + "location", + "management", + "participant", + "resource", + "rfc2445", + "rfc5545", + "rfc5870", + "rfc6321", + "rfc6868", + "rfc7529", + "rfc7808", + "rfc7953", + "rfc7986", + "rfc9073", + "rfc9074", + "standard", + "todo", + "vCalendar", + "valarm", + "vevent", + "vfreebusy", + "vjournal", + "vtimezone", + "vtodo" + ], + "support": { + "issues": "https://github.com/iCalcreator/iCalcreator/issues", + "source": "https://github.com/iCalcreator/iCalcreator/tree/v2.41.16" + }, + "funding": [ + { + "url": "https://paypal.me/kigkonsult", + "type": "other" + } + ], + "time": "2022-02-05T13:40:09+00:00" + } + ], "packages-dev": [ { "name": "amphp/amp", @@ -330,7 +424,6 @@ }, { "name": "composer/xdebug-handler", - "version": "2.0.0", "source": { "type": "git", @@ -375,9 +468,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/xdebug-handler/issues", - "source": "https://github.com/composer/xdebug-handler/tree/2.0.0" - }, "funding": [ { @@ -393,9 +484,7 @@ "type": "tidelift" } ], - "time": "2021-04-09T19:40:06+00:00" - }, { "name": "dnoegel/php-xdg-base-dir", @@ -536,7 +625,6 @@ "time": "2021-02-22T14:02:09+00:00" }, { - "name": "humanmade/psalm-plugin-wordpress", "version": "2.0.4", "source": { @@ -816,7 +904,6 @@ "time": "2019-03-29T20:06:56+00:00" }, { - "name": "php-stubs/wordpress-stubs", "version": "v5.7.0", "source": { |