Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
[phpmyadmin.git] / composer.lock
blobf33131f04489b5e4d44a6bda5ecfb56cf78a3d23
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": "c2d41a4a87e8e77a06584cc17575fc16",
8     "content-hash": "604d04e64f65daef706a9228fa9683f4",
9     "packages": [
10         {
11             "name": "google/recaptcha",
12             "version": "1.1.3",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/google/recaptcha.git",
16                 "reference": "5a56d15ca10a7b75158178752b2ad8f755eb4f78"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/google/recaptcha/zipball/5a56d15ca10a7b75158178752b2ad8f755eb4f78",
21                 "reference": "5a56d15ca10a7b75158178752b2ad8f755eb4f78",
22                 "shasum": ""
23             },
24             "require": {
25                 "php": ">=5.5"
26             },
27             "require-dev": {
28                 "phpunit/phpunit": "^4.8"
29             },
30             "type": "library",
31             "extra": {
32                 "branch-alias": {
33                     "dev-master": "1.1.x-dev"
34                 }
35             },
36             "autoload": {
37                 "psr-4": {
38                     "ReCaptcha\\": "src/ReCaptcha"
39                 }
40             },
41             "notification-url": "https://packagist.org/downloads/",
42             "license": [
43                 "BSD-3-Clause"
44             ],
45             "description": "Client library for reCAPTCHA, a free service that protect websites from spam and abuse.",
46             "homepage": "http://www.google.com/recaptcha/",
47             "keywords": [
48                 "Abuse",
49                 "captcha",
50                 "recaptcha",
51                 "spam"
52             ],
53             "time": "2017-03-09 18:44:34"
54         },
55         {
56             "name": "phpmyadmin/motranslator",
57             "version": "3.3",
58             "source": {
59                 "type": "git",
60                 "url": "https://github.com/phpmyadmin/motranslator.git",
61                 "reference": "877f76827fa69bf27e4ffc28d258e9fba3442d8f"
62             },
63             "dist": {
64                 "type": "zip",
65                 "url": "https://api.github.com/repos/phpmyadmin/motranslator/zipball/877f76827fa69bf27e4ffc28d258e9fba3442d8f",
66                 "reference": "877f76827fa69bf27e4ffc28d258e9fba3442d8f",
67                 "shasum": ""
68             },
69             "require": {
70                 "php": ">=5.3.0",
71                 "symfony/expression-language": "^3.2 || ^2.8"
72             },
73             "require-dev": {
74                 "phpunit/php-code-coverage": "*",
75                 "phpunit/phpunit": "~4.8 || ~5.7"
76             },
77             "type": "library",
78             "autoload": {
79                 "psr-4": {
80                     "PhpMyAdmin\\MoTranslator\\": "src"
81                 }
82             },
83             "notification-url": "https://packagist.org/downloads/",
84             "license": [
85                 "GPL-2.0+"
86             ],
87             "authors": [
88                 {
89                     "name": "The phpMyAdmin Team",
90                     "email": "developers@phpmyadmin.net",
91                     "homepage": "https://www.phpmyadmin.net/team/"
92                 }
93             ],
94             "description": "Translation API for PHP using Gettext MO files",
95             "homepage": "https://github.com/phpmyadmin/motranslator",
96             "keywords": [
97                 "gettext",
98                 "i18n",
99                 "mo",
100                 "translator"
101             ],
102             "time": "2017-06-01 11:50:55"
103         },
104         {
105             "name": "phpmyadmin/shapefile",
106             "version": "2.1",
107             "source": {
108                 "type": "git",
109                 "url": "https://github.com/phpmyadmin/shapefile.git",
110                 "reference": "e23b767f2a81f61fee3fc09fc062879985f3e224"
111             },
112             "dist": {
113                 "type": "zip",
114                 "url": "https://api.github.com/repos/phpmyadmin/shapefile/zipball/e23b767f2a81f61fee3fc09fc062879985f3e224",
115                 "reference": "e23b767f2a81f61fee3fc09fc062879985f3e224",
116                 "shasum": ""
117             },
118             "require": {
119                 "php": ">=5.4.0"
120             },
121             "require-dev": {
122                 "phpunit/php-code-coverage": "*",
123                 "phpunit/phpunit": "~4.8 || ~5.7"
124             },
125             "suggest": {
126                 "ext-dbase": "For dbf files parsing"
127             },
128             "type": "library",
129             "autoload": {
130                 "psr-4": {
131                     "PhpMyAdmin\\ShapeFile\\": "src"
132                 }
133             },
134             "notification-url": "https://packagist.org/downloads/",
135             "license": [
136                 "GPL-2.0+"
137             ],
138             "authors": [
139                 {
140                     "name": "The phpMyAdmin Team",
141                     "email": "developers@phpmyadmin.net",
142                     "homepage": "https://www.phpmyadmin.net/team/"
143                 }
144             ],
145             "description": "ESRI ShapeFile library for PHP",
146             "homepage": "https://github.com/phpmyadmin/shapefile",
147             "keywords": [
148                 "ESRI",
149                 "Shapefile",
150                 "dbf",
151                 "geo",
152                 "geospatial",
153                 "shape",
154                 "shp"
155             ],
156             "time": "2017-05-15 08:31:47"
157         },
158         {
159             "name": "phpmyadmin/sql-parser",
160             "version": "v4.1.10",
161             "source": {
162                 "type": "git",
163                 "url": "https://github.com/phpmyadmin/sql-parser.git",
164                 "reference": "88e16ec7d26a80b5a4fdab9b6c79aa4c9b24470d"
165             },
166             "dist": {
167                 "type": "zip",
168                 "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/88e16ec7d26a80b5a4fdab9b6c79aa4c9b24470d",
169                 "reference": "88e16ec7d26a80b5a4fdab9b6c79aa4c9b24470d",
170                 "shasum": ""
171             },
172             "require": {
173                 "ext-mbstring": "*",
174                 "php": ">=5.3.0"
175             },
176             "conflict": {
177                 "phpmyadmin/motranslator": "<3.0"
178             },
179             "require-dev": {
180                 "phpunit/php-code-coverage": "*",
181                 "phpunit/phpunit": "~4.8 || ~5.7"
182             },
183             "suggest": {
184                 "phpmyadmin/motranslator": "Translate messages to your favorite locale"
185             },
186             "bin": [
187                 "bin/highlight-query",
188                 "bin/lint-query"
189             ],
190             "type": "library",
191             "autoload": {
192                 "psr-4": {
193                     "PhpMyAdmin\\SqlParser\\": "src"
194                 }
195             },
196             "notification-url": "https://packagist.org/downloads/",
197             "license": [
198                 "GPL-2.0+"
199             ],
200             "authors": [
201                 {
202                     "name": "The phpMyAdmin Team",
203                     "email": "developers@phpmyadmin.net",
204                     "homepage": "https://www.phpmyadmin.net/team/"
205                 }
206             ],
207             "description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
208             "homepage": "https://github.com/phpmyadmin/sql-parser",
209             "keywords": [
210                 "analysis",
211                 "lexer",
212                 "parser",
213                 "sql"
214             ],
215             "time": "2017-08-21 10:55:31"
216         },
217         {
218             "name": "phpseclib/phpseclib",
219             "version": "2.0.6",
220             "source": {
221                 "type": "git",
222                 "url": "https://github.com/phpseclib/phpseclib.git",
223                 "reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa"
224             },
225             "dist": {
226                 "type": "zip",
227                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34a7699e6f31b1ef4035ee36444407cecf9f56aa",
228                 "reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa",
229                 "shasum": ""
230             },
231             "require": {
232                 "php": ">=5.3.3"
233             },
234             "require-dev": {
235                 "phing/phing": "~2.7",
236                 "phpunit/phpunit": "~4.0",
237                 "sami/sami": "~2.0",
238                 "squizlabs/php_codesniffer": "~2.0"
239             },
240             "suggest": {
241                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
242                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
243                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
244                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
245             },
246             "type": "library",
247             "autoload": {
248                 "files": [
249                     "phpseclib/bootstrap.php"
250                 ],
251                 "psr-4": {
252                     "phpseclib\\": "phpseclib/"
253                 }
254             },
255             "notification-url": "https://packagist.org/downloads/",
256             "license": [
257                 "MIT"
258             ],
259             "authors": [
260                 {
261                     "name": "Jim Wigginton",
262                     "email": "terrafrost@php.net",
263                     "role": "Lead Developer"
264                 },
265                 {
266                     "name": "Patrick Monnerat",
267                     "email": "pm@datasphere.ch",
268                     "role": "Developer"
269                 },
270                 {
271                     "name": "Andreas Fischer",
272                     "email": "bantu@phpbb.com",
273                     "role": "Developer"
274                 },
275                 {
276                     "name": "Hans-Jürgen Petrich",
277                     "email": "petrich@tronic-media.com",
278                     "role": "Developer"
279                 },
280                 {
281                     "name": "Graham Campbell",
282                     "email": "graham@alt-three.com",
283                     "role": "Developer"
284                 }
285             ],
286             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
287             "homepage": "http://phpseclib.sourceforge.net",
288             "keywords": [
289                 "BigInteger",
290                 "aes",
291                 "asn.1",
292                 "asn1",
293                 "blowfish",
294                 "crypto",
295                 "cryptography",
296                 "encryption",
297                 "rsa",
298                 "security",
299                 "sftp",
300                 "signature",
301                 "signing",
302                 "ssh",
303                 "twofish",
304                 "x.509",
305                 "x509"
306             ],
307             "time": "2017-06-05 06:31:10"
308         },
309         {
310             "name": "psr/cache",
311             "version": "1.0.1",
312             "source": {
313                 "type": "git",
314                 "url": "https://github.com/php-fig/cache.git",
315                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
316             },
317             "dist": {
318                 "type": "zip",
319                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
320                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
321                 "shasum": ""
322             },
323             "require": {
324                 "php": ">=5.3.0"
325             },
326             "type": "library",
327             "extra": {
328                 "branch-alias": {
329                     "dev-master": "1.0.x-dev"
330                 }
331             },
332             "autoload": {
333                 "psr-4": {
334                     "Psr\\Cache\\": "src/"
335                 }
336             },
337             "notification-url": "https://packagist.org/downloads/",
338             "license": [
339                 "MIT"
340             ],
341             "authors": [
342                 {
343                     "name": "PHP-FIG",
344                     "homepage": "http://www.php-fig.org/"
345                 }
346             ],
347             "description": "Common interface for caching libraries",
348             "keywords": [
349                 "cache",
350                 "psr",
351                 "psr-6"
352             ],
353             "time": "2016-08-06 20:24:11"
354         },
355         {
356             "name": "psr/log",
357             "version": "1.0.2",
358             "source": {
359                 "type": "git",
360                 "url": "https://github.com/php-fig/log.git",
361                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
362             },
363             "dist": {
364                 "type": "zip",
365                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
366                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
367                 "shasum": ""
368             },
369             "require": {
370                 "php": ">=5.3.0"
371             },
372             "type": "library",
373             "extra": {
374                 "branch-alias": {
375                     "dev-master": "1.0.x-dev"
376                 }
377             },
378             "autoload": {
379                 "psr-4": {
380                     "Psr\\Log\\": "Psr/Log/"
381                 }
382             },
383             "notification-url": "https://packagist.org/downloads/",
384             "license": [
385                 "MIT"
386             ],
387             "authors": [
388                 {
389                     "name": "PHP-FIG",
390                     "homepage": "http://www.php-fig.org/"
391                 }
392             ],
393             "description": "Common interface for logging libraries",
394             "homepage": "https://github.com/php-fig/log",
395             "keywords": [
396                 "log",
397                 "psr",
398                 "psr-3"
399             ],
400             "time": "2016-10-10 12:19:37"
401         },
402         {
403             "name": "psr/simple-cache",
404             "version": "1.0.0",
405             "source": {
406                 "type": "git",
407                 "url": "https://github.com/php-fig/simple-cache.git",
408                 "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
409             },
410             "dist": {
411                 "type": "zip",
412                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
413                 "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
414                 "shasum": ""
415             },
416             "require": {
417                 "php": ">=5.3.0"
418             },
419             "type": "library",
420             "extra": {
421                 "branch-alias": {
422                     "dev-master": "1.0.x-dev"
423                 }
424             },
425             "autoload": {
426                 "psr-4": {
427                     "Psr\\SimpleCache\\": "src/"
428                 }
429             },
430             "notification-url": "https://packagist.org/downloads/",
431             "license": [
432                 "MIT"
433             ],
434             "authors": [
435                 {
436                     "name": "PHP-FIG",
437                     "homepage": "http://www.php-fig.org/"
438                 }
439             ],
440             "description": "Common interfaces for simple caching",
441             "keywords": [
442                 "cache",
443                 "caching",
444                 "psr",
445                 "psr-16",
446                 "simple-cache"
447             ],
448             "time": "2017-01-02 13:31:39"
449         },
450         {
451             "name": "symfony/cache",
452             "version": "v3.3.6",
453             "source": {
454                 "type": "git",
455                 "url": "https://github.com/symfony/cache.git",
456                 "reference": "cf1ad9191c3d2176c81e7fcc6ea32603186ceddc"
457             },
458             "dist": {
459                 "type": "zip",
460                 "url": "https://api.github.com/repos/symfony/cache/zipball/cf1ad9191c3d2176c81e7fcc6ea32603186ceddc",
461                 "reference": "cf1ad9191c3d2176c81e7fcc6ea32603186ceddc",
462                 "shasum": ""
463             },
464             "require": {
465                 "php": ">=5.5.9",
466                 "psr/cache": "~1.0",
467                 "psr/log": "~1.0",
468                 "psr/simple-cache": "^1.0"
469             },
470             "conflict": {
471                 "symfony/var-dumper": "<3.3"
472             },
473             "provide": {
474                 "psr/cache-implementation": "1.0",
475                 "psr/simple-cache-implementation": "1.0"
476             },
477             "require-dev": {
478                 "cache/integration-tests": "dev-master",
479                 "doctrine/cache": "~1.6",
480                 "doctrine/dbal": "~2.4",
481                 "predis/predis": "~1.0"
482             },
483             "suggest": {
484                 "symfony/polyfill-apcu": "For using ApcuAdapter on HHVM"
485             },
486             "type": "library",
487             "extra": {
488                 "branch-alias": {
489                     "dev-master": "3.3-dev"
490                 }
491             },
492             "autoload": {
493                 "psr-4": {
494                     "Symfony\\Component\\Cache\\": ""
495                 },
496                 "exclude-from-classmap": [
497                     "/Tests/"
498                 ]
499             },
500             "notification-url": "https://packagist.org/downloads/",
501             "license": [
502                 "MIT"
503             ],
504             "authors": [
505                 {
506                     "name": "Nicolas Grekas",
507                     "email": "p@tchwork.com"
508                 },
509                 {
510                     "name": "Symfony Community",
511                     "homepage": "https://symfony.com/contributors"
512                 }
513             ],
514             "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
515             "homepage": "https://symfony.com",
516             "keywords": [
517                 "caching",
518                 "psr6"
519             ],
520             "time": "2017-07-23 08:41:58"
521         },
522         {
523             "name": "symfony/expression-language",
524             "version": "v3.3.6",
525             "source": {
526                 "type": "git",
527                 "url": "https://github.com/symfony/expression-language.git",
528                 "reference": "48abe52c5b80babe29e956d900b7ab06faf50eef"
529             },
530             "dist": {
531                 "type": "zip",
532                 "url": "https://api.github.com/repos/symfony/expression-language/zipball/48abe52c5b80babe29e956d900b7ab06faf50eef",
533                 "reference": "48abe52c5b80babe29e956d900b7ab06faf50eef",
534                 "shasum": ""
535             },
536             "require": {
537                 "php": ">=5.5.9",
538                 "symfony/cache": "~3.1"
539             },
540             "type": "library",
541             "extra": {
542                 "branch-alias": {
543                     "dev-master": "3.3-dev"
544                 }
545             },
546             "autoload": {
547                 "psr-4": {
548                     "Symfony\\Component\\ExpressionLanguage\\": ""
549                 },
550                 "exclude-from-classmap": [
551                     "/Tests/"
552                 ]
553             },
554             "notification-url": "https://packagist.org/downloads/",
555             "license": [
556                 "MIT"
557             ],
558             "authors": [
559                 {
560                     "name": "Fabien Potencier",
561                     "email": "fabien@symfony.com"
562                 },
563                 {
564                     "name": "Symfony Community",
565                     "homepage": "https://symfony.com/contributors"
566                 }
567             ],
568             "description": "Symfony ExpressionLanguage Component",
569             "homepage": "https://symfony.com",
570             "time": "2017-05-01 15:01:29"
571         },
572         {
573             "name": "tecnickcom/tcpdf",
574             "version": "6.2.13",
575             "source": {
576                 "type": "git",
577                 "url": "https://github.com/tecnickcom/TCPDF.git",
578                 "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64"
579             },
580             "dist": {
581                 "type": "zip",
582                 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/95c5938aafe4b20df1454dbddb3e5005c0b26f64",
583                 "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64",
584                 "shasum": ""
585             },
586             "require": {
587                 "php": ">=5.3.0"
588             },
589             "type": "library",
590             "autoload": {
591                 "classmap": [
592                     "config",
593                     "include",
594                     "tcpdf.php",
595                     "tcpdf_parser.php",
596                     "tcpdf_import.php",
597                     "tcpdf_barcodes_1d.php",
598                     "tcpdf_barcodes_2d.php",
599                     "include/tcpdf_colors.php",
600                     "include/tcpdf_filters.php",
601                     "include/tcpdf_font_data.php",
602                     "include/tcpdf_fonts.php",
603                     "include/tcpdf_images.php",
604                     "include/tcpdf_static.php",
605                     "include/barcodes/datamatrix.php",
606                     "include/barcodes/pdf417.php",
607                     "include/barcodes/qrcode.php"
608                 ]
609             },
610             "notification-url": "https://packagist.org/downloads/",
611             "license": [
612                 "LGPLv3"
613             ],
614             "authors": [
615                 {
616                     "name": "Nicola Asuni",
617                     "email": "info@tecnick.com",
618                     "homepage": "http://nicolaasuni.tecnick.com"
619                 }
620             ],
621             "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
622             "homepage": "http://www.tcpdf.org/",
623             "keywords": [
624                 "PDFD32000-2008",
625                 "TCPDF",
626                 "barcodes",
627                 "datamatrix",
628                 "pdf",
629                 "pdf417",
630                 "qrcode"
631             ],
632             "time": "2017-04-26 08:14:48"
633         }
634     ],
635     "packages-dev": [
636         {
637             "name": "codacy/coverage",
638             "version": "dev-master",
639             "source": {
640                 "type": "git",
641                 "url": "https://github.com/codacy/php-codacy-coverage.git",
642                 "reference": "d46740b6b884bea92157f5434f59c4e751d6db5f"
643             },
644             "dist": {
645                 "type": "zip",
646                 "url": "https://api.github.com/repos/codacy/php-codacy-coverage/zipball/d46740b6b884bea92157f5434f59c4e751d6db5f",
647                 "reference": "d46740b6b884bea92157f5434f59c4e751d6db5f",
648                 "shasum": ""
649             },
650             "require": {
651                 "gitonomy/gitlib": ">=1.0",
652                 "php": ">=5.3.3",
653                 "symfony/console": "~2.5|~3.0"
654             },
655             "require-dev": {
656                 "phpunit/phpunit": "~4.5"
657             },
658             "bin": [
659                 "bin/codacycoverage"
660             ],
661             "type": "library",
662             "autoload": {
663                 "classmap": [
664                     "src/"
665                 ]
666             },
667             "notification-url": "https://packagist.org/downloads/",
668             "license": [
669                 "MIT"
670             ],
671             "authors": [
672                 {
673                     "name": "Jakob Pupke",
674                     "email": "jakob.pupke@gmail.com"
675                 }
676             ],
677             "description": "Sends PHP test coverage information to Codacy.",
678             "homepage": "https://github.com/codacy/php-codacy-coverage",
679             "time": "2017-08-09 14:23:33"
680         },
681         {
682             "name": "doctrine/instantiator",
683             "version": "1.0.5",
684             "source": {
685                 "type": "git",
686                 "url": "https://github.com/doctrine/instantiator.git",
687                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
688             },
689             "dist": {
690                 "type": "zip",
691                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
692                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
693                 "shasum": ""
694             },
695             "require": {
696                 "php": ">=5.3,<8.0-DEV"
697             },
698             "require-dev": {
699                 "athletic/athletic": "~0.1.8",
700                 "ext-pdo": "*",
701                 "ext-phar": "*",
702                 "phpunit/phpunit": "~4.0",
703                 "squizlabs/php_codesniffer": "~2.0"
704             },
705             "type": "library",
706             "extra": {
707                 "branch-alias": {
708                     "dev-master": "1.0.x-dev"
709                 }
710             },
711             "autoload": {
712                 "psr-4": {
713                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
714                 }
715             },
716             "notification-url": "https://packagist.org/downloads/",
717             "license": [
718                 "MIT"
719             ],
720             "authors": [
721                 {
722                     "name": "Marco Pivetta",
723                     "email": "ocramius@gmail.com",
724                     "homepage": "http://ocramius.github.com/"
725                 }
726             ],
727             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
728             "homepage": "https://github.com/doctrine/instantiator",
729             "keywords": [
730                 "constructor",
731                 "instantiate"
732             ],
733             "time": "2015-06-14 21:17:01"
734         },
735         {
736             "name": "gitonomy/gitlib",
737             "version": "v1.0.2",
738             "source": {
739                 "type": "git",
740                 "url": "https://github.com/gitonomy/gitlib.git",
741                 "reference": "b4b916423a2e2da631cf3b3787beb9386a7b253c"
742             },
743             "dist": {
744                 "type": "zip",
745                 "url": "https://api.github.com/repos/gitonomy/gitlib/zipball/b4b916423a2e2da631cf3b3787beb9386a7b253c",
746                 "reference": "b4b916423a2e2da631cf3b3787beb9386a7b253c",
747                 "shasum": ""
748             },
749             "require": {
750                 "symfony/process": "^2.3|^3.0"
751             },
752             "require-dev": {
753                 "psr/log": "^1.0"
754             },
755             "suggest": {
756                 "psr/log": "Add some log"
757             },
758             "type": "library",
759             "extra": {
760                 "branch-alias": {
761                     "dev-master": "1.0-dev"
762                 }
763             },
764             "autoload": {
765                 "psr-4": {
766                     "Gitonomy\\Git\\": "src/Gitonomy/Git/"
767                 }
768             },
769             "notification-url": "https://packagist.org/downloads/",
770             "license": [
771                 "MIT"
772             ],
773             "authors": [
774                 {
775                     "name": "Alexandre Salomé",
776                     "email": "alexandre.salome@gmail.com",
777                     "homepage": "http://alexandre-salome.fr"
778                 },
779                 {
780                     "name": "Julien DIDIER",
781                     "email": "genzo.wm@gmail.com",
782                     "homepage": "http://www.jdidier.net"
783                 }
784             ],
785             "description": "Library for accessing git",
786             "homepage": "http://gitonomy.com",
787             "time": "2016-05-11 08:25:40"
788         },
789         {
790             "name": "phpdocumentor/reflection-common",
791             "version": "1.0",
792             "source": {
793                 "type": "git",
794                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
795                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
796             },
797             "dist": {
798                 "type": "zip",
799                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
800                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
801                 "shasum": ""
802             },
803             "require": {
804                 "php": ">=5.5"
805             },
806             "require-dev": {
807                 "phpunit/phpunit": "^4.6"
808             },
809             "type": "library",
810             "extra": {
811                 "branch-alias": {
812                     "dev-master": "1.0.x-dev"
813                 }
814             },
815             "autoload": {
816                 "psr-4": {
817                     "phpDocumentor\\Reflection\\": [
818                         "src"
819                     ]
820                 }
821             },
822             "notification-url": "https://packagist.org/downloads/",
823             "license": [
824                 "MIT"
825             ],
826             "authors": [
827                 {
828                     "name": "Jaap van Otterdijk",
829                     "email": "opensource@ijaap.nl"
830                 }
831             ],
832             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
833             "homepage": "http://www.phpdoc.org",
834             "keywords": [
835                 "FQSEN",
836                 "phpDocumentor",
837                 "phpdoc",
838                 "reflection",
839                 "static analysis"
840             ],
841             "time": "2015-12-27 11:43:31"
842         },
843         {
844             "name": "phpdocumentor/reflection-docblock",
845             "version": "3.2.2",
846             "source": {
847                 "type": "git",
848                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
849                 "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157"
850             },
851             "dist": {
852                 "type": "zip",
853                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/4aada1f93c72c35e22fb1383b47fee43b8f1d157",
854                 "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157",
855                 "shasum": ""
856             },
857             "require": {
858                 "php": ">=5.5",
859                 "phpdocumentor/reflection-common": "^1.0@dev",
860                 "phpdocumentor/type-resolver": "^0.3.0",
861                 "webmozart/assert": "^1.0"
862             },
863             "require-dev": {
864                 "mockery/mockery": "^0.9.4",
865                 "phpunit/phpunit": "^4.4"
866             },
867             "type": "library",
868             "autoload": {
869                 "psr-4": {
870                     "phpDocumentor\\Reflection\\": [
871                         "src/"
872                     ]
873                 }
874             },
875             "notification-url": "https://packagist.org/downloads/",
876             "license": [
877                 "MIT"
878             ],
879             "authors": [
880                 {
881                     "name": "Mike van Riel",
882                     "email": "me@mikevanriel.com"
883                 }
884             ],
885             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
886             "time": "2017-08-08 06:39:58"
887         },
888         {
889             "name": "phpdocumentor/type-resolver",
890             "version": "0.3.0",
891             "source": {
892                 "type": "git",
893                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
894                 "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773"
895             },
896             "dist": {
897                 "type": "zip",
898                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773",
899                 "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773",
900                 "shasum": ""
901             },
902             "require": {
903                 "php": "^5.5 || ^7.0",
904                 "phpdocumentor/reflection-common": "^1.0"
905             },
906             "require-dev": {
907                 "mockery/mockery": "^0.9.4",
908                 "phpunit/phpunit": "^5.2||^4.8.24"
909             },
910             "type": "library",
911             "extra": {
912                 "branch-alias": {
913                     "dev-master": "1.0.x-dev"
914                 }
915             },
916             "autoload": {
917                 "psr-4": {
918                     "phpDocumentor\\Reflection\\": [
919                         "src/"
920                     ]
921                 }
922             },
923             "notification-url": "https://packagist.org/downloads/",
924             "license": [
925                 "MIT"
926             ],
927             "authors": [
928                 {
929                     "name": "Mike van Riel",
930                     "email": "me@mikevanriel.com"
931                 }
932             ],
933             "time": "2017-06-03 08:32:36"
934         },
935         {
936             "name": "phpmyadmin/coding-standard",
937             "version": "0.2",
938             "source": {
939                 "type": "git",
940                 "url": "https://github.com/phpmyadmin/coding-standard.git",
941                 "reference": "4736e6d8e29c2d7a8e86ecea78445e4aa13a8076"
942             },
943             "dist": {
944                 "type": "zip",
945                 "url": "https://api.github.com/repos/phpmyadmin/coding-standard/zipball/4736e6d8e29c2d7a8e86ecea78445e4aa13a8076",
946                 "reference": "4736e6d8e29c2d7a8e86ecea78445e4aa13a8076",
947                 "shasum": ""
948             },
949             "require": {
950                 "squizlabs/php_codesniffer": "~2.0"
951             },
952             "type": "library",
953             "notification-url": "https://packagist.org/downloads/",
954             "license": [
955                 "MIT"
956             ],
957             "authors": [
958                 {
959                     "name": "The phpMyAdmin Team",
960                     "email": "developers@phpmyadmin.net",
961                     "homepage": "https://www.phpmyadmin.net/team/"
962                 }
963             ],
964             "description": "phpMyAdmin PHP CodeSniffer Coding Standard",
965             "keywords": [
966                 "codesniffer",
967                 "phpcs",
968                 "phpmyadmin"
969             ],
970             "time": "2016-04-19 14:41:23"
971         },
972         {
973             "name": "phpspec/prophecy",
974             "version": "v1.7.0",
975             "source": {
976                 "type": "git",
977                 "url": "https://github.com/phpspec/prophecy.git",
978                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
979             },
980             "dist": {
981                 "type": "zip",
982                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
983                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
984                 "shasum": ""
985             },
986             "require": {
987                 "doctrine/instantiator": "^1.0.2",
988                 "php": "^5.3|^7.0",
989                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
990                 "sebastian/comparator": "^1.1|^2.0",
991                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
992             },
993             "require-dev": {
994                 "phpspec/phpspec": "^2.5|^3.2",
995                 "phpunit/phpunit": "^4.8 || ^5.6.5"
996             },
997             "type": "library",
998             "extra": {
999                 "branch-alias": {
1000                     "dev-master": "1.6.x-dev"
1001                 }
1002             },
1003             "autoload": {
1004                 "psr-0": {
1005                     "Prophecy\\": "src/"
1006                 }
1007             },
1008             "notification-url": "https://packagist.org/downloads/",
1009             "license": [
1010                 "MIT"
1011             ],
1012             "authors": [
1013                 {
1014                     "name": "Konstantin Kudryashov",
1015                     "email": "ever.zet@gmail.com",
1016                     "homepage": "http://everzet.com"
1017                 },
1018                 {
1019                     "name": "Marcello Duarte",
1020                     "email": "marcello.duarte@gmail.com"
1021                 }
1022             ],
1023             "description": "Highly opinionated mocking framework for PHP 5.3+",
1024             "homepage": "https://github.com/phpspec/prophecy",
1025             "keywords": [
1026                 "Double",
1027                 "Dummy",
1028                 "fake",
1029                 "mock",
1030                 "spy",
1031                 "stub"
1032             ],
1033             "time": "2017-03-02 20:05:34"
1034         },
1035         {
1036             "name": "phpunit/php-code-coverage",
1037             "version": "2.2.4",
1038             "source": {
1039                 "type": "git",
1040                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1041                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
1042             },
1043             "dist": {
1044                 "type": "zip",
1045                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1046                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1047                 "shasum": ""
1048             },
1049             "require": {
1050                 "php": ">=5.3.3",
1051                 "phpunit/php-file-iterator": "~1.3",
1052                 "phpunit/php-text-template": "~1.2",
1053                 "phpunit/php-token-stream": "~1.3",
1054                 "sebastian/environment": "^1.3.2",
1055                 "sebastian/version": "~1.0"
1056             },
1057             "require-dev": {
1058                 "ext-xdebug": ">=2.1.4",
1059                 "phpunit/phpunit": "~4"
1060             },
1061             "suggest": {
1062                 "ext-dom": "*",
1063                 "ext-xdebug": ">=2.2.1",
1064                 "ext-xmlwriter": "*"
1065             },
1066             "type": "library",
1067             "extra": {
1068                 "branch-alias": {
1069                     "dev-master": "2.2.x-dev"
1070                 }
1071             },
1072             "autoload": {
1073                 "classmap": [
1074                     "src/"
1075                 ]
1076             },
1077             "notification-url": "https://packagist.org/downloads/",
1078             "license": [
1079                 "BSD-3-Clause"
1080             ],
1081             "authors": [
1082                 {
1083                     "name": "Sebastian Bergmann",
1084                     "email": "sb@sebastian-bergmann.de",
1085                     "role": "lead"
1086                 }
1087             ],
1088             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1089             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1090             "keywords": [
1091                 "coverage",
1092                 "testing",
1093                 "xunit"
1094             ],
1095             "time": "2015-10-06 15:47:00"
1096         },
1097         {
1098             "name": "phpunit/php-file-iterator",
1099             "version": "1.4.2",
1100             "source": {
1101                 "type": "git",
1102                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1103                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
1104             },
1105             "dist": {
1106                 "type": "zip",
1107                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1108                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1109                 "shasum": ""
1110             },
1111             "require": {
1112                 "php": ">=5.3.3"
1113             },
1114             "type": "library",
1115             "extra": {
1116                 "branch-alias": {
1117                     "dev-master": "1.4.x-dev"
1118                 }
1119             },
1120             "autoload": {
1121                 "classmap": [
1122                     "src/"
1123                 ]
1124             },
1125             "notification-url": "https://packagist.org/downloads/",
1126             "license": [
1127                 "BSD-3-Clause"
1128             ],
1129             "authors": [
1130                 {
1131                     "name": "Sebastian Bergmann",
1132                     "email": "sb@sebastian-bergmann.de",
1133                     "role": "lead"
1134                 }
1135             ],
1136             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1137             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1138             "keywords": [
1139                 "filesystem",
1140                 "iterator"
1141             ],
1142             "time": "2016-10-03 07:40:28"
1143         },
1144         {
1145             "name": "phpunit/php-text-template",
1146             "version": "1.2.1",
1147             "source": {
1148                 "type": "git",
1149                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1150                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1151             },
1152             "dist": {
1153                 "type": "zip",
1154                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1155                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1156                 "shasum": ""
1157             },
1158             "require": {
1159                 "php": ">=5.3.3"
1160             },
1161             "type": "library",
1162             "autoload": {
1163                 "classmap": [
1164                     "src/"
1165                 ]
1166             },
1167             "notification-url": "https://packagist.org/downloads/",
1168             "license": [
1169                 "BSD-3-Clause"
1170             ],
1171             "authors": [
1172                 {
1173                     "name": "Sebastian Bergmann",
1174                     "email": "sebastian@phpunit.de",
1175                     "role": "lead"
1176                 }
1177             ],
1178             "description": "Simple template engine.",
1179             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1180             "keywords": [
1181                 "template"
1182             ],
1183             "time": "2015-06-21 13:50:34"
1184         },
1185         {
1186             "name": "phpunit/php-timer",
1187             "version": "1.0.9",
1188             "source": {
1189                 "type": "git",
1190                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1191                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1192             },
1193             "dist": {
1194                 "type": "zip",
1195                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1196                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1197                 "shasum": ""
1198             },
1199             "require": {
1200                 "php": "^5.3.3 || ^7.0"
1201             },
1202             "require-dev": {
1203                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1204             },
1205             "type": "library",
1206             "extra": {
1207                 "branch-alias": {
1208                     "dev-master": "1.0-dev"
1209                 }
1210             },
1211             "autoload": {
1212                 "classmap": [
1213                     "src/"
1214                 ]
1215             },
1216             "notification-url": "https://packagist.org/downloads/",
1217             "license": [
1218                 "BSD-3-Clause"
1219             ],
1220             "authors": [
1221                 {
1222                     "name": "Sebastian Bergmann",
1223                     "email": "sb@sebastian-bergmann.de",
1224                     "role": "lead"
1225                 }
1226             ],
1227             "description": "Utility class for timing",
1228             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1229             "keywords": [
1230                 "timer"
1231             ],
1232             "time": "2017-02-26 11:10:40"
1233         },
1234         {
1235             "name": "phpunit/php-token-stream",
1236             "version": "1.4.11",
1237             "source": {
1238                 "type": "git",
1239                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1240                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
1241             },
1242             "dist": {
1243                 "type": "zip",
1244                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
1245                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
1246                 "shasum": ""
1247             },
1248             "require": {
1249                 "ext-tokenizer": "*",
1250                 "php": ">=5.3.3"
1251             },
1252             "require-dev": {
1253                 "phpunit/phpunit": "~4.2"
1254             },
1255             "type": "library",
1256             "extra": {
1257                 "branch-alias": {
1258                     "dev-master": "1.4-dev"
1259                 }
1260             },
1261             "autoload": {
1262                 "classmap": [
1263                     "src/"
1264                 ]
1265             },
1266             "notification-url": "https://packagist.org/downloads/",
1267             "license": [
1268                 "BSD-3-Clause"
1269             ],
1270             "authors": [
1271                 {
1272                     "name": "Sebastian Bergmann",
1273                     "email": "sebastian@phpunit.de"
1274                 }
1275             ],
1276             "description": "Wrapper around PHP's tokenizer extension.",
1277             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1278             "keywords": [
1279                 "tokenizer"
1280             ],
1281             "time": "2017-02-27 10:12:30"
1282         },
1283         {
1284             "name": "phpunit/phpunit",
1285             "version": "4.8.36",
1286             "source": {
1287                 "type": "git",
1288                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1289                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
1290             },
1291             "dist": {
1292                 "type": "zip",
1293                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
1294                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
1295                 "shasum": ""
1296             },
1297             "require": {
1298                 "ext-dom": "*",
1299                 "ext-json": "*",
1300                 "ext-pcre": "*",
1301                 "ext-reflection": "*",
1302                 "ext-spl": "*",
1303                 "php": ">=5.3.3",
1304                 "phpspec/prophecy": "^1.3.1",
1305                 "phpunit/php-code-coverage": "~2.1",
1306                 "phpunit/php-file-iterator": "~1.4",
1307                 "phpunit/php-text-template": "~1.2",
1308                 "phpunit/php-timer": "^1.0.6",
1309                 "phpunit/phpunit-mock-objects": "~2.3",
1310                 "sebastian/comparator": "~1.2.2",
1311                 "sebastian/diff": "~1.2",
1312                 "sebastian/environment": "~1.3",
1313                 "sebastian/exporter": "~1.2",
1314                 "sebastian/global-state": "~1.0",
1315                 "sebastian/version": "~1.0",
1316                 "symfony/yaml": "~2.1|~3.0"
1317             },
1318             "suggest": {
1319                 "phpunit/php-invoker": "~1.1"
1320             },
1321             "bin": [
1322                 "phpunit"
1323             ],
1324             "type": "library",
1325             "extra": {
1326                 "branch-alias": {
1327                     "dev-master": "4.8.x-dev"
1328                 }
1329             },
1330             "autoload": {
1331                 "classmap": [
1332                     "src/"
1333                 ]
1334             },
1335             "notification-url": "https://packagist.org/downloads/",
1336             "license": [
1337                 "BSD-3-Clause"
1338             ],
1339             "authors": [
1340                 {
1341                     "name": "Sebastian Bergmann",
1342                     "email": "sebastian@phpunit.de",
1343                     "role": "lead"
1344                 }
1345             ],
1346             "description": "The PHP Unit Testing framework.",
1347             "homepage": "https://phpunit.de/",
1348             "keywords": [
1349                 "phpunit",
1350                 "testing",
1351                 "xunit"
1352             ],
1353             "time": "2017-06-21 08:07:12"
1354         },
1355         {
1356             "name": "phpunit/phpunit-mock-objects",
1357             "version": "2.3.8",
1358             "source": {
1359                 "type": "git",
1360                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1361                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
1362             },
1363             "dist": {
1364                 "type": "zip",
1365                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1366                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1367                 "shasum": ""
1368             },
1369             "require": {
1370                 "doctrine/instantiator": "^1.0.2",
1371                 "php": ">=5.3.3",
1372                 "phpunit/php-text-template": "~1.2",
1373                 "sebastian/exporter": "~1.2"
1374             },
1375             "require-dev": {
1376                 "phpunit/phpunit": "~4.4"
1377             },
1378             "suggest": {
1379                 "ext-soap": "*"
1380             },
1381             "type": "library",
1382             "extra": {
1383                 "branch-alias": {
1384                     "dev-master": "2.3.x-dev"
1385                 }
1386             },
1387             "autoload": {
1388                 "classmap": [
1389                     "src/"
1390                 ]
1391             },
1392             "notification-url": "https://packagist.org/downloads/",
1393             "license": [
1394                 "BSD-3-Clause"
1395             ],
1396             "authors": [
1397                 {
1398                     "name": "Sebastian Bergmann",
1399                     "email": "sb@sebastian-bergmann.de",
1400                     "role": "lead"
1401                 }
1402             ],
1403             "description": "Mock Object library for PHPUnit",
1404             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1405             "keywords": [
1406                 "mock",
1407                 "xunit"
1408             ],
1409             "time": "2015-10-02 06:51:40"
1410         },
1411         {
1412             "name": "phpunit/phpunit-selenium",
1413             "version": "1.4.2",
1414             "source": {
1415                 "type": "git",
1416                 "url": "https://github.com/giorgiosironi/phpunit-selenium.git",
1417                 "reference": "c84dd7ca214563868ce216123b7ae9c792beb262"
1418             },
1419             "dist": {
1420                 "type": "zip",
1421                 "url": "https://api.github.com/repos/giorgiosironi/phpunit-selenium/zipball/c84dd7ca214563868ce216123b7ae9c792beb262",
1422                 "reference": "c84dd7ca214563868ce216123b7ae9c792beb262",
1423                 "shasum": ""
1424             },
1425             "require": {
1426                 "ext-curl": "*",
1427                 "ext-dom": "*",
1428                 "php": ">=5.3.3",
1429                 "phpunit/phpunit": "~3.7|~4.0",
1430                 "sebastian/comparator": "~1.0"
1431             },
1432             "type": "library",
1433             "autoload": {
1434                 "classmap": [
1435                     "PHPUnit/"
1436                 ]
1437             },
1438             "notification-url": "https://packagist.org/downloads/",
1439             "include-path": [
1440                 ""
1441             ],
1442             "license": [
1443                 "BSD-3-Clause"
1444             ],
1445             "authors": [
1446                 {
1447                     "name": "Sebastian Bergmann",
1448                     "email": "sb@sebastian-bergmann.de",
1449                     "role": "lead"
1450                 },
1451                 {
1452                     "name": "Giorgio Sironi",
1453                     "email": "info@giorgiosironi.com",
1454                     "role": "developer"
1455                 }
1456             ],
1457             "description": "Selenium Server integration for PHPUnit",
1458             "homepage": "http://www.phpunit.de/",
1459             "keywords": [
1460                 "selenium",
1461                 "testing",
1462                 "xunit"
1463             ],
1464             "time": "2014-11-02 09:23:27"
1465         },
1466         {
1467             "name": "sebastian/comparator",
1468             "version": "1.2.4",
1469             "source": {
1470                 "type": "git",
1471                 "url": "https://github.com/sebastianbergmann/comparator.git",
1472                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1473             },
1474             "dist": {
1475                 "type": "zip",
1476                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1477                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1478                 "shasum": ""
1479             },
1480             "require": {
1481                 "php": ">=5.3.3",
1482                 "sebastian/diff": "~1.2",
1483                 "sebastian/exporter": "~1.2 || ~2.0"
1484             },
1485             "require-dev": {
1486                 "phpunit/phpunit": "~4.4"
1487             },
1488             "type": "library",
1489             "extra": {
1490                 "branch-alias": {
1491                     "dev-master": "1.2.x-dev"
1492                 }
1493             },
1494             "autoload": {
1495                 "classmap": [
1496                     "src/"
1497                 ]
1498             },
1499             "notification-url": "https://packagist.org/downloads/",
1500             "license": [
1501                 "BSD-3-Clause"
1502             ],
1503             "authors": [
1504                 {
1505                     "name": "Jeff Welch",
1506                     "email": "whatthejeff@gmail.com"
1507                 },
1508                 {
1509                     "name": "Volker Dusch",
1510                     "email": "github@wallbash.com"
1511                 },
1512                 {
1513                     "name": "Bernhard Schussek",
1514                     "email": "bschussek@2bepublished.at"
1515                 },
1516                 {
1517                     "name": "Sebastian Bergmann",
1518                     "email": "sebastian@phpunit.de"
1519                 }
1520             ],
1521             "description": "Provides the functionality to compare PHP values for equality",
1522             "homepage": "http://www.github.com/sebastianbergmann/comparator",
1523             "keywords": [
1524                 "comparator",
1525                 "compare",
1526                 "equality"
1527             ],
1528             "time": "2017-01-29 09:50:25"
1529         },
1530         {
1531             "name": "sebastian/diff",
1532             "version": "1.4.3",
1533             "source": {
1534                 "type": "git",
1535                 "url": "https://github.com/sebastianbergmann/diff.git",
1536                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1537             },
1538             "dist": {
1539                 "type": "zip",
1540                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1541                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1542                 "shasum": ""
1543             },
1544             "require": {
1545                 "php": "^5.3.3 || ^7.0"
1546             },
1547             "require-dev": {
1548                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1549             },
1550             "type": "library",
1551             "extra": {
1552                 "branch-alias": {
1553                     "dev-master": "1.4-dev"
1554                 }
1555             },
1556             "autoload": {
1557                 "classmap": [
1558                     "src/"
1559                 ]
1560             },
1561             "notification-url": "https://packagist.org/downloads/",
1562             "license": [
1563                 "BSD-3-Clause"
1564             ],
1565             "authors": [
1566                 {
1567                     "name": "Kore Nordmann",
1568                     "email": "mail@kore-nordmann.de"
1569                 },
1570                 {
1571                     "name": "Sebastian Bergmann",
1572                     "email": "sebastian@phpunit.de"
1573                 }
1574             ],
1575             "description": "Diff implementation",
1576             "homepage": "https://github.com/sebastianbergmann/diff",
1577             "keywords": [
1578                 "diff"
1579             ],
1580             "time": "2017-05-22 07:24:03"
1581         },
1582         {
1583             "name": "sebastian/environment",
1584             "version": "1.3.8",
1585             "source": {
1586                 "type": "git",
1587                 "url": "https://github.com/sebastianbergmann/environment.git",
1588                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
1589             },
1590             "dist": {
1591                 "type": "zip",
1592                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1593                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1594                 "shasum": ""
1595             },
1596             "require": {
1597                 "php": "^5.3.3 || ^7.0"
1598             },
1599             "require-dev": {
1600                 "phpunit/phpunit": "^4.8 || ^5.0"
1601             },
1602             "type": "library",
1603             "extra": {
1604                 "branch-alias": {
1605                     "dev-master": "1.3.x-dev"
1606                 }
1607             },
1608             "autoload": {
1609                 "classmap": [
1610                     "src/"
1611                 ]
1612             },
1613             "notification-url": "https://packagist.org/downloads/",
1614             "license": [
1615                 "BSD-3-Clause"
1616             ],
1617             "authors": [
1618                 {
1619                     "name": "Sebastian Bergmann",
1620                     "email": "sebastian@phpunit.de"
1621                 }
1622             ],
1623             "description": "Provides functionality to handle HHVM/PHP environments",
1624             "homepage": "http://www.github.com/sebastianbergmann/environment",
1625             "keywords": [
1626                 "Xdebug",
1627                 "environment",
1628                 "hhvm"
1629             ],
1630             "time": "2016-08-18 05:49:44"
1631         },
1632         {
1633             "name": "sebastian/exporter",
1634             "version": "1.2.2",
1635             "source": {
1636                 "type": "git",
1637                 "url": "https://github.com/sebastianbergmann/exporter.git",
1638                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1639             },
1640             "dist": {
1641                 "type": "zip",
1642                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1643                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1644                 "shasum": ""
1645             },
1646             "require": {
1647                 "php": ">=5.3.3",
1648                 "sebastian/recursion-context": "~1.0"
1649             },
1650             "require-dev": {
1651                 "ext-mbstring": "*",
1652                 "phpunit/phpunit": "~4.4"
1653             },
1654             "type": "library",
1655             "extra": {
1656                 "branch-alias": {
1657                     "dev-master": "1.3.x-dev"
1658                 }
1659             },
1660             "autoload": {
1661                 "classmap": [
1662                     "src/"
1663                 ]
1664             },
1665             "notification-url": "https://packagist.org/downloads/",
1666             "license": [
1667                 "BSD-3-Clause"
1668             ],
1669             "authors": [
1670                 {
1671                     "name": "Jeff Welch",
1672                     "email": "whatthejeff@gmail.com"
1673                 },
1674                 {
1675                     "name": "Volker Dusch",
1676                     "email": "github@wallbash.com"
1677                 },
1678                 {
1679                     "name": "Bernhard Schussek",
1680                     "email": "bschussek@2bepublished.at"
1681                 },
1682                 {
1683                     "name": "Sebastian Bergmann",
1684                     "email": "sebastian@phpunit.de"
1685                 },
1686                 {
1687                     "name": "Adam Harvey",
1688                     "email": "aharvey@php.net"
1689                 }
1690             ],
1691             "description": "Provides the functionality to export PHP variables for visualization",
1692             "homepage": "http://www.github.com/sebastianbergmann/exporter",
1693             "keywords": [
1694                 "export",
1695                 "exporter"
1696             ],
1697             "time": "2016-06-17 09:04:28"
1698         },
1699         {
1700             "name": "sebastian/global-state",
1701             "version": "1.1.1",
1702             "source": {
1703                 "type": "git",
1704                 "url": "https://github.com/sebastianbergmann/global-state.git",
1705                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1706             },
1707             "dist": {
1708                 "type": "zip",
1709                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1710                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1711                 "shasum": ""
1712             },
1713             "require": {
1714                 "php": ">=5.3.3"
1715             },
1716             "require-dev": {
1717                 "phpunit/phpunit": "~4.2"
1718             },
1719             "suggest": {
1720                 "ext-uopz": "*"
1721             },
1722             "type": "library",
1723             "extra": {
1724                 "branch-alias": {
1725                     "dev-master": "1.0-dev"
1726                 }
1727             },
1728             "autoload": {
1729                 "classmap": [
1730                     "src/"
1731                 ]
1732             },
1733             "notification-url": "https://packagist.org/downloads/",
1734             "license": [
1735                 "BSD-3-Clause"
1736             ],
1737             "authors": [
1738                 {
1739                     "name": "Sebastian Bergmann",
1740                     "email": "sebastian@phpunit.de"
1741                 }
1742             ],
1743             "description": "Snapshotting of global state",
1744             "homepage": "http://www.github.com/sebastianbergmann/global-state",
1745             "keywords": [
1746                 "global state"
1747             ],
1748             "time": "2015-10-12 03:26:01"
1749         },
1750         {
1751             "name": "sebastian/recursion-context",
1752             "version": "1.0.5",
1753             "source": {
1754                 "type": "git",
1755                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1756                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
1757             },
1758             "dist": {
1759                 "type": "zip",
1760                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
1761                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
1762                 "shasum": ""
1763             },
1764             "require": {
1765                 "php": ">=5.3.3"
1766             },
1767             "require-dev": {
1768                 "phpunit/phpunit": "~4.4"
1769             },
1770             "type": "library",
1771             "extra": {
1772                 "branch-alias": {
1773                     "dev-master": "1.0.x-dev"
1774                 }
1775             },
1776             "autoload": {
1777                 "classmap": [
1778                     "src/"
1779                 ]
1780             },
1781             "notification-url": "https://packagist.org/downloads/",
1782             "license": [
1783                 "BSD-3-Clause"
1784             ],
1785             "authors": [
1786                 {
1787                     "name": "Jeff Welch",
1788                     "email": "whatthejeff@gmail.com"
1789                 },
1790                 {
1791                     "name": "Sebastian Bergmann",
1792                     "email": "sebastian@phpunit.de"
1793                 },
1794                 {
1795                     "name": "Adam Harvey",
1796                     "email": "aharvey@php.net"
1797                 }
1798             ],
1799             "description": "Provides functionality to recursively process PHP variables",
1800             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1801             "time": "2016-10-03 07:41:43"
1802         },
1803         {
1804             "name": "sebastian/version",
1805             "version": "1.0.6",
1806             "source": {
1807                 "type": "git",
1808                 "url": "https://github.com/sebastianbergmann/version.git",
1809                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1810             },
1811             "dist": {
1812                 "type": "zip",
1813                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1814                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1815                 "shasum": ""
1816             },
1817             "type": "library",
1818             "autoload": {
1819                 "classmap": [
1820                     "src/"
1821                 ]
1822             },
1823             "notification-url": "https://packagist.org/downloads/",
1824             "license": [
1825                 "BSD-3-Clause"
1826             ],
1827             "authors": [
1828                 {
1829                     "name": "Sebastian Bergmann",
1830                     "email": "sebastian@phpunit.de",
1831                     "role": "lead"
1832                 }
1833             ],
1834             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1835             "homepage": "https://github.com/sebastianbergmann/version",
1836             "time": "2015-06-21 13:59:46"
1837         },
1838         {
1839             "name": "squizlabs/php_codesniffer",
1840             "version": "2.9.1",
1841             "source": {
1842                 "type": "git",
1843                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1844                 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
1845             },
1846             "dist": {
1847                 "type": "zip",
1848                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
1849                 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
1850                 "shasum": ""
1851             },
1852             "require": {
1853                 "ext-simplexml": "*",
1854                 "ext-tokenizer": "*",
1855                 "ext-xmlwriter": "*",
1856                 "php": ">=5.1.2"
1857             },
1858             "require-dev": {
1859                 "phpunit/phpunit": "~4.0"
1860             },
1861             "bin": [
1862                 "scripts/phpcs",
1863                 "scripts/phpcbf"
1864             ],
1865             "type": "library",
1866             "extra": {
1867                 "branch-alias": {
1868                     "dev-master": "2.x-dev"
1869                 }
1870             },
1871             "autoload": {
1872                 "classmap": [
1873                     "CodeSniffer.php",
1874                     "CodeSniffer/CLI.php",
1875                     "CodeSniffer/Exception.php",
1876                     "CodeSniffer/File.php",
1877                     "CodeSniffer/Fixer.php",
1878                     "CodeSniffer/Report.php",
1879                     "CodeSniffer/Reporting.php",
1880                     "CodeSniffer/Sniff.php",
1881                     "CodeSniffer/Tokens.php",
1882                     "CodeSniffer/Reports/",
1883                     "CodeSniffer/Tokenizers/",
1884                     "CodeSniffer/DocGenerators/",
1885                     "CodeSniffer/Standards/AbstractPatternSniff.php",
1886                     "CodeSniffer/Standards/AbstractScopeSniff.php",
1887                     "CodeSniffer/Standards/AbstractVariableSniff.php",
1888                     "CodeSniffer/Standards/IncorrectPatternException.php",
1889                     "CodeSniffer/Standards/Generic/Sniffs/",
1890                     "CodeSniffer/Standards/MySource/Sniffs/",
1891                     "CodeSniffer/Standards/PEAR/Sniffs/",
1892                     "CodeSniffer/Standards/PSR1/Sniffs/",
1893                     "CodeSniffer/Standards/PSR2/Sniffs/",
1894                     "CodeSniffer/Standards/Squiz/Sniffs/",
1895                     "CodeSniffer/Standards/Zend/Sniffs/"
1896                 ]
1897             },
1898             "notification-url": "https://packagist.org/downloads/",
1899             "license": [
1900                 "BSD-3-Clause"
1901             ],
1902             "authors": [
1903                 {
1904                     "name": "Greg Sherwood",
1905                     "role": "lead"
1906                 }
1907             ],
1908             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1909             "homepage": "http://www.squizlabs.com/php-codesniffer",
1910             "keywords": [
1911                 "phpcs",
1912                 "standards"
1913             ],
1914             "time": "2017-05-22 02:43:20"
1915         },
1916         {
1917             "name": "symfony/console",
1918             "version": "v3.3.6",
1919             "source": {
1920                 "type": "git",
1921                 "url": "https://github.com/symfony/console.git",
1922                 "reference": "b0878233cb5c4391347e5495089c7af11b8e6201"
1923             },
1924             "dist": {
1925                 "type": "zip",
1926                 "url": "https://api.github.com/repos/symfony/console/zipball/b0878233cb5c4391347e5495089c7af11b8e6201",
1927                 "reference": "b0878233cb5c4391347e5495089c7af11b8e6201",
1928                 "shasum": ""
1929             },
1930             "require": {
1931                 "php": ">=5.5.9",
1932                 "symfony/debug": "~2.8|~3.0",
1933                 "symfony/polyfill-mbstring": "~1.0"
1934             },
1935             "conflict": {
1936                 "symfony/dependency-injection": "<3.3"
1937             },
1938             "require-dev": {
1939                 "psr/log": "~1.0",
1940                 "symfony/config": "~3.3",
1941                 "symfony/dependency-injection": "~3.3",
1942                 "symfony/event-dispatcher": "~2.8|~3.0",
1943                 "symfony/filesystem": "~2.8|~3.0",
1944                 "symfony/http-kernel": "~2.8|~3.0",
1945                 "symfony/process": "~2.8|~3.0"
1946             },
1947             "suggest": {
1948                 "psr/log": "For using the console logger",
1949                 "symfony/event-dispatcher": "",
1950                 "symfony/filesystem": "",
1951                 "symfony/process": ""
1952             },
1953             "type": "library",
1954             "extra": {
1955                 "branch-alias": {
1956                     "dev-master": "3.3-dev"
1957                 }
1958             },
1959             "autoload": {
1960                 "psr-4": {
1961                     "Symfony\\Component\\Console\\": ""
1962                 },
1963                 "exclude-from-classmap": [
1964                     "/Tests/"
1965                 ]
1966             },
1967             "notification-url": "https://packagist.org/downloads/",
1968             "license": [
1969                 "MIT"
1970             ],
1971             "authors": [
1972                 {
1973                     "name": "Fabien Potencier",
1974                     "email": "fabien@symfony.com"
1975                 },
1976                 {
1977                     "name": "Symfony Community",
1978                     "homepage": "https://symfony.com/contributors"
1979                 }
1980             ],
1981             "description": "Symfony Console Component",
1982             "homepage": "https://symfony.com",
1983             "time": "2017-07-29 21:27:59"
1984         },
1985         {
1986             "name": "symfony/debug",
1987             "version": "v3.3.6",
1988             "source": {
1989                 "type": "git",
1990                 "url": "https://github.com/symfony/debug.git",
1991                 "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13"
1992             },
1993             "dist": {
1994                 "type": "zip",
1995                 "url": "https://api.github.com/repos/symfony/debug/zipball/7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
1996                 "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
1997                 "shasum": ""
1998             },
1999             "require": {
2000                 "php": ">=5.5.9",
2001                 "psr/log": "~1.0"
2002             },
2003             "conflict": {
2004                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2005             },
2006             "require-dev": {
2007                 "symfony/http-kernel": "~2.8|~3.0"
2008             },
2009             "type": "library",
2010             "extra": {
2011                 "branch-alias": {
2012                     "dev-master": "3.3-dev"
2013                 }
2014             },
2015             "autoload": {
2016                 "psr-4": {
2017                     "Symfony\\Component\\Debug\\": ""
2018                 },
2019                 "exclude-from-classmap": [
2020                     "/Tests/"
2021                 ]
2022             },
2023             "notification-url": "https://packagist.org/downloads/",
2024             "license": [
2025                 "MIT"
2026             ],
2027             "authors": [
2028                 {
2029                     "name": "Fabien Potencier",
2030                     "email": "fabien@symfony.com"
2031                 },
2032                 {
2033                     "name": "Symfony Community",
2034                     "homepage": "https://symfony.com/contributors"
2035                 }
2036             ],
2037             "description": "Symfony Debug Component",
2038             "homepage": "https://symfony.com",
2039             "time": "2017-07-28 15:27:31"
2040         },
2041         {
2042             "name": "symfony/polyfill-mbstring",
2043             "version": "v1.5.0",
2044             "source": {
2045                 "type": "git",
2046                 "url": "https://github.com/symfony/polyfill-mbstring.git",
2047                 "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
2048             },
2049             "dist": {
2050                 "type": "zip",
2051                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
2052                 "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
2053                 "shasum": ""
2054             },
2055             "require": {
2056                 "php": ">=5.3.3"
2057             },
2058             "suggest": {
2059                 "ext-mbstring": "For best performance"
2060             },
2061             "type": "library",
2062             "extra": {
2063                 "branch-alias": {
2064                     "dev-master": "1.5-dev"
2065                 }
2066             },
2067             "autoload": {
2068                 "psr-4": {
2069                     "Symfony\\Polyfill\\Mbstring\\": ""
2070                 },
2071                 "files": [
2072                     "bootstrap.php"
2073                 ]
2074             },
2075             "notification-url": "https://packagist.org/downloads/",
2076             "license": [
2077                 "MIT"
2078             ],
2079             "authors": [
2080                 {
2081                     "name": "Nicolas Grekas",
2082                     "email": "p@tchwork.com"
2083                 },
2084                 {
2085                     "name": "Symfony Community",
2086                     "homepage": "https://symfony.com/contributors"
2087                 }
2088             ],
2089             "description": "Symfony polyfill for the Mbstring extension",
2090             "homepage": "https://symfony.com",
2091             "keywords": [
2092                 "compatibility",
2093                 "mbstring",
2094                 "polyfill",
2095                 "portable",
2096                 "shim"
2097             ],
2098             "time": "2017-06-14 15:44:48"
2099         },
2100         {
2101             "name": "symfony/process",
2102             "version": "v3.3.6",
2103             "source": {
2104                 "type": "git",
2105                 "url": "https://github.com/symfony/process.git",
2106                 "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a"
2107             },
2108             "dist": {
2109                 "type": "zip",
2110                 "url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a",
2111                 "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a",
2112                 "shasum": ""
2113             },
2114             "require": {
2115                 "php": ">=5.5.9"
2116             },
2117             "type": "library",
2118             "extra": {
2119                 "branch-alias": {
2120                     "dev-master": "3.3-dev"
2121                 }
2122             },
2123             "autoload": {
2124                 "psr-4": {
2125                     "Symfony\\Component\\Process\\": ""
2126                 },
2127                 "exclude-from-classmap": [
2128                     "/Tests/"
2129                 ]
2130             },
2131             "notification-url": "https://packagist.org/downloads/",
2132             "license": [
2133                 "MIT"
2134             ],
2135             "authors": [
2136                 {
2137                     "name": "Fabien Potencier",
2138                     "email": "fabien@symfony.com"
2139                 },
2140                 {
2141                     "name": "Symfony Community",
2142                     "homepage": "https://symfony.com/contributors"
2143                 }
2144             ],
2145             "description": "Symfony Process Component",
2146             "homepage": "https://symfony.com",
2147             "time": "2017-07-13 13:05:09"
2148         },
2149         {
2150             "name": "symfony/yaml",
2151             "version": "v3.3.6",
2152             "source": {
2153                 "type": "git",
2154                 "url": "https://github.com/symfony/yaml.git",
2155                 "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed"
2156             },
2157             "dist": {
2158                 "type": "zip",
2159                 "url": "https://api.github.com/repos/symfony/yaml/zipball/ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
2160                 "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
2161                 "shasum": ""
2162             },
2163             "require": {
2164                 "php": ">=5.5.9"
2165             },
2166             "require-dev": {
2167                 "symfony/console": "~2.8|~3.0"
2168             },
2169             "suggest": {
2170                 "symfony/console": "For validating YAML files using the lint command"
2171             },
2172             "type": "library",
2173             "extra": {
2174                 "branch-alias": {
2175                     "dev-master": "3.3-dev"
2176                 }
2177             },
2178             "autoload": {
2179                 "psr-4": {
2180                     "Symfony\\Component\\Yaml\\": ""
2181                 },
2182                 "exclude-from-classmap": [
2183                     "/Tests/"
2184                 ]
2185             },
2186             "notification-url": "https://packagist.org/downloads/",
2187             "license": [
2188                 "MIT"
2189             ],
2190             "authors": [
2191                 {
2192                     "name": "Fabien Potencier",
2193                     "email": "fabien@symfony.com"
2194                 },
2195                 {
2196                     "name": "Symfony Community",
2197                     "homepage": "https://symfony.com/contributors"
2198                 }
2199             ],
2200             "description": "Symfony Yaml Component",
2201             "homepage": "https://symfony.com",
2202             "time": "2017-07-23 12:43:26"
2203         },
2204         {
2205             "name": "webmozart/assert",
2206             "version": "1.2.0",
2207             "source": {
2208                 "type": "git",
2209                 "url": "https://github.com/webmozart/assert.git",
2210                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
2211             },
2212             "dist": {
2213                 "type": "zip",
2214                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
2215                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
2216                 "shasum": ""
2217             },
2218             "require": {
2219                 "php": "^5.3.3 || ^7.0"
2220             },
2221             "require-dev": {
2222                 "phpunit/phpunit": "^4.6",
2223                 "sebastian/version": "^1.0.1"
2224             },
2225             "type": "library",
2226             "extra": {
2227                 "branch-alias": {
2228                     "dev-master": "1.3-dev"
2229                 }
2230             },
2231             "autoload": {
2232                 "psr-4": {
2233                     "Webmozart\\Assert\\": "src/"
2234                 }
2235             },
2236             "notification-url": "https://packagist.org/downloads/",
2237             "license": [
2238                 "MIT"
2239             ],
2240             "authors": [
2241                 {
2242                     "name": "Bernhard Schussek",
2243                     "email": "bschussek@gmail.com"
2244                 }
2245             ],
2246             "description": "Assertions to validate method input/output with nice error messages.",
2247             "keywords": [
2248                 "assert",
2249                 "check",
2250                 "validate"
2251             ],
2252             "time": "2016-11-23 20:04:58"
2253         }
2254     ],
2255     "aliases": [],
2256     "minimum-stability": "stable",
2257     "stability-flags": {
2258         "codacy/coverage": 20
2259     },
2260     "prefer-stable": false,
2261     "prefer-lowest": false,
2262     "platform": {
2263         "php": ">=5.5.0",
2264         "ext-mbstring": "*",
2265         "ext-mysqli": "*",
2266         "ext-xml": "*",
2267         "ext-pcre": "*",
2268         "ext-json": "*"
2269     },
2270     "platform-dev": []