{ "_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": "75864b2454e8320f903e52d25a3ca2e5", "packages": [ { "name": "psr/log", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801", "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2019-11-01T11:05:21+00:00" }, { "name": "ralouphie/mimey", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/ralouphie/mimey.git", "reference": "8f74e6da73f9df7bd965e4e123f3d8fb9acb89ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/mimey/zipball/8f74e6da73f9df7bd965e4e123f3d8fb9acb89ba", "reference": "8f74e6da73f9df7bd965e4e123f3d8fb9acb89ba", "shasum": "" }, "require": { "php": "^5.4|^7.0" }, "require-dev": { "php-coveralls/php-coveralls": "^1.1", "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5" }, "type": "library", "autoload": { "psr-4": { "Mimey\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "PHP package for converting file extensions to MIME types and vice versa.", "time": "2019-03-08T08:49:03+00:00" }, { "name": "sabre/dav", "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/sabre-io/dav.git", "reference": "fd0234d46c045fc9b35ec06bd2e7b490240e6ade" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sabre-io/dav/zipball/fd0234d46c045fc9b35ec06bd2e7b490240e6ade", "reference": "fd0234d46c045fc9b35ec06bd2e7b490240e6ade", "shasum": "" }, "require": { "ext-ctype": "*", "ext-date": "*", "ext-dom": "*", "ext-iconv": "*", "ext-json": "*", "ext-mbstring": "*", "ext-pcre": "*", "ext-simplexml": "*", "ext-spl": "*", "lib-libxml": ">=2.7.0", "php": ">=7.0.0", "psr/log": "^1.0", "sabre/event": "^5.0", "sabre/http": "^5.0", "sabre/uri": "^2.0", "sabre/vobject": "^4.2.0-alpha1", "sabre/xml": "^2.0.1" }, "require-dev": { "evert/phpdoc-md": "~0.1.0", "monolog/monolog": "^1.18", "phpunit/phpunit": "^6" }, "suggest": { "ext-curl": "*", "ext-imap": "*", "ext-pdo": "*" }, "bin": [ "bin/sabredav", "bin/naturalselection" ], "type": "library", "autoload": { "psr-4": { "Sabre\\DAV\\": "lib/DAV/", "Sabre\\DAVACL\\": "lib/DAVACL/", "Sabre\\CalDAV\\": "lib/CalDAV/", "Sabre\\CardDAV\\": "lib/CardDAV/" } }, "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": "WebDAV Framework for PHP", "homepage": "http://sabre.io/", "keywords": [ "CalDAV", "CardDAV", "WebDAV", "framework", "iCalendar" ], "time": "2019-10-19T07:17:49+00:00" }, { "name": "sabre/event", "version": "5.0.3", "source": { "type": "git", "url": "https://github.com/sabre-io/event.git", "reference": "f5cf802d240df1257866d8813282b98aee3bc548" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sabre-io/event/zipball/f5cf802d240df1257866d8813282b98aee3bc548", "reference": "f5cf802d240df1257866d8813282b98aee3bc548", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": ">=6", "sabre/cs": "~1.0.0" }, "type": "library", "autoload": { "psr-4": { "Sabre\\Event\\": "lib/" }, "files": [ "lib/coroutine.php", "lib/Loop/functions.php", "lib/Promise/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Evert Pot", "role": "Developer", "email": "me@evertpot.com", "homepage": "http://evertpot.com/" } ], "description": "sabre/event is a library for lightweight event-based programming", "homepage": "http://sabre.io/event/", "keywords": [ "EventEmitter", "async", "coroutine", "eventloop", "events", "hooks", "plugin", "promise", "reactor", "signal" ], "time": "2018-03-05T13:55:47+00:00" }, { "name": "sabre/http", "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/sabre-io/http.git", "reference": "f91c7d4437dcbc6f89c8b64e855e1544f4b60250" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sabre-io/http/zipball/f91c7d4437dcbc6f89c8b64e855e1544f4b60250", "reference": "f91c7d4437dcbc6f89c8b64e855e1544f4b60250", "shasum": "" }, "require": { "ext-ctype": "*", "ext-mbstring": "*", "php": ">=7.0", "sabre/event": ">=4.0 <6.0", "sabre/uri": "^2.0" }, "require-dev": { "phpunit/phpunit": ">=6.0.0", "sabre/cs": "~1.0.0" }, "suggest": { "ext-curl": " to make http requests with the Client class" }, "type": "library", "autoload": { "files": [ "lib/functions.php" ], "psr-4": { "Sabre\\HTTP\\": "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": "The sabre/http library provides utilities for dealing with http requests and responses. ", "homepage": "https://github.com/fruux/sabre-http", "keywords": [ "http" ], "time": "2018-06-04T21:27:19+00:00" }, { "name": "sabre/uri", "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/sabre-io/uri.git", "reference": "18f454324f371cbcabdad3d0d3755b4b0182095d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sabre-io/uri/zipball/18f454324f371cbcabdad3d0d3755b4b0182095d", "reference": "18f454324f371cbcabdad3d0d3755b4b0182095d", "shasum": "" }, "require": { "php": ">=7" }, "require-dev": { "phpunit/phpunit": "^6" }, "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" ], "time": "2019-09-09T23:00:25+00:00" }, { "name": "sabre/vobject", "version": "4.2.1", "source": { "type": "git", "url": "https://github.com/sabre-io/vobject.git", "reference": "6d7476fbd227ae285029c19ad518cd451336038c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sabre-io/vobject/zipball/6d7476fbd227ae285029c19ad518cd451336038c", "reference": "6d7476fbd227ae285029c19ad518cd451336038c", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.5", "sabre/xml": ">=1.5 <3.0" }, "require-dev": { "phpunit/phpunit": "> 4.8.35, <6.0.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" ], "time": "2019-12-18T19:29:43+00:00" }, { "name": "sabre/xml", "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/sabre-io/xml.git", "reference": "f08a58f57e2b0d7df769a432756aa371417ab9eb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sabre-io/xml/zipball/f08a58f57e2b0d7df769a432756aa371417ab9eb", "reference": "f08a58f57e2b0d7df769a432756aa371417ab9eb", "shasum": "" }, "require": { "ext-dom": "*", "ext-xmlreader": "*", "ext-xmlwriter": "*", "lib-libxml": ">=2.6.20", "php": ">=7.0", "sabre/uri": ">=1.0,<3.0.0" }, "require-dev": { "phpunit/phpunit": "^6" }, "type": "library", "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" ], "time": "2019-08-14T15:41:34+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.0" }, "platform-dev": [] }