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