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