355 lines
12 KiB
JSON
355 lines
12 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "38f1c2b6735ee567e282dd52a4447268",
|
|
"packages": [
|
|
{
|
|
"name": "kigkonsult/icalcreator",
|
|
"version": "v2.41.67",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/iCalcreator/iCalcreator.git",
|
|
"reference": "2236adc7ad8247e95d4e58ac0026bde755b262a7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/iCalcreator/iCalcreator/zipball/2236adc7ad8247e95d4e58ac0026bde755b262a7",
|
|
"reference": "2236adc7ad8247e95d4e58ac0026bde755b262a7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-intl": "*",
|
|
"ext-mbstring": "*",
|
|
"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",
|
|
"ical",
|
|
"json",
|
|
"location",
|
|
"management",
|
|
"participant",
|
|
"resource",
|
|
"rfc2445",
|
|
"rfc5545",
|
|
"rfc5870",
|
|
"rfc6321",
|
|
"rfc6868",
|
|
"rfc7529",
|
|
"rfc7808",
|
|
"rfc7953",
|
|
"rfc7986",
|
|
"rfc9073",
|
|
"rfc9074",
|
|
"standard",
|
|
"todo",
|
|
"vCalendar",
|
|
"valarm",
|
|
"vevent",
|
|
"vfreebusy",
|
|
"vjournal",
|
|
"vtimezone",
|
|
"vtodo",
|
|
"xml"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/iCalcreator/iCalcreator/issues",
|
|
"source": "https://github.com/iCalcreator/iCalcreator/tree/v2.41.67"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://paypal.me/kigkonsult",
|
|
"type": "other"
|
|
}
|
|
],
|
|
"time": "2022-09-22T14:48:08+00:00"
|
|
},
|
|
{
|
|
"name": "sabre/uri",
|
|
"version": "2.3.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sabre-io/uri.git",
|
|
"reference": "eceb4a1b8b680b45e215574222d6ca00be541970"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sabre-io/uri/zipball/eceb4a1b8b680b45e215574222d6ca00be541970",
|
|
"reference": "eceb4a1b8b680b45e215574222d6ca00be541970",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.9",
|
|
"phpstan/phpstan": "^1.8",
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"lib/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Sabre\\Uri\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Evert Pot",
|
|
"email": "me@evertpot.com",
|
|
"homepage": "http://evertpot.com/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Functions for making sense out of URIs.",
|
|
"homepage": "http://sabre.io/uri/",
|
|
"keywords": [
|
|
"rfc3986",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"support": {
|
|
"forum": "https://groups.google.com/group/sabredav-discuss",
|
|
"issues": "https://github.com/sabre-io/uri/issues",
|
|
"source": "https://github.com/fruux/sabre-uri"
|
|
},
|
|
"time": "2022-09-19T11:58:52+00:00"
|
|
},
|
|
{
|
|
"name": "sabre/vobject",
|
|
"version": "4.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sabre-io/vobject.git",
|
|
"reference": "d1fdc0c3587a314bdd3aac4a1e1dcacadd91858e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sabre-io/vobject/zipball/d1fdc0c3587a314bdd3aac4a1e1dcacadd91858e",
|
|
"reference": "d1fdc0c3587a314bdd3aac4a1e1dcacadd91858e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"php": "^7.1 || ^8.0",
|
|
"sabre/xml": "^2.1"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "~2.17.1",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpunit/php-invoker": "^2.0 || ^3.1",
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
|
|
},
|
|
"suggest": {
|
|
"hoa/bench": "If you would like to run the benchmark scripts"
|
|
},
|
|
"bin": [
|
|
"bin/vobject",
|
|
"bin/generate_vcards"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Sabre\\VObject\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Evert Pot",
|
|
"email": "me@evertpot.com",
|
|
"homepage": "http://evertpot.com/",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Dominik Tobschall",
|
|
"email": "dominik@fruux.com",
|
|
"homepage": "http://tobschall.de/",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Ivan Enderlin",
|
|
"email": "ivan.enderlin@hoa-project.net",
|
|
"homepage": "http://mnt.io/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
|
|
"homepage": "http://sabre.io/vobject/",
|
|
"keywords": [
|
|
"availability",
|
|
"freebusy",
|
|
"iCalendar",
|
|
"ical",
|
|
"ics",
|
|
"jCal",
|
|
"jCard",
|
|
"recurrence",
|
|
"rfc2425",
|
|
"rfc2426",
|
|
"rfc2739",
|
|
"rfc4770",
|
|
"rfc5545",
|
|
"rfc5546",
|
|
"rfc6321",
|
|
"rfc6350",
|
|
"rfc6351",
|
|
"rfc6474",
|
|
"rfc6638",
|
|
"rfc6715",
|
|
"rfc6868",
|
|
"vCalendar",
|
|
"vCard",
|
|
"vcf",
|
|
"xCal",
|
|
"xCard"
|
|
],
|
|
"support": {
|
|
"forum": "https://groups.google.com/group/sabredav-discuss",
|
|
"issues": "https://github.com/sabre-io/vobject/issues",
|
|
"source": "https://github.com/fruux/sabre-vobject"
|
|
},
|
|
"time": "2022-08-17T16:39:31+00:00"
|
|
},
|
|
{
|
|
"name": "sabre/xml",
|
|
"version": "2.2.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sabre-io/xml.git",
|
|
"reference": "a6af111850e7536d200d9637c34885cd3c77a86c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sabre-io/xml/zipball/a6af111850e7536d200d9637c34885cd3c77a86c",
|
|
"reference": "a6af111850e7536d200d9637c34885cd3c77a86c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-xmlreader": "*",
|
|
"ext-xmlwriter": "*",
|
|
"lib-libxml": ">=2.6.20",
|
|
"php": "^7.1 || ^8.0",
|
|
"sabre/uri": ">=1.0,<3.0.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "~2.17.1",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"lib/Deserializer/functions.php",
|
|
"lib/Serializer/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Sabre\\Xml\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Evert Pot",
|
|
"email": "me@evertpot.com",
|
|
"homepage": "http://evertpot.com/",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Markus Staab",
|
|
"email": "markus.staab@redaxo.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "sabre/xml is an XML library that you may not hate.",
|
|
"homepage": "https://sabre.io/xml/",
|
|
"keywords": [
|
|
"XMLReader",
|
|
"XMLWriter",
|
|
"dom",
|
|
"xml"
|
|
],
|
|
"support": {
|
|
"forum": "https://groups.google.com/group/sabredav-discuss",
|
|
"issues": "https://github.com/sabre-io/xml/issues",
|
|
"source": "https://github.com/fruux/sabre-xml"
|
|
},
|
|
"time": "2021-11-04T06:37:27+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"ext-curl": "*",
|
|
"ext-pdo": "*",
|
|
"ext-dom": "*",
|
|
"ext-libxml": "*",
|
|
"ext-ctype": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.3.0"
|
|
}
|