1[
2    {
3        "name": "sabre/uri",
4        "version": "1.2.1",
5        "version_normalized": "1.2.1.0",
6        "source": {
7            "type": "git",
8            "url": "https://github.com/fruux/sabre-uri.git",
9            "reference": "ada354d83579565949d80b2e15593c2371225e61"
10        },
11        "dist": {
12            "type": "zip",
13            "url": "https://api.github.com/repos/fruux/sabre-uri/zipball/ada354d83579565949d80b2e15593c2371225e61",
14            "reference": "ada354d83579565949d80b2e15593c2371225e61",
15            "shasum": ""
16        },
17        "require": {
18            "php": ">=5.4.7"
19        },
20        "require-dev": {
21            "phpunit/phpunit": ">=4.0,<6.0",
22            "sabre/cs": "~1.0.0"
23        },
24        "time": "2017-02-20T19:59:28+00:00",
25        "type": "library",
26        "installation-source": "dist",
27        "autoload": {
28            "files": [
29                "lib/functions.php"
30            ],
31            "psr-4": {
32                "Sabre\\Uri\\": "lib/"
33            }
34        },
35        "notification-url": "https://packagist.org/downloads/",
36        "license": [
37            "BSD-3-Clause"
38        ],
39        "authors": [
40            {
41                "name": "Evert Pot",
42                "email": "me@evertpot.com",
43                "homepage": "http://evertpot.com/",
44                "role": "Developer"
45            }
46        ],
47        "description": "Functions for making sense out of URIs.",
48        "homepage": "http://sabre.io/uri/",
49        "keywords": [
50            "rfc3986",
51            "uri",
52            "url"
53        ]
54    },
55    {
56        "name": "sabre/xml",
57        "version": "1.5.0",
58        "version_normalized": "1.5.0.0",
59        "source": {
60            "type": "git",
61            "url": "https://github.com/fruux/sabre-xml.git",
62            "reference": "59b20e5bbace9912607481634f97d05a776ffca7"
63        },
64        "dist": {
65            "type": "zip",
66            "url": "https://api.github.com/repos/fruux/sabre-xml/zipball/59b20e5bbace9912607481634f97d05a776ffca7",
67            "reference": "59b20e5bbace9912607481634f97d05a776ffca7",
68            "shasum": ""
69        },
70        "require": {
71            "ext-dom": "*",
72            "ext-xmlreader": "*",
73            "ext-xmlwriter": "*",
74            "lib-libxml": ">=2.6.20",
75            "php": ">=5.5.5",
76            "sabre/uri": ">=1.0,<3.0.0"
77        },
78        "require-dev": {
79            "phpunit/phpunit": "*",
80            "sabre/cs": "~1.0.0"
81        },
82        "time": "2016-10-09T22:57:52+00:00",
83        "type": "library",
84        "installation-source": "dist",
85        "autoload": {
86            "psr-4": {
87                "Sabre\\Xml\\": "lib/"
88            },
89            "files": [
90                "lib/Deserializer/functions.php",
91                "lib/Serializer/functions.php"
92            ]
93        },
94        "notification-url": "https://packagist.org/downloads/",
95        "license": [
96            "BSD-3-Clause"
97        ],
98        "authors": [
99            {
100                "name": "Evert Pot",
101                "email": "me@evertpot.com",
102                "homepage": "http://evertpot.com/",
103                "role": "Developer"
104            },
105            {
106                "name": "Markus Staab",
107                "email": "markus.staab@redaxo.de",
108                "role": "Developer"
109            }
110        ],
111        "description": "sabre/xml is an XML library that you may not hate.",
112        "homepage": "https://sabre.io/xml/",
113        "keywords": [
114            "XMLReader",
115            "XMLWriter",
116            "dom",
117            "xml"
118        ]
119    },
120    {
121        "name": "sabre/vobject",
122        "version": "4.1.2",
123        "version_normalized": "4.1.2.0",
124        "source": {
125            "type": "git",
126            "url": "https://github.com/fruux/sabre-vobject.git",
127            "reference": "d0fde2fafa2a3dad1f559c2d1c2591d4fd75ae3c"
128        },
129        "dist": {
130            "type": "zip",
131            "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/d0fde2fafa2a3dad1f559c2d1c2591d4fd75ae3c",
132            "reference": "d0fde2fafa2a3dad1f559c2d1c2591d4fd75ae3c",
133            "shasum": ""
134        },
135        "require": {
136            "ext-mbstring": "*",
137            "php": ">=5.5",
138            "sabre/xml": ">=1.5 <3.0"
139        },
140        "require-dev": {
141            "phpunit/phpunit": "*",
142            "sabre/cs": "^1.0.0"
143        },
144        "suggest": {
145            "hoa/bench": "If you would like to run the benchmark scripts"
146        },
147        "time": "2016-12-06T04:14:09+00:00",
148        "bin": [
149            "bin/vobject",
150            "bin/generate_vcards"
151        ],
152        "type": "library",
153        "extra": {
154            "branch-alias": {
155                "dev-master": "4.0.x-dev"
156            }
157        },
158        "installation-source": "dist",
159        "autoload": {
160            "psr-4": {
161                "Sabre\\VObject\\": "lib/"
162            }
163        },
164        "notification-url": "https://packagist.org/downloads/",
165        "license": [
166            "BSD-3-Clause"
167        ],
168        "authors": [
169            {
170                "name": "Evert Pot",
171                "email": "me@evertpot.com",
172                "homepage": "http://evertpot.com/",
173                "role": "Developer"
174            },
175            {
176                "name": "Dominik Tobschall",
177                "email": "dominik@fruux.com",
178                "homepage": "http://tobschall.de/",
179                "role": "Developer"
180            },
181            {
182                "name": "Ivan Enderlin",
183                "email": "ivan.enderlin@hoa-project.net",
184                "homepage": "http://mnt.io/",
185                "role": "Developer"
186            }
187        ],
188        "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
189        "homepage": "http://sabre.io/vobject/",
190        "keywords": [
191            "availability",
192            "freebusy",
193            "iCalendar",
194            "ical",
195            "ics",
196            "jCal",
197            "jCard",
198            "recurrence",
199            "rfc2425",
200            "rfc2426",
201            "rfc2739",
202            "rfc4770",
203            "rfc5545",
204            "rfc5546",
205            "rfc6321",
206            "rfc6350",
207            "rfc6351",
208            "rfc6474",
209            "rfc6638",
210            "rfc6715",
211            "rfc6868",
212            "vCalendar",
213            "vCard",
214            "vcf",
215            "xCal",
216            "xCard"
217        ]
218    }
219]
220