add myCalendar into
[awl.git] / vendor / composer / installed.json
blob3f111fa9e1403424fa23e7fa5face998c8f2c094
2     {
3         "name": "symfony/yaml",
4         "version": "v2.3.1",
5         "version_normalized": "2.3.1.0",
6         "target-dir": "Symfony/Component/Yaml",
7         "source": {
8             "type": "git",
9             "url": "https://github.com/symfony/Yaml.git",
10             "reference": "v2.3.1"
11         },
12         "dist": {
13             "type": "zip",
14             "url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.3.1",
15             "reference": "v2.3.1",
16             "shasum": ""
17         },
18         "require": {
19             "php": ">=5.3.3"
20         },
21         "time": "2013-05-10 18:12:13",
22         "type": "library",
23         "extra": {
24             "branch-alias": {
25                 "dev-master": "2.3-dev"
26             }
27         },
28         "installation-source": "dist",
29         "autoload": {
30             "psr-0": {
31                 "Symfony\\Component\\Yaml\\": ""
32             }
33         },
34         "notification-url": "https://packagist.org/downloads/",
35         "license": [
36             "MIT"
37         ],
38         "authors": [
39             {
40                 "name": "Fabien Potencier",
41                 "email": "fabien@symfony.com"
42             },
43             {
44                 "name": "Symfony Community",
45                 "homepage": "http://symfony.com/contributors"
46             }
47         ],
48         "description": "Symfony Yaml Component",
49         "homepage": "http://symfony.com"
50     },
51     {
52         "name": "phpunit/php-text-template",
53         "version": "1.1.4",
54         "version_normalized": "1.1.4.0",
55         "source": {
56             "type": "git",
57             "url": "git://github.com/sebastianbergmann/php-text-template.git",
58             "reference": "1.1.4"
59         },
60         "dist": {
61             "type": "zip",
62             "url": "https://github.com/sebastianbergmann/php-text-template/zipball/1.1.4",
63             "reference": "1.1.4",
64             "shasum": ""
65         },
66         "require": {
67             "php": ">=5.3.3"
68         },
69         "time": "2012-10-31 11:15:28",
70         "type": "library",
71         "installation-source": "dist",
72         "autoload": {
73             "classmap": [
74                 "Text/"
75             ]
76         },
77         "notification-url": "https://packagist.org/downloads/",
78         "include-path": [
79             ""
80         ],
81         "license": [
82             "BSD-3-Clause"
83         ],
84         "authors": [
85             {
86                 "name": "Sebastian Bergmann",
87                 "email": "sb@sebastian-bergmann.de",
88                 "role": "lead"
89             }
90         ],
91         "description": "Simple template engine.",
92         "homepage": "https://github.com/sebastianbergmann/php-text-template/",
93         "keywords": [
94             "template"
95         ]
96     },
97     {
98         "name": "phpunit/phpunit-mock-objects",
99         "version": "1.2.3",
100         "version_normalized": "1.2.3.0",
101         "source": {
102             "type": "git",
103             "url": "git://github.com/sebastianbergmann/phpunit-mock-objects.git",
104             "reference": "1.2.3"
105         },
106         "dist": {
107             "type": "zip",
108             "url": "https://github.com/sebastianbergmann/phpunit-mock-objects/archive/1.2.3.zip",
109             "reference": "1.2.3",
110             "shasum": ""
111         },
112         "require": {
113             "php": ">=5.3.3",
114             "phpunit/php-text-template": ">=1.1.1@stable"
115         },
116         "suggest": {
117             "ext-soap": "*"
118         },
119         "time": "2013-01-13 10:24:48",
120         "type": "library",
121         "installation-source": "dist",
122         "autoload": {
123             "classmap": [
124                 "PHPUnit/"
125             ]
126         },
127         "notification-url": "https://packagist.org/downloads/",
128         "include-path": [
129             ""
130         ],
131         "license": [
132             "BSD-3-Clause"
133         ],
134         "authors": [
135             {
136                 "name": "Sebastian Bergmann",
137                 "email": "sb@sebastian-bergmann.de",
138                 "role": "lead"
139             }
140         ],
141         "description": "Mock Object library for PHPUnit",
142         "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
143         "keywords": [
144             "mock",
145             "xunit"
146         ]
147     },
148     {
149         "name": "phpunit/php-timer",
150         "version": "1.0.4",
151         "version_normalized": "1.0.4.0",
152         "source": {
153             "type": "git",
154             "url": "git://github.com/sebastianbergmann/php-timer.git",
155             "reference": "1.0.4"
156         },
157         "dist": {
158             "type": "zip",
159             "url": "https://github.com/sebastianbergmann/php-timer/zipball/1.0.4",
160             "reference": "1.0.4",
161             "shasum": ""
162         },
163         "require": {
164             "php": ">=5.3.3"
165         },
166         "time": "2012-10-11 04:45:58",
167         "type": "library",
168         "installation-source": "dist",
169         "autoload": {
170             "classmap": [
171                 "PHP/"
172             ]
173         },
174         "notification-url": "https://packagist.org/downloads/",
175         "include-path": [
176             ""
177         ],
178         "license": [
179             "BSD-3-Clause"
180         ],
181         "authors": [
182             {
183                 "name": "Sebastian Bergmann",
184                 "email": "sb@sebastian-bergmann.de",
185                 "role": "lead"
186             }
187         ],
188         "description": "Utility class for timing",
189         "homepage": "http://www.phpunit.de/",
190         "keywords": [
191             "timer"
192         ]
193     },
194     {
195         "name": "phpunit/php-token-stream",
196         "version": "1.1.5",
197         "version_normalized": "1.1.5.0",
198         "source": {
199             "type": "git",
200             "url": "git://github.com/sebastianbergmann/php-token-stream.git",
201             "reference": "1.1.5"
202         },
203         "dist": {
204             "type": "zip",
205             "url": "https://github.com/sebastianbergmann/php-token-stream/zipball/1.1.5",
206             "reference": "1.1.5",
207             "shasum": ""
208         },
209         "require": {
210             "ext-tokenizer": "*",
211             "php": ">=5.3.3"
212         },
213         "time": "2012-10-11 04:47:14",
214         "type": "library",
215         "installation-source": "dist",
216         "autoload": {
217             "classmap": [
218                 "PHP/"
219             ]
220         },
221         "notification-url": "https://packagist.org/downloads/",
222         "include-path": [
223             ""
224         ],
225         "license": [
226             "BSD-3-Clause"
227         ],
228         "authors": [
229             {
230                 "name": "Sebastian Bergmann",
231                 "email": "sb@sebastian-bergmann.de",
232                 "role": "lead"
233             }
234         ],
235         "description": "Wrapper around PHP's tokenizer extension.",
236         "homepage": "http://www.phpunit.de/",
237         "keywords": [
238             "tokenizer"
239         ]
240     },
241     {
242         "name": "phpunit/php-file-iterator",
243         "version": "1.3.3",
244         "version_normalized": "1.3.3.0",
245         "source": {
246             "type": "git",
247             "url": "git://github.com/sebastianbergmann/php-file-iterator.git",
248             "reference": "1.3.3"
249         },
250         "dist": {
251             "type": "zip",
252             "url": "https://github.com/sebastianbergmann/php-file-iterator/zipball/1.3.3",
253             "reference": "1.3.3",
254             "shasum": ""
255         },
256         "require": {
257             "php": ">=5.3.3"
258         },
259         "time": "2012-10-11 04:44:38",
260         "type": "library",
261         "installation-source": "dist",
262         "autoload": {
263             "classmap": [
264                 "File/"
265             ]
266         },
267         "notification-url": "https://packagist.org/downloads/",
268         "include-path": [
269             ""
270         ],
271         "license": [
272             "BSD-3-Clause"
273         ],
274         "authors": [
275             {
276                 "name": "Sebastian Bergmann",
277                 "email": "sb@sebastian-bergmann.de",
278                 "role": "lead"
279             }
280         ],
281         "description": "FilterIterator implementation that filters files based on a list of suffixes.",
282         "homepage": "http://www.phpunit.de/",
283         "keywords": [
284             "filesystem",
285             "iterator"
286         ]
287     },
288     {
289         "name": "phpunit/php-code-coverage",
290         "version": "1.2.11",
291         "version_normalized": "1.2.11.0",
292         "source": {
293             "type": "git",
294             "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
295             "reference": "1.2.11"
296         },
297         "dist": {
298             "type": "zip",
299             "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.11",
300             "reference": "1.2.11",
301             "shasum": ""
302         },
303         "require": {
304             "php": ">=5.3.3",
305             "phpunit/php-file-iterator": ">=1.3.0@stable",
306             "phpunit/php-text-template": ">=1.1.1@stable",
307             "phpunit/php-token-stream": ">=1.1.3@stable"
308         },
309         "require-dev": {
310             "phpunit/phpunit": "3.7.*"
311         },
312         "suggest": {
313             "ext-dom": "*",
314             "ext-xdebug": ">=2.0.5"
315         },
316         "time": "2013-05-23 18:23:24",
317         "type": "library",
318         "installation-source": "dist",
319         "autoload": {
320             "classmap": [
321                 "PHP/"
322             ]
323         },
324         "notification-url": "https://packagist.org/downloads/",
325         "include-path": [
326             ""
327         ],
328         "license": [
329             "BSD-3-Clause"
330         ],
331         "authors": [
332             {
333                 "name": "Sebastian Bergmann",
334                 "email": "sb@sebastian-bergmann.de",
335                 "role": "lead"
336             }
337         ],
338         "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
339         "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
340         "keywords": [
341             "coverage",
342             "testing",
343             "xunit"
344         ]
345     },
346     {
347         "name": "phpunit/phpunit",
348         "version": "3.7.0",
349         "version_normalized": "3.7.0.0",
350         "source": {
351             "type": "git",
352             "url": "git://github.com/sebastianbergmann/phpunit.git",
353             "reference": "3.7.0"
354         },
355         "dist": {
356             "type": "zip",
357             "url": "https://github.com/sebastianbergmann/phpunit/zipball/3.7.0",
358             "reference": "3.7.0",
359             "shasum": ""
360         },
361         "require": {
362             "ext-dom": "*",
363             "ext-pcre": "*",
364             "ext-reflection": "*",
365             "ext-spl": "*",
366             "php": ">=5.3.3",
367             "phpunit/php-code-coverage": ">=1.2.0@stable",
368             "phpunit/php-file-iterator": ">=1.3.1@stable",
369             "phpunit/php-text-template": ">=1.1.1@stable",
370             "phpunit/php-timer": ">=1.0.2@stable",
371             "phpunit/phpunit-mock-objects": ">=1.2.0@stable",
372             "symfony/yaml": ">=2.1.0@stable"
373         },
374         "suggest": {
375             "ext-json": "*",
376             "ext-simplexml": "*",
377             "ext-tokenizer": "*",
378             "phpunit/php-invoker": ">=1.1.0@stable"
379         },
380         "time": "2012-09-18 22:07:48",
381         "bin": [
382             "composer/bin/phpunit"
383         ],
384         "type": "library",
385         "extra": {
386             "branch-alias": {
387                 "dev-master": "3.7.x-dev"
388             }
389         },
390         "installation-source": "dist",
391         "autoload": {
392             "files": [
393                 "PHPUnit/Autoload.php"
394             ]
395         },
396         "notification-url": "https://packagist.org/downloads/",
397         "include-path": [
398             "",
399             "../../symfony/yaml/"
400         ],
401         "license": [
402             "BSD-3-Clause"
403         ],
404         "authors": [
405             {
406                 "name": "Sebastian Bergmann",
407                 "email": "sebastian@phpunit.de",
408                 "role": "lead"
409             }
410         ],
411         "description": "The PHP Unit Testing framework.",
412         "homepage": "http://www.phpunit.de/",
413         "keywords": [
414             "phpunit",
415             "testing",
416             "xunit"
417         ]
418     }