]> git.mxchange.org Git - friendica-addons.git/blob - curweather/vendor/cmfcmf/openweathermap-php-api/composer.lock
added composer.json and needed libs
[friendica-addons.git] / curweather / vendor / cmfcmf / openweathermap-php-api / composer.lock
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#composer-lock-the-lock-file",
5         "This file is @generated automatically"
6     ],
7     "hash": "23a2734069dc5af143bb0e0a09160885",
8     "packages": [],
9     "packages-dev": [
10         {
11             "name": "doctrine/instantiator",
12             "version": "1.0.5",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/doctrine/instantiator.git",
16                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
21                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
22                 "shasum": ""
23             },
24             "require": {
25                 "php": ">=5.3,<8.0-DEV"
26             },
27             "require-dev": {
28                 "athletic/athletic": "~0.1.8",
29                 "ext-pdo": "*",
30                 "ext-phar": "*",
31                 "phpunit/phpunit": "~4.0",
32                 "squizlabs/php_codesniffer": "~2.0"
33             },
34             "type": "library",
35             "extra": {
36                 "branch-alias": {
37                     "dev-master": "1.0.x-dev"
38                 }
39             },
40             "autoload": {
41                 "psr-4": {
42                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
43                 }
44             },
45             "notification-url": "https://packagist.org/downloads/",
46             "license": [
47                 "MIT"
48             ],
49             "authors": [
50                 {
51                     "name": "Marco Pivetta",
52                     "email": "ocramius@gmail.com",
53                     "homepage": "http://ocramius.github.com/"
54                 }
55             ],
56             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
57             "homepage": "https://github.com/doctrine/instantiator",
58             "keywords": [
59                 "constructor",
60                 "instantiate"
61             ],
62             "time": "2015-06-14 21:17:01"
63         },
64         {
65             "name": "phpdocumentor/reflection-docblock",
66             "version": "2.0.4",
67             "source": {
68                 "type": "git",
69                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
70                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
71             },
72             "dist": {
73                 "type": "zip",
74                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
75                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
76                 "shasum": ""
77             },
78             "require": {
79                 "php": ">=5.3.3"
80             },
81             "require-dev": {
82                 "phpunit/phpunit": "~4.0"
83             },
84             "suggest": {
85                 "dflydev/markdown": "~1.0",
86                 "erusev/parsedown": "~1.0"
87             },
88             "type": "library",
89             "extra": {
90                 "branch-alias": {
91                     "dev-master": "2.0.x-dev"
92                 }
93             },
94             "autoload": {
95                 "psr-0": {
96                     "phpDocumentor": [
97                         "src/"
98                     ]
99                 }
100             },
101             "notification-url": "https://packagist.org/downloads/",
102             "license": [
103                 "MIT"
104             ],
105             "authors": [
106                 {
107                     "name": "Mike van Riel",
108                     "email": "mike.vanriel@naenius.com"
109                 }
110             ],
111             "time": "2015-02-03 12:10:50"
112         },
113         {
114             "name": "phpspec/prophecy",
115             "version": "v1.4.1",
116             "source": {
117                 "type": "git",
118                 "url": "https://github.com/phpspec/prophecy.git",
119                 "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
120             },
121             "dist": {
122                 "type": "zip",
123                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
124                 "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
125                 "shasum": ""
126             },
127             "require": {
128                 "doctrine/instantiator": "^1.0.2",
129                 "phpdocumentor/reflection-docblock": "~2.0",
130                 "sebastian/comparator": "~1.1"
131             },
132             "require-dev": {
133                 "phpspec/phpspec": "~2.0"
134             },
135             "type": "library",
136             "extra": {
137                 "branch-alias": {
138                     "dev-master": "1.4.x-dev"
139                 }
140             },
141             "autoload": {
142                 "psr-0": {
143                     "Prophecy\\": "src/"
144                 }
145             },
146             "notification-url": "https://packagist.org/downloads/",
147             "license": [
148                 "MIT"
149             ],
150             "authors": [
151                 {
152                     "name": "Konstantin Kudryashov",
153                     "email": "ever.zet@gmail.com",
154                     "homepage": "http://everzet.com"
155                 },
156                 {
157                     "name": "Marcello Duarte",
158                     "email": "marcello.duarte@gmail.com"
159                 }
160             ],
161             "description": "Highly opinionated mocking framework for PHP 5.3+",
162             "homepage": "https://github.com/phpspec/prophecy",
163             "keywords": [
164                 "Double",
165                 "Dummy",
166                 "fake",
167                 "mock",
168                 "spy",
169                 "stub"
170             ],
171             "time": "2015-04-27 22:15:08"
172         },
173         {
174             "name": "phpunit/php-code-coverage",
175             "version": "2.1.6",
176             "source": {
177                 "type": "git",
178                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
179                 "reference": "631e365cf26bb2c078683e8d9bcf8bc631ac4d44"
180             },
181             "dist": {
182                 "type": "zip",
183                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/631e365cf26bb2c078683e8d9bcf8bc631ac4d44",
184                 "reference": "631e365cf26bb2c078683e8d9bcf8bc631ac4d44",
185                 "shasum": ""
186             },
187             "require": {
188                 "php": ">=5.3.3",
189                 "phpunit/php-file-iterator": "~1.3",
190                 "phpunit/php-text-template": "~1.2",
191                 "phpunit/php-token-stream": "~1.3",
192                 "sebastian/environment": "~1.0",
193                 "sebastian/version": "~1.0"
194             },
195             "require-dev": {
196                 "ext-xdebug": ">=2.1.4",
197                 "phpunit/phpunit": "~4"
198             },
199             "suggest": {
200                 "ext-dom": "*",
201                 "ext-xdebug": ">=2.2.1",
202                 "ext-xmlwriter": "*"
203             },
204             "type": "library",
205             "extra": {
206                 "branch-alias": {
207                     "dev-master": "2.1.x-dev"
208                 }
209             },
210             "autoload": {
211                 "classmap": [
212                     "src/"
213                 ]
214             },
215             "notification-url": "https://packagist.org/downloads/",
216             "license": [
217                 "BSD-3-Clause"
218             ],
219             "authors": [
220                 {
221                     "name": "Sebastian Bergmann",
222                     "email": "sb@sebastian-bergmann.de",
223                     "role": "lead"
224                 }
225             ],
226             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
227             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
228             "keywords": [
229                 "coverage",
230                 "testing",
231                 "xunit"
232             ],
233             "time": "2015-06-19 07:11:55"
234         },
235         {
236             "name": "phpunit/php-file-iterator",
237             "version": "1.4.0",
238             "source": {
239                 "type": "git",
240                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
241                 "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
242             },
243             "dist": {
244                 "type": "zip",
245                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
246                 "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
247                 "shasum": ""
248             },
249             "require": {
250                 "php": ">=5.3.3"
251             },
252             "type": "library",
253             "extra": {
254                 "branch-alias": {
255                     "dev-master": "1.4.x-dev"
256                 }
257             },
258             "autoload": {
259                 "classmap": [
260                     "src/"
261                 ]
262             },
263             "notification-url": "https://packagist.org/downloads/",
264             "license": [
265                 "BSD-3-Clause"
266             ],
267             "authors": [
268                 {
269                     "name": "Sebastian Bergmann",
270                     "email": "sb@sebastian-bergmann.de",
271                     "role": "lead"
272                 }
273             ],
274             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
275             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
276             "keywords": [
277                 "filesystem",
278                 "iterator"
279             ],
280             "time": "2015-04-02 05:19:05"
281         },
282         {
283             "name": "phpunit/php-text-template",
284             "version": "1.2.0",
285             "source": {
286                 "type": "git",
287                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
288                 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
289             },
290             "dist": {
291                 "type": "zip",
292                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
293                 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
294                 "shasum": ""
295             },
296             "require": {
297                 "php": ">=5.3.3"
298             },
299             "type": "library",
300             "autoload": {
301                 "classmap": [
302                     "Text/"
303                 ]
304             },
305             "notification-url": "https://packagist.org/downloads/",
306             "include-path": [
307                 ""
308             ],
309             "license": [
310                 "BSD-3-Clause"
311             ],
312             "authors": [
313                 {
314                     "name": "Sebastian Bergmann",
315                     "email": "sb@sebastian-bergmann.de",
316                     "role": "lead"
317                 }
318             ],
319             "description": "Simple template engine.",
320             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
321             "keywords": [
322                 "template"
323             ],
324             "time": "2014-01-30 17:20:04"
325         },
326         {
327             "name": "phpunit/php-timer",
328             "version": "1.0.6",
329             "source": {
330                 "type": "git",
331                 "url": "https://github.com/sebastianbergmann/php-timer.git",
332                 "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d"
333             },
334             "dist": {
335                 "type": "zip",
336                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d",
337                 "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d",
338                 "shasum": ""
339             },
340             "require": {
341                 "php": ">=5.3.3"
342             },
343             "type": "library",
344             "autoload": {
345                 "classmap": [
346                     "src/"
347                 ]
348             },
349             "notification-url": "https://packagist.org/downloads/",
350             "license": [
351                 "BSD-3-Clause"
352             ],
353             "authors": [
354                 {
355                     "name": "Sebastian Bergmann",
356                     "email": "sb@sebastian-bergmann.de",
357                     "role": "lead"
358                 }
359             ],
360             "description": "Utility class for timing",
361             "homepage": "https://github.com/sebastianbergmann/php-timer/",
362             "keywords": [
363                 "timer"
364             ],
365             "time": "2015-06-13 07:35:30"
366         },
367         {
368             "name": "phpunit/php-token-stream",
369             "version": "1.4.3",
370             "source": {
371                 "type": "git",
372                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
373                 "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9"
374             },
375             "dist": {
376                 "type": "zip",
377                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
378                 "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
379                 "shasum": ""
380             },
381             "require": {
382                 "ext-tokenizer": "*",
383                 "php": ">=5.3.3"
384             },
385             "require-dev": {
386                 "phpunit/phpunit": "~4.2"
387             },
388             "type": "library",
389             "extra": {
390                 "branch-alias": {
391                     "dev-master": "1.4-dev"
392                 }
393             },
394             "autoload": {
395                 "classmap": [
396                     "src/"
397                 ]
398             },
399             "notification-url": "https://packagist.org/downloads/",
400             "license": [
401                 "BSD-3-Clause"
402             ],
403             "authors": [
404                 {
405                     "name": "Sebastian Bergmann",
406                     "email": "sebastian@phpunit.de"
407                 }
408             ],
409             "description": "Wrapper around PHP's tokenizer extension.",
410             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
411             "keywords": [
412                 "tokenizer"
413             ],
414             "time": "2015-06-19 03:43:16"
415         },
416         {
417             "name": "phpunit/phpunit",
418             "version": "4.7.4",
419             "source": {
420                 "type": "git",
421                 "url": "https://github.com/sebastianbergmann/phpunit.git",
422                 "reference": "e5f851f324f7add846316f39e668e9deac97a103"
423             },
424             "dist": {
425                 "type": "zip",
426                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e5f851f324f7add846316f39e668e9deac97a103",
427                 "reference": "e5f851f324f7add846316f39e668e9deac97a103",
428                 "shasum": ""
429             },
430             "require": {
431                 "ext-dom": "*",
432                 "ext-json": "*",
433                 "ext-pcre": "*",
434                 "ext-reflection": "*",
435                 "ext-spl": "*",
436                 "php": ">=5.3.3",
437                 "phpspec/prophecy": "~1.3,>=1.3.1",
438                 "phpunit/php-code-coverage": "~2.1",
439                 "phpunit/php-file-iterator": "~1.4",
440                 "phpunit/php-text-template": "~1.2",
441                 "phpunit/php-timer": ">=1.0.6",
442                 "phpunit/phpunit-mock-objects": "~2.3",
443                 "sebastian/comparator": "~1.1",
444                 "sebastian/diff": "~1.2",
445                 "sebastian/environment": "~1.2",
446                 "sebastian/exporter": "~1.2",
447                 "sebastian/global-state": "~1.0",
448                 "sebastian/version": "~1.0",
449                 "symfony/yaml": "~2.1|~3.0"
450             },
451             "suggest": {
452                 "phpunit/php-invoker": "~1.1"
453             },
454             "bin": [
455                 "phpunit"
456             ],
457             "type": "library",
458             "extra": {
459                 "branch-alias": {
460                     "dev-master": "4.7.x-dev"
461                 }
462             },
463             "autoload": {
464                 "classmap": [
465                     "src/"
466                 ]
467             },
468             "notification-url": "https://packagist.org/downloads/",
469             "license": [
470                 "BSD-3-Clause"
471             ],
472             "authors": [
473                 {
474                     "name": "Sebastian Bergmann",
475                     "email": "sebastian@phpunit.de",
476                     "role": "lead"
477                 }
478             ],
479             "description": "The PHP Unit Testing framework.",
480             "homepage": "https://phpunit.de/",
481             "keywords": [
482                 "phpunit",
483                 "testing",
484                 "xunit"
485             ],
486             "time": "2015-06-18 13:33:26"
487         },
488         {
489             "name": "phpunit/phpunit-mock-objects",
490             "version": "2.3.4",
491             "source": {
492                 "type": "git",
493                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
494                 "reference": "92408bb1968a81b3217a6fdf6c1a198da83caa35"
495             },
496             "dist": {
497                 "type": "zip",
498                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/92408bb1968a81b3217a6fdf6c1a198da83caa35",
499                 "reference": "92408bb1968a81b3217a6fdf6c1a198da83caa35",
500                 "shasum": ""
501             },
502             "require": {
503                 "doctrine/instantiator": "~1.0,>=1.0.2",
504                 "php": ">=5.3.3",
505                 "phpunit/php-text-template": "~1.2"
506             },
507             "require-dev": {
508                 "phpunit/phpunit": "~4.4"
509             },
510             "suggest": {
511                 "ext-soap": "*"
512             },
513             "type": "library",
514             "extra": {
515                 "branch-alias": {
516                     "dev-master": "2.3.x-dev"
517                 }
518             },
519             "autoload": {
520                 "classmap": [
521                     "src/"
522                 ]
523             },
524             "notification-url": "https://packagist.org/downloads/",
525             "license": [
526                 "BSD-3-Clause"
527             ],
528             "authors": [
529                 {
530                     "name": "Sebastian Bergmann",
531                     "email": "sb@sebastian-bergmann.de",
532                     "role": "lead"
533                 }
534             ],
535             "description": "Mock Object library for PHPUnit",
536             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
537             "keywords": [
538                 "mock",
539                 "xunit"
540             ],
541             "time": "2015-06-11 15:55:48"
542         },
543         {
544             "name": "sebastian/comparator",
545             "version": "1.1.1",
546             "source": {
547                 "type": "git",
548                 "url": "https://github.com/sebastianbergmann/comparator.git",
549                 "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
550             },
551             "dist": {
552                 "type": "zip",
553                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
554                 "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
555                 "shasum": ""
556             },
557             "require": {
558                 "php": ">=5.3.3",
559                 "sebastian/diff": "~1.2",
560                 "sebastian/exporter": "~1.2"
561             },
562             "require-dev": {
563                 "phpunit/phpunit": "~4.4"
564             },
565             "type": "library",
566             "extra": {
567                 "branch-alias": {
568                     "dev-master": "1.1.x-dev"
569                 }
570             },
571             "autoload": {
572                 "classmap": [
573                     "src/"
574                 ]
575             },
576             "notification-url": "https://packagist.org/downloads/",
577             "license": [
578                 "BSD-3-Clause"
579             ],
580             "authors": [
581                 {
582                     "name": "Jeff Welch",
583                     "email": "whatthejeff@gmail.com"
584                 },
585                 {
586                     "name": "Volker Dusch",
587                     "email": "github@wallbash.com"
588                 },
589                 {
590                     "name": "Bernhard Schussek",
591                     "email": "bschussek@2bepublished.at"
592                 },
593                 {
594                     "name": "Sebastian Bergmann",
595                     "email": "sebastian@phpunit.de"
596                 }
597             ],
598             "description": "Provides the functionality to compare PHP values for equality",
599             "homepage": "http://www.github.com/sebastianbergmann/comparator",
600             "keywords": [
601                 "comparator",
602                 "compare",
603                 "equality"
604             ],
605             "time": "2015-01-29 16:28:08"
606         },
607         {
608             "name": "sebastian/diff",
609             "version": "1.3.0",
610             "source": {
611                 "type": "git",
612                 "url": "https://github.com/sebastianbergmann/diff.git",
613                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
614             },
615             "dist": {
616                 "type": "zip",
617                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
618                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
619                 "shasum": ""
620             },
621             "require": {
622                 "php": ">=5.3.3"
623             },
624             "require-dev": {
625                 "phpunit/phpunit": "~4.2"
626             },
627             "type": "library",
628             "extra": {
629                 "branch-alias": {
630                     "dev-master": "1.3-dev"
631                 }
632             },
633             "autoload": {
634                 "classmap": [
635                     "src/"
636                 ]
637             },
638             "notification-url": "https://packagist.org/downloads/",
639             "license": [
640                 "BSD-3-Clause"
641             ],
642             "authors": [
643                 {
644                     "name": "Kore Nordmann",
645                     "email": "mail@kore-nordmann.de"
646                 },
647                 {
648                     "name": "Sebastian Bergmann",
649                     "email": "sebastian@phpunit.de"
650                 }
651             ],
652             "description": "Diff implementation",
653             "homepage": "http://www.github.com/sebastianbergmann/diff",
654             "keywords": [
655                 "diff"
656             ],
657             "time": "2015-02-22 15:13:53"
658         },
659         {
660             "name": "sebastian/environment",
661             "version": "1.2.2",
662             "source": {
663                 "type": "git",
664                 "url": "https://github.com/sebastianbergmann/environment.git",
665                 "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
666             },
667             "dist": {
668                 "type": "zip",
669                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
670                 "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
671                 "shasum": ""
672             },
673             "require": {
674                 "php": ">=5.3.3"
675             },
676             "require-dev": {
677                 "phpunit/phpunit": "~4.4"
678             },
679             "type": "library",
680             "extra": {
681                 "branch-alias": {
682                     "dev-master": "1.3.x-dev"
683                 }
684             },
685             "autoload": {
686                 "classmap": [
687                     "src/"
688                 ]
689             },
690             "notification-url": "https://packagist.org/downloads/",
691             "license": [
692                 "BSD-3-Clause"
693             ],
694             "authors": [
695                 {
696                     "name": "Sebastian Bergmann",
697                     "email": "sebastian@phpunit.de"
698                 }
699             ],
700             "description": "Provides functionality to handle HHVM/PHP environments",
701             "homepage": "http://www.github.com/sebastianbergmann/environment",
702             "keywords": [
703                 "Xdebug",
704                 "environment",
705                 "hhvm"
706             ],
707             "time": "2015-01-01 10:01:08"
708         },
709         {
710             "name": "sebastian/exporter",
711             "version": "1.2.0",
712             "source": {
713                 "type": "git",
714                 "url": "https://github.com/sebastianbergmann/exporter.git",
715                 "reference": "84839970d05254c73cde183a721c7af13aede943"
716             },
717             "dist": {
718                 "type": "zip",
719                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
720                 "reference": "84839970d05254c73cde183a721c7af13aede943",
721                 "shasum": ""
722             },
723             "require": {
724                 "php": ">=5.3.3",
725                 "sebastian/recursion-context": "~1.0"
726             },
727             "require-dev": {
728                 "phpunit/phpunit": "~4.4"
729             },
730             "type": "library",
731             "extra": {
732                 "branch-alias": {
733                     "dev-master": "1.2.x-dev"
734                 }
735             },
736             "autoload": {
737                 "classmap": [
738                     "src/"
739                 ]
740             },
741             "notification-url": "https://packagist.org/downloads/",
742             "license": [
743                 "BSD-3-Clause"
744             ],
745             "authors": [
746                 {
747                     "name": "Jeff Welch",
748                     "email": "whatthejeff@gmail.com"
749                 },
750                 {
751                     "name": "Volker Dusch",
752                     "email": "github@wallbash.com"
753                 },
754                 {
755                     "name": "Bernhard Schussek",
756                     "email": "bschussek@2bepublished.at"
757                 },
758                 {
759                     "name": "Sebastian Bergmann",
760                     "email": "sebastian@phpunit.de"
761                 },
762                 {
763                     "name": "Adam Harvey",
764                     "email": "aharvey@php.net"
765                 }
766             ],
767             "description": "Provides the functionality to export PHP variables for visualization",
768             "homepage": "http://www.github.com/sebastianbergmann/exporter",
769             "keywords": [
770                 "export",
771                 "exporter"
772             ],
773             "time": "2015-01-27 07:23:06"
774         },
775         {
776             "name": "sebastian/global-state",
777             "version": "1.0.0",
778             "source": {
779                 "type": "git",
780                 "url": "https://github.com/sebastianbergmann/global-state.git",
781                 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
782             },
783             "dist": {
784                 "type": "zip",
785                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
786                 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
787                 "shasum": ""
788             },
789             "require": {
790                 "php": ">=5.3.3"
791             },
792             "require-dev": {
793                 "phpunit/phpunit": "~4.2"
794             },
795             "suggest": {
796                 "ext-uopz": "*"
797             },
798             "type": "library",
799             "extra": {
800                 "branch-alias": {
801                     "dev-master": "1.0-dev"
802                 }
803             },
804             "autoload": {
805                 "classmap": [
806                     "src/"
807                 ]
808             },
809             "notification-url": "https://packagist.org/downloads/",
810             "license": [
811                 "BSD-3-Clause"
812             ],
813             "authors": [
814                 {
815                     "name": "Sebastian Bergmann",
816                     "email": "sebastian@phpunit.de"
817                 }
818             ],
819             "description": "Snapshotting of global state",
820             "homepage": "http://www.github.com/sebastianbergmann/global-state",
821             "keywords": [
822                 "global state"
823             ],
824             "time": "2014-10-06 09:23:50"
825         },
826         {
827             "name": "sebastian/recursion-context",
828             "version": "1.0.0",
829             "source": {
830                 "type": "git",
831                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
832                 "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
833             },
834             "dist": {
835                 "type": "zip",
836                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
837                 "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
838                 "shasum": ""
839             },
840             "require": {
841                 "php": ">=5.3.3"
842             },
843             "require-dev": {
844                 "phpunit/phpunit": "~4.4"
845             },
846             "type": "library",
847             "extra": {
848                 "branch-alias": {
849                     "dev-master": "1.0.x-dev"
850                 }
851             },
852             "autoload": {
853                 "classmap": [
854                     "src/"
855                 ]
856             },
857             "notification-url": "https://packagist.org/downloads/",
858             "license": [
859                 "BSD-3-Clause"
860             ],
861             "authors": [
862                 {
863                     "name": "Jeff Welch",
864                     "email": "whatthejeff@gmail.com"
865                 },
866                 {
867                     "name": "Sebastian Bergmann",
868                     "email": "sebastian@phpunit.de"
869                 },
870                 {
871                     "name": "Adam Harvey",
872                     "email": "aharvey@php.net"
873                 }
874             ],
875             "description": "Provides functionality to recursively process PHP variables",
876             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
877             "time": "2015-01-24 09:48:32"
878         },
879         {
880             "name": "sebastian/version",
881             "version": "1.0.5",
882             "source": {
883                 "type": "git",
884                 "url": "https://github.com/sebastianbergmann/version.git",
885                 "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4"
886             },
887             "dist": {
888                 "type": "zip",
889                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
890                 "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
891                 "shasum": ""
892             },
893             "type": "library",
894             "autoload": {
895                 "classmap": [
896                     "src/"
897                 ]
898             },
899             "notification-url": "https://packagist.org/downloads/",
900             "license": [
901                 "BSD-3-Clause"
902             ],
903             "authors": [
904                 {
905                     "name": "Sebastian Bergmann",
906                     "email": "sebastian@phpunit.de",
907                     "role": "lead"
908                 }
909             ],
910             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
911             "homepage": "https://github.com/sebastianbergmann/version",
912             "time": "2015-02-24 06:35:25"
913         },
914         {
915             "name": "symfony/yaml",
916             "version": "v2.7.1",
917             "source": {
918                 "type": "git",
919                 "url": "https://github.com/symfony/Yaml.git",
920                 "reference": "9808e75c609a14f6db02f70fccf4ca4aab53c160"
921             },
922             "dist": {
923                 "type": "zip",
924                 "url": "https://api.github.com/repos/symfony/Yaml/zipball/9808e75c609a14f6db02f70fccf4ca4aab53c160",
925                 "reference": "9808e75c609a14f6db02f70fccf4ca4aab53c160",
926                 "shasum": ""
927             },
928             "require": {
929                 "php": ">=5.3.9"
930             },
931             "require-dev": {
932                 "symfony/phpunit-bridge": "~2.7"
933             },
934             "type": "library",
935             "extra": {
936                 "branch-alias": {
937                     "dev-master": "2.7-dev"
938                 }
939             },
940             "autoload": {
941                 "psr-4": {
942                     "Symfony\\Component\\Yaml\\": ""
943                 }
944             },
945             "notification-url": "https://packagist.org/downloads/",
946             "license": [
947                 "MIT"
948             ],
949             "authors": [
950                 {
951                     "name": "Fabien Potencier",
952                     "email": "fabien@symfony.com"
953                 },
954                 {
955                     "name": "Symfony Community",
956                     "homepage": "https://symfony.com/contributors"
957                 }
958             ],
959             "description": "Symfony Yaml Component",
960             "homepage": "https://symfony.com",
961             "time": "2015-06-10 15:30:22"
962         }
963     ],
964     "aliases": [],
965     "minimum-stability": "stable",
966     "stability-flags": [],
967     "prefer-stable": false,
968     "prefer-lowest": false,
969     "platform": {
970         "php": ">=5.3.0"
971     },
972     "platform-dev": []
973 }