1{
2    "_readme": [
3        "This file locks the dependencies of your project to a known state",
4        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5        "This file is @generated automatically"
6    ],
7    "content-hash": "c09418689834146794a41283a03acf96",
8    "packages": [
9        {
10            "name": "psr/log",
11            "version": "1.1.3",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/php-fig/log.git",
15                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
20                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
21                "shasum": ""
22            },
23            "require": {
24                "php": ">=5.3.0"
25            },
26            "type": "library",
27            "extra": {
28                "branch-alias": {
29                    "dev-master": "1.1.x-dev"
30                }
31            },
32            "autoload": {
33                "psr-4": {
34                    "Psr\\Log\\": "Psr/Log/"
35                }
36            },
37            "notification-url": "https://packagist.org/downloads/",
38            "license": [
39                "MIT"
40            ],
41            "authors": [
42                {
43                    "name": "PHP-FIG",
44                    "homepage": "http://www.php-fig.org/"
45                }
46            ],
47            "description": "Common interface for logging libraries",
48            "homepage": "https://github.com/php-fig/log",
49            "keywords": [
50                "log",
51                "psr",
52                "psr-3"
53            ],
54            "time": "2020-03-23T09:12:05+00:00"
55        },
56        {
57            "name": "sabre/dav",
58            "version": "3.2.3",
59            "source": {
60                "type": "git",
61                "url": "https://github.com/sabre-io/dav.git",
62                "reference": "a9780ce4f35560ecbd0af524ad32d9d2c8954b80"
63            },
64            "dist": {
65                "type": "zip",
66                "url": "https://api.github.com/repos/sabre-io/dav/zipball/a9780ce4f35560ecbd0af524ad32d9d2c8954b80",
67                "reference": "a9780ce4f35560ecbd0af524ad32d9d2c8954b80",
68                "shasum": ""
69            },
70            "require": {
71                "ext-ctype": "*",
72                "ext-date": "*",
73                "ext-dom": "*",
74                "ext-iconv": "*",
75                "ext-mbstring": "*",
76                "ext-pcre": "*",
77                "ext-simplexml": "*",
78                "ext-spl": "*",
79                "lib-libxml": ">=2.7.0",
80                "php": ">=5.5.0",
81                "psr/log": "^1.0",
82                "sabre/event": ">=2.0.0, <4.0.0",
83                "sabre/http": "^4.2.1",
84                "sabre/uri": "^1.0.1",
85                "sabre/vobject": "^4.1.0",
86                "sabre/xml": "^1.4.0"
87            },
88            "require-dev": {
89                "evert/phpdoc-md": "~0.1.0",
90                "monolog/monolog": "^1.18",
91                "phpunit/phpunit": "> 4.8, <6.0.0",
92                "sabre/cs": "^1.0.0"
93            },
94            "suggest": {
95                "ext-curl": "*",
96                "ext-pdo": "*"
97            },
98            "bin": [
99                "bin/sabredav",
100                "bin/naturalselection"
101            ],
102            "type": "library",
103            "extra": {
104                "branch-alias": {
105                    "dev-master": "3.1.0-dev"
106                }
107            },
108            "autoload": {
109                "psr-4": {
110                    "Sabre\\DAV\\": "lib/DAV/",
111                    "Sabre\\DAVACL\\": "lib/DAVACL/",
112                    "Sabre\\CalDAV\\": "lib/CalDAV/",
113                    "Sabre\\CardDAV\\": "lib/CardDAV/"
114                }
115            },
116            "notification-url": "https://packagist.org/downloads/",
117            "license": [
118                "BSD-3-Clause"
119            ],
120            "authors": [
121                {
122                    "name": "Evert Pot",
123                    "email": "me@evertpot.com",
124                    "homepage": "http://evertpot.com/",
125                    "role": "Developer"
126                }
127            ],
128            "description": "WebDAV Framework for PHP",
129            "homepage": "http://sabre.io/",
130            "keywords": [
131                "CalDAV",
132                "CardDAV",
133                "WebDAV",
134                "framework",
135                "iCalendar"
136            ],
137            "time": "2018-10-19T09:58:27+00:00"
138        },
139        {
140            "name": "sabre/event",
141            "version": "3.0.0",
142            "source": {
143                "type": "git",
144                "url": "https://github.com/sabre-io/event.git",
145                "reference": "831d586f5a442dceacdcf5e9c4c36a4db99a3534"
146            },
147            "dist": {
148                "type": "zip",
149                "url": "https://api.github.com/repos/sabre-io/event/zipball/831d586f5a442dceacdcf5e9c4c36a4db99a3534",
150                "reference": "831d586f5a442dceacdcf5e9c4c36a4db99a3534",
151                "shasum": ""
152            },
153            "require": {
154                "php": ">=5.5"
155            },
156            "require-dev": {
157                "phpunit/phpunit": "*",
158                "sabre/cs": "~0.0.4"
159            },
160            "type": "library",
161            "autoload": {
162                "psr-4": {
163                    "Sabre\\Event\\": "lib/"
164                },
165                "files": [
166                    "lib/coroutine.php",
167                    "lib/Loop/functions.php",
168                    "lib/Promise/functions.php"
169                ]
170            },
171            "notification-url": "https://packagist.org/downloads/",
172            "license": [
173                "BSD-3-Clause"
174            ],
175            "authors": [
176                {
177                    "name": "Evert Pot",
178                    "email": "me@evertpot.com",
179                    "homepage": "http://evertpot.com/",
180                    "role": "Developer"
181                }
182            ],
183            "description": "sabre/event is a library for lightweight event-based programming",
184            "homepage": "http://sabre.io/event/",
185            "keywords": [
186                "EventEmitter",
187                "async",
188                "events",
189                "hooks",
190                "plugin",
191                "promise",
192                "signal"
193            ],
194            "time": "2015-11-05T20:14:39+00:00"
195        },
196        {
197            "name": "sabre/http",
198            "version": "v4.2.4",
199            "source": {
200                "type": "git",
201                "url": "https://github.com/sabre-io/http.git",
202                "reference": "acccec4ba863959b2d10c1fa0fb902736c5c8956"
203            },
204            "dist": {
205                "type": "zip",
206                "url": "https://api.github.com/repos/sabre-io/http/zipball/acccec4ba863959b2d10c1fa0fb902736c5c8956",
207                "reference": "acccec4ba863959b2d10c1fa0fb902736c5c8956",
208                "shasum": ""
209            },
210            "require": {
211                "ext-ctype": "*",
212                "ext-mbstring": "*",
213                "php": ">=5.4",
214                "sabre/event": ">=1.0.0,<4.0.0",
215                "sabre/uri": "~1.0"
216            },
217            "require-dev": {
218                "phpunit/phpunit": "~4.3",
219                "sabre/cs": "~0.0.1"
220            },
221            "suggest": {
222                "ext-curl": " to make http requests with the Client class"
223            },
224            "type": "library",
225            "autoload": {
226                "files": [
227                    "lib/functions.php"
228                ],
229                "psr-4": {
230                    "Sabre\\HTTP\\": "lib/"
231                }
232            },
233            "notification-url": "https://packagist.org/downloads/",
234            "license": [
235                "BSD-3-Clause"
236            ],
237            "authors": [
238                {
239                    "name": "Evert Pot",
240                    "email": "me@evertpot.com",
241                    "homepage": "http://evertpot.com/",
242                    "role": "Developer"
243                }
244            ],
245            "description": "The sabre/http library provides utilities for dealing with http requests and responses. ",
246            "homepage": "https://github.com/fruux/sabre-http",
247            "keywords": [
248                "http"
249            ],
250            "time": "2018-02-23T11:10:29+00:00"
251        },
252        {
253            "name": "sabre/uri",
254            "version": "1.2.1",
255            "source": {
256                "type": "git",
257                "url": "https://github.com/sabre-io/uri.git",
258                "reference": "ada354d83579565949d80b2e15593c2371225e61"
259            },
260            "dist": {
261                "type": "zip",
262                "url": "https://api.github.com/repos/sabre-io/uri/zipball/ada354d83579565949d80b2e15593c2371225e61",
263                "reference": "ada354d83579565949d80b2e15593c2371225e61",
264                "shasum": ""
265            },
266            "require": {
267                "php": ">=5.4.7"
268            },
269            "require-dev": {
270                "phpunit/phpunit": ">=4.0,<6.0",
271                "sabre/cs": "~1.0.0"
272            },
273            "type": "library",
274            "autoload": {
275                "files": [
276                    "lib/functions.php"
277                ],
278                "psr-4": {
279                    "Sabre\\Uri\\": "lib/"
280                }
281            },
282            "notification-url": "https://packagist.org/downloads/",
283            "license": [
284                "BSD-3-Clause"
285            ],
286            "authors": [
287                {
288                    "name": "Evert Pot",
289                    "email": "me@evertpot.com",
290                    "homepage": "http://evertpot.com/",
291                    "role": "Developer"
292                }
293            ],
294            "description": "Functions for making sense out of URIs.",
295            "homepage": "http://sabre.io/uri/",
296            "keywords": [
297                "rfc3986",
298                "uri",
299                "url"
300            ],
301            "time": "2017-02-20T19:59:28+00:00"
302        },
303        {
304            "name": "sabre/vobject",
305            "version": "4.2.2",
306            "source": {
307                "type": "git",
308                "url": "https://github.com/sabre-io/vobject.git",
309                "reference": "449616b2d45b95c8973975de23f34a3d14f63b4b"
310            },
311            "dist": {
312                "type": "zip",
313                "url": "https://api.github.com/repos/sabre-io/vobject/zipball/449616b2d45b95c8973975de23f34a3d14f63b4b",
314                "reference": "449616b2d45b95c8973975de23f34a3d14f63b4b",
315                "shasum": ""
316            },
317            "require": {
318                "ext-mbstring": "*",
319                "php": ">=5.5",
320                "sabre/xml": ">=1.5 <3.0"
321            },
322            "require-dev": {
323                "phpunit/phpunit": "> 4.8.35, <6.0.0"
324            },
325            "suggest": {
326                "hoa/bench": "If you would like to run the benchmark scripts"
327            },
328            "bin": [
329                "bin/vobject",
330                "bin/generate_vcards"
331            ],
332            "type": "library",
333            "extra": {
334                "branch-alias": {
335                    "dev-master": "4.0.x-dev"
336                }
337            },
338            "autoload": {
339                "psr-4": {
340                    "Sabre\\VObject\\": "lib/"
341                }
342            },
343            "notification-url": "https://packagist.org/downloads/",
344            "license": [
345                "BSD-3-Clause"
346            ],
347            "authors": [
348                {
349                    "name": "Evert Pot",
350                    "email": "me@evertpot.com",
351                    "homepage": "http://evertpot.com/",
352                    "role": "Developer"
353                },
354                {
355                    "name": "Dominik Tobschall",
356                    "email": "dominik@fruux.com",
357                    "homepage": "http://tobschall.de/",
358                    "role": "Developer"
359                },
360                {
361                    "name": "Ivan Enderlin",
362                    "email": "ivan.enderlin@hoa-project.net",
363                    "homepage": "http://mnt.io/",
364                    "role": "Developer"
365                }
366            ],
367            "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
368            "homepage": "http://sabre.io/vobject/",
369            "keywords": [
370                "availability",
371                "freebusy",
372                "iCalendar",
373                "ical",
374                "ics",
375                "jCal",
376                "jCard",
377                "recurrence",
378                "rfc2425",
379                "rfc2426",
380                "rfc2739",
381                "rfc4770",
382                "rfc5545",
383                "rfc5546",
384                "rfc6321",
385                "rfc6350",
386                "rfc6351",
387                "rfc6474",
388                "rfc6638",
389                "rfc6715",
390                "rfc6868",
391                "vCalendar",
392                "vCard",
393                "vcf",
394                "xCal",
395                "xCard"
396            ],
397            "time": "2020-01-14T10:18:45+00:00"
398        },
399        {
400            "name": "sabre/xml",
401            "version": "1.5.1",
402            "source": {
403                "type": "git",
404                "url": "https://github.com/sabre-io/xml.git",
405                "reference": "a367665f1df614c3b8fefc30a54de7cd295e444e"
406            },
407            "dist": {
408                "type": "zip",
409                "url": "https://api.github.com/repos/sabre-io/xml/zipball/a367665f1df614c3b8fefc30a54de7cd295e444e",
410                "reference": "a367665f1df614c3b8fefc30a54de7cd295e444e",
411                "shasum": ""
412            },
413            "require": {
414                "ext-dom": "*",
415                "ext-xmlreader": "*",
416                "ext-xmlwriter": "*",
417                "lib-libxml": ">=2.6.20",
418                "php": ">=5.5.5",
419                "sabre/uri": ">=1.0,<3.0.0"
420            },
421            "require-dev": {
422                "phpunit/phpunit": "~4.8|~5.7",
423                "sabre/cs": "~1.0.0"
424            },
425            "type": "library",
426            "autoload": {
427                "psr-4": {
428                    "Sabre\\Xml\\": "lib/"
429                },
430                "files": [
431                    "lib/Deserializer/functions.php",
432                    "lib/Serializer/functions.php"
433                ]
434            },
435            "notification-url": "https://packagist.org/downloads/",
436            "license": [
437                "BSD-3-Clause"
438            ],
439            "authors": [
440                {
441                    "name": "Evert Pot",
442                    "email": "me@evertpot.com",
443                    "homepage": "http://evertpot.com/",
444                    "role": "Developer"
445                },
446                {
447                    "name": "Markus Staab",
448                    "email": "markus.staab@redaxo.de",
449                    "role": "Developer"
450                }
451            ],
452            "description": "sabre/xml is an XML library that you may not hate.",
453            "homepage": "https://sabre.io/xml/",
454            "keywords": [
455                "XMLReader",
456                "XMLWriter",
457                "dom",
458                "xml"
459            ],
460            "time": "2019-01-09T13:51:57+00:00"
461        }
462    ],
463    "packages-dev": [],
464    "aliases": [],
465    "minimum-stability": "stable",
466    "stability-flags": [],
467    "prefer-stable": false,
468    "prefer-lowest": false,
469    "platform": [],
470    "platform-dev": []
471}
472