776 lines
27 KiB
JSON
776 lines
27 KiB
JSON
{
|
|
"packages": [
|
|
{
|
|
"name": "guzzlehttp/guzzle",
|
|
"version": "7.3.0",
|
|
"version_normalized": "7.3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "7008573787b430c1c1f650e3722d9bba59967628"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628",
|
|
"reference": "7008573787b430c1c1f650e3722d9bba59967628",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"guzzlehttp/promises": "^1.4",
|
|
"guzzlehttp/psr7": "^1.7 || ^2.0",
|
|
"php": "^7.2.5 || ^8.0",
|
|
"psr/http-client": "^1.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-client-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.4.1",
|
|
"ext-curl": "*",
|
|
"php-http/client-integration-tests": "^3.0",
|
|
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
|
|
"psr/log": "^1.1"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "Required for CURL handler support",
|
|
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
|
"psr/log": "Required for using the Log middleware"
|
|
},
|
|
"time": "2021-03-23T11:33:13+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "7.3-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com",
|
|
"homepage": "https://sagikazarmark.hu"
|
|
}
|
|
],
|
|
"description": "Guzzle is a PHP HTTP client library",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"client",
|
|
"curl",
|
|
"framework",
|
|
"http",
|
|
"http client",
|
|
"psr-18",
|
|
"psr-7",
|
|
"rest",
|
|
"web service"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/guzzle/issues",
|
|
"source": "https://github.com/guzzle/guzzle/tree/7.3.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/Nyholm",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/alexeyshockov",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/gmponos",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"install-path": "../guzzlehttp/guzzle"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/promises",
|
|
"version": "1.4.1",
|
|
"version_normalized": "1.4.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
|
|
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
|
},
|
|
"time": "2021-03-07T09:25:29+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Guzzle promises library",
|
|
"keywords": [
|
|
"promise"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/promises/issues",
|
|
"source": "https://github.com/guzzle/promises/tree/1.4.1"
|
|
},
|
|
"install-path": "../guzzlehttp/promises"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/psr7",
|
|
"version": "1.8.2",
|
|
"version_normalized": "1.8.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
"reference": "dc960a912984efb74d0a90222870c72c87f10c91"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
|
|
"reference": "dc960a912984efb74d0a90222870c72c87f10c91",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"psr/http-message": "~1.0",
|
|
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-zlib": "*",
|
|
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
},
|
|
"time": "2021-04-26T09:17:50+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.7-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"homepage": "https://github.com/Tobion"
|
|
}
|
|
],
|
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
|
"keywords": [
|
|
"http",
|
|
"message",
|
|
"psr-7",
|
|
"request",
|
|
"response",
|
|
"stream",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/psr7/issues",
|
|
"source": "https://github.com/guzzle/psr7/tree/1.8.2"
|
|
},
|
|
"install-path": "../guzzlehttp/psr7"
|
|
},
|
|
{
|
|
"name": "mstilkerich/carddavclient",
|
|
"version": "v1.1.0",
|
|
"version_normalized": "1.1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mstilkerich/carddavclient.git",
|
|
"reference": "01731a7d8cc34e58a7b25ae5cfd099a2230895fa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mstilkerich/carddavclient/zipball/01731a7d8cc34e58a7b25ae5cfd099a2230895fa",
|
|
"reference": "01731a7d8cc34e58a7b25ae5cfd099a2230895fa",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzlehttp/guzzle": "~6.0 | ~7.0",
|
|
"php": ">=7.1.0",
|
|
"psr/http-client": "^1.0",
|
|
"psr/http-message": "^1.0",
|
|
"psr/log": "^1.1",
|
|
"sabre/uri": "^2.2",
|
|
"sabre/vobject": "^3.3.5 || ^4.0.0",
|
|
"sabre/xml": "^2.2"
|
|
},
|
|
"require-dev": {
|
|
"alexeyshockov/guzzle-psalm-plugin": "^0.3.1",
|
|
"dealerdirect/phpcodesniffer-composer-installer": ">= 0.7.0",
|
|
"phpcompatibility/php-compatibility": "*",
|
|
"phpunit/phpcov": "*",
|
|
"phpunit/phpunit": "~9",
|
|
"psalm/plugin-phpunit": "^0.15.0",
|
|
"squizlabs/php_codesniffer": "^3.5.1",
|
|
"vimeo/psalm": ">= 3.11",
|
|
"wa72/simplelogger": "^1.1"
|
|
},
|
|
"time": "2021-03-06T09:26:45+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MStilkerich\\CardDavClient\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Stilkerich",
|
|
"email": "ms@mike2k.de",
|
|
"homepage": "https://github.com/mstilkerich",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "CardDAV client library to discover and synchronize with CardDAV servers",
|
|
"homepage": "https://github.com/mstilkerich/carddavclient",
|
|
"keywords": [
|
|
"CardDAV",
|
|
"addressbook",
|
|
"contacts",
|
|
"nextcloud",
|
|
"owncloud"
|
|
],
|
|
"support": {
|
|
"docs": "https://github.com/mstilkerich/carddavclient",
|
|
"email": "ms@mike2k.de",
|
|
"issues": "https://github.com/mstilkerich/carddavclient/issues",
|
|
"source": "https://github.com/mstilkerich/carddavclient"
|
|
},
|
|
"install-path": "../mstilkerich/carddavclient"
|
|
},
|
|
{
|
|
"name": "psr/http-client",
|
|
"version": "1.0.1",
|
|
"version_normalized": "1.0.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-client.git",
|
|
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0 || ^8.0",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"time": "2020-06-29T06:28:15+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Client\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for HTTP clients",
|
|
"homepage": "https://github.com/php-fig/http-client",
|
|
"keywords": [
|
|
"http",
|
|
"http-client",
|
|
"psr",
|
|
"psr-18"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/http-client/tree/master"
|
|
},
|
|
"install-path": "../psr/http-client"
|
|
},
|
|
{
|
|
"name": "psr/http-message",
|
|
"version": "1.0.1",
|
|
"version_normalized": "1.0.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"time": "2016-08-06T14:39:51+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Message\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for HTTP messages",
|
|
"homepage": "https://github.com/php-fig/http-message",
|
|
"keywords": [
|
|
"http",
|
|
"http-message",
|
|
"psr",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/http-message/tree/master"
|
|
},
|
|
"install-path": "../psr/http-message"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.1.4",
|
|
"version_normalized": "1.1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"time": "2021-05-03T11:20:27+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/log/tree/1.1.4"
|
|
},
|
|
"install-path": "../psr/log"
|
|
},
|
|
{
|
|
"name": "ralouphie/getallheaders",
|
|
"version": "3.0.3",
|
|
"version_normalized": "3.0.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ralouphie/getallheaders.git",
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"phpunit/phpunit": "^5 || ^6.5"
|
|
},
|
|
"time": "2019-03-08T08:55:37+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"files": [
|
|
"src/getallheaders.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ralph Khattar",
|
|
"email": "ralph.khattar@gmail.com"
|
|
}
|
|
],
|
|
"description": "A polyfill for getallheaders.",
|
|
"support": {
|
|
"issues": "https://github.com/ralouphie/getallheaders/issues",
|
|
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
|
},
|
|
"install-path": "../ralouphie/getallheaders"
|
|
},
|
|
{
|
|
"name": "sabre/uri",
|
|
"version": "2.2.1",
|
|
"version_normalized": "2.2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sabre-io/uri.git",
|
|
"reference": "f502edffafea8d746825bd5f0b923a60fd2715ff"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sabre-io/uri/zipball/f502edffafea8d746825bd5f0b923a60fd2715ff",
|
|
"reference": "f502edffafea8d746825bd5f0b923a60fd2715ff",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "~2.16.1",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
|
|
},
|
|
"time": "2020-10-03T10:33:23+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"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"
|
|
},
|
|
"install-path": "../sabre/uri"
|
|
},
|
|
{
|
|
"name": "sabre/vobject",
|
|
"version": "4.3.5",
|
|
"version_normalized": "4.3.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sabre-io/vobject.git",
|
|
"reference": "d8a0a9ae215a8acfb51afc29101c7344670b9c83"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sabre-io/vobject/zipball/d8a0a9ae215a8acfb51afc29101c7344670b9c83",
|
|
"reference": "d8a0a9ae215a8acfb51afc29101c7344670b9c83",
|
|
"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"
|
|
},
|
|
"time": "2021-02-12T06:28:04+00:00",
|
|
"bin": [
|
|
"bin/vobject",
|
|
"bin/generate_vcards"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"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"
|
|
},
|
|
"install-path": "../sabre/vobject"
|
|
},
|
|
{
|
|
"name": "sabre/xml",
|
|
"version": "2.2.3",
|
|
"version_normalized": "2.2.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sabre-io/xml.git",
|
|
"reference": "c3b959f821c19b36952ec4a595edd695c216bfc6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sabre-io/xml/zipball/c3b959f821c19b36952ec4a595edd695c216bfc6",
|
|
"reference": "c3b959f821c19b36952ec4a595edd695c216bfc6",
|
|
"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.16.1",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
|
|
},
|
|
"time": "2020-10-03T10:08:14+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Sabre\\Xml\\": "lib/"
|
|
},
|
|
"files": [
|
|
"lib/Deserializer/functions.php",
|
|
"lib/Serializer/functions.php"
|
|
]
|
|
},
|
|
"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"
|
|
},
|
|
"install-path": "../sabre/xml"
|
|
}
|
|
],
|
|
"dev": true,
|
|
"dev-package-names": []
|
|
}
|