Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
[phpmyadmin.git] / composer.lock
blob0358d7a52c214c817ca72d3443eaa0e17154e791
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": "a4b4de64e919bca5571e729751b4a58b",
8     "content-hash": "96b5f978d17e459021559b9733adf6c0",
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.2",
58             "source": {
59                 "type": "git",
60                 "url": "https://github.com/phpmyadmin/motranslator.git",
61                 "reference": "c8f913c75f8b52310d11f291c9748819763f6c02"
62             },
63             "dist": {
64                 "type": "zip",
65                 "url": "https://api.github.com/repos/phpmyadmin/motranslator/zipball/c8f913c75f8b52310d11f291c9748819763f6c02",
66                 "reference": "c8f913c75f8b52310d11f291c9748819763f6c02",
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-05-23 07:30:40"
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.5",
161             "source": {
162                 "type": "git",
163                 "url": "https://github.com/phpmyadmin/sql-parser.git",
164                 "reference": "2ccd17dc14b1e57376e58aebcd46831dc7c25de5"
165             },
166             "dist": {
167                 "type": "zip",
168                 "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/2ccd17dc14b1e57376e58aebcd46831dc7c25de5",
169                 "reference": "2ccd17dc14b1e57376e58aebcd46831dc7c25de5",
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-05-15 08:28:56"
216         },
217         {
218             "name": "phpseclib/phpseclib",
219             "version": "2.0.5",
220             "source": {
221                 "type": "git",
222                 "url": "https://github.com/phpseclib/phpseclib.git",
223                 "reference": "f8dd0e18d2328c447dd4190fecd11ef52680d968"
224             },
225             "dist": {
226                 "type": "zip",
227                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f8dd0e18d2328c447dd4190fecd11ef52680d968",
228                 "reference": "f8dd0e18d2328c447dd4190fecd11ef52680d968",
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-05-08 05:58:35"
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": "symfony/cache",
404             "version": "v3.2.8",
405             "source": {
406                 "type": "git",
407                 "url": "https://github.com/symfony/cache.git",
408                 "reference": "ce81ce67baa387c556d03f389fb3c9efc11286aa"
409             },
410             "dist": {
411                 "type": "zip",
412                 "url": "https://api.github.com/repos/symfony/cache/zipball/ce81ce67baa387c556d03f389fb3c9efc11286aa",
413                 "reference": "ce81ce67baa387c556d03f389fb3c9efc11286aa",
414                 "shasum": ""
415             },
416             "require": {
417                 "php": ">=5.5.9",
418                 "psr/cache": "~1.0",
419                 "psr/log": "~1.0"
420             },
421             "provide": {
422                 "psr/cache-implementation": "1.0"
423             },
424             "require-dev": {
425                 "cache/integration-tests": "dev-master",
426                 "doctrine/cache": "~1.6",
427                 "doctrine/dbal": "~2.4",
428                 "predis/predis": "~1.0"
429             },
430             "suggest": {
431                 "symfony/polyfill-apcu": "For using ApcuAdapter on HHVM"
432             },
433             "type": "library",
434             "extra": {
435                 "branch-alias": {
436                     "dev-master": "3.2-dev"
437                 }
438             },
439             "autoload": {
440                 "psr-4": {
441                     "Symfony\\Component\\Cache\\": ""
442                 },
443                 "exclude-from-classmap": [
444                     "/Tests/"
445                 ]
446             },
447             "notification-url": "https://packagist.org/downloads/",
448             "license": [
449                 "MIT"
450             ],
451             "authors": [
452                 {
453                     "name": "Nicolas Grekas",
454                     "email": "p@tchwork.com"
455                 },
456                 {
457                     "name": "Symfony Community",
458                     "homepage": "https://symfony.com/contributors"
459                 }
460             ],
461             "description": "Symfony implementation of PSR-6",
462             "homepage": "https://symfony.com",
463             "keywords": [
464                 "caching",
465                 "psr6"
466             ],
467             "time": "2017-04-12 14:14:23"
468         },
469         {
470             "name": "symfony/expression-language",
471             "version": "v3.2.8",
472             "source": {
473                 "type": "git",
474                 "url": "https://github.com/symfony/expression-language.git",
475                 "reference": "b43eea00de866786cc2fec2b86c7f6d22c6e47d8"
476             },
477             "dist": {
478                 "type": "zip",
479                 "url": "https://api.github.com/repos/symfony/expression-language/zipball/b43eea00de866786cc2fec2b86c7f6d22c6e47d8",
480                 "reference": "b43eea00de866786cc2fec2b86c7f6d22c6e47d8",
481                 "shasum": ""
482             },
483             "require": {
484                 "php": ">=5.5.9",
485                 "symfony/cache": "~3.1"
486             },
487             "type": "library",
488             "extra": {
489                 "branch-alias": {
490                     "dev-master": "3.2-dev"
491                 }
492             },
493             "autoload": {
494                 "psr-4": {
495                     "Symfony\\Component\\ExpressionLanguage\\": ""
496                 },
497                 "exclude-from-classmap": [
498                     "/Tests/"
499                 ]
500             },
501             "notification-url": "https://packagist.org/downloads/",
502             "license": [
503                 "MIT"
504             ],
505             "authors": [
506                 {
507                     "name": "Fabien Potencier",
508                     "email": "fabien@symfony.com"
509                 },
510                 {
511                     "name": "Symfony Community",
512                     "homepage": "https://symfony.com/contributors"
513                 }
514             ],
515             "description": "Symfony ExpressionLanguage Component",
516             "homepage": "https://symfony.com",
517             "time": "2017-05-01 14:55:58"
518         },
519         {
520             "name": "tecnickcom/tcpdf",
521             "version": "6.2.12",
522             "source": {
523                 "type": "git",
524                 "url": "https://github.com/tecnickcom/TCPDF.git",
525                 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
526             },
527             "dist": {
528                 "type": "zip",
529                 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
530                 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
531                 "shasum": ""
532             },
533             "require": {
534                 "php": ">=5.3.0"
535             },
536             "type": "library",
537             "autoload": {
538                 "classmap": [
539                     "fonts",
540                     "config",
541                     "include",
542                     "tcpdf.php",
543                     "tcpdf_parser.php",
544                     "tcpdf_import.php",
545                     "tcpdf_barcodes_1d.php",
546                     "tcpdf_barcodes_2d.php",
547                     "include/tcpdf_colors.php",
548                     "include/tcpdf_filters.php",
549                     "include/tcpdf_font_data.php",
550                     "include/tcpdf_fonts.php",
551                     "include/tcpdf_images.php",
552                     "include/tcpdf_static.php",
553                     "include/barcodes/datamatrix.php",
554                     "include/barcodes/pdf417.php",
555                     "include/barcodes/qrcode.php"
556                 ]
557             },
558             "notification-url": "https://packagist.org/downloads/",
559             "license": [
560                 "LGPLv3"
561             ],
562             "authors": [
563                 {
564                     "name": "Nicola Asuni",
565                     "email": "info@tecnick.com",
566                     "homepage": "http://nicolaasuni.tecnick.com"
567                 }
568             ],
569             "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
570             "homepage": "http://www.tcpdf.org/",
571             "keywords": [
572                 "PDFD32000-2008",
573                 "TCPDF",
574                 "barcodes",
575                 "datamatrix",
576                 "pdf",
577                 "pdf417",
578                 "qrcode"
579             ],
580             "time": "2015-09-12 10:08:34"
581         }
582     ],
583     "packages-dev": [
584         {
585             "name": "codacy/coverage",
586             "version": "dev-master",
587             "source": {
588                 "type": "git",
589                 "url": "https://github.com/codacy/php-codacy-coverage.git",
590                 "reference": "194b83838c1c08ad7871fa471c10369f1c37717e"
591             },
592             "dist": {
593                 "type": "zip",
594                 "url": "https://api.github.com/repos/codacy/php-codacy-coverage/zipball/194b83838c1c08ad7871fa471c10369f1c37717e",
595                 "reference": "194b83838c1c08ad7871fa471c10369f1c37717e",
596                 "shasum": ""
597             },
598             "require": {
599                 "gitonomy/gitlib": ">=1.0",
600                 "php": ">=5.3.3",
601                 "symfony/console": "~2.5|~3.0"
602             },
603             "require-dev": {
604                 "phpunit/phpunit": "~4.5"
605             },
606             "bin": [
607                 "bin/codacycoverage"
608             ],
609             "type": "library",
610             "autoload": {
611                 "classmap": [
612                     "src/"
613                 ]
614             },
615             "notification-url": "https://packagist.org/downloads/",
616             "license": [
617                 "MIT"
618             ],
619             "authors": [
620                 {
621                     "name": "Jakob Pupke",
622                     "email": "jakob.pupke@gmail.com"
623                 }
624             ],
625             "description": "Sends PHP test coverage information to Codacy.",
626             "homepage": "https://github.com/codacy/php-codacy-coverage",
627             "time": "2017-04-05 13:51:33"
628         },
629         {
630             "name": "doctrine/instantiator",
631             "version": "1.0.5",
632             "source": {
633                 "type": "git",
634                 "url": "https://github.com/doctrine/instantiator.git",
635                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
636             },
637             "dist": {
638                 "type": "zip",
639                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
640                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
641                 "shasum": ""
642             },
643             "require": {
644                 "php": ">=5.3,<8.0-DEV"
645             },
646             "require-dev": {
647                 "athletic/athletic": "~0.1.8",
648                 "ext-pdo": "*",
649                 "ext-phar": "*",
650                 "phpunit/phpunit": "~4.0",
651                 "squizlabs/php_codesniffer": "~2.0"
652             },
653             "type": "library",
654             "extra": {
655                 "branch-alias": {
656                     "dev-master": "1.0.x-dev"
657                 }
658             },
659             "autoload": {
660                 "psr-4": {
661                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
662                 }
663             },
664             "notification-url": "https://packagist.org/downloads/",
665             "license": [
666                 "MIT"
667             ],
668             "authors": [
669                 {
670                     "name": "Marco Pivetta",
671                     "email": "ocramius@gmail.com",
672                     "homepage": "http://ocramius.github.com/"
673                 }
674             ],
675             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
676             "homepage": "https://github.com/doctrine/instantiator",
677             "keywords": [
678                 "constructor",
679                 "instantiate"
680             ],
681             "time": "2015-06-14 21:17:01"
682         },
683         {
684             "name": "gitonomy/gitlib",
685             "version": "v1.0.2",
686             "source": {
687                 "type": "git",
688                 "url": "https://github.com/gitonomy/gitlib.git",
689                 "reference": "b4b916423a2e2da631cf3b3787beb9386a7b253c"
690             },
691             "dist": {
692                 "type": "zip",
693                 "url": "https://api.github.com/repos/gitonomy/gitlib/zipball/b4b916423a2e2da631cf3b3787beb9386a7b253c",
694                 "reference": "b4b916423a2e2da631cf3b3787beb9386a7b253c",
695                 "shasum": ""
696             },
697             "require": {
698                 "symfony/process": "^2.3|^3.0"
699             },
700             "require-dev": {
701                 "psr/log": "^1.0"
702             },
703             "suggest": {
704                 "psr/log": "Add some log"
705             },
706             "type": "library",
707             "extra": {
708                 "branch-alias": {
709                     "dev-master": "1.0-dev"
710                 }
711             },
712             "autoload": {
713                 "psr-4": {
714                     "Gitonomy\\Git\\": "src/Gitonomy/Git/"
715                 }
716             },
717             "notification-url": "https://packagist.org/downloads/",
718             "license": [
719                 "MIT"
720             ],
721             "authors": [
722                 {
723                     "name": "Alexandre Salomé",
724                     "email": "alexandre.salome@gmail.com",
725                     "homepage": "http://alexandre-salome.fr"
726                 },
727                 {
728                     "name": "Julien DIDIER",
729                     "email": "genzo.wm@gmail.com",
730                     "homepage": "http://www.jdidier.net"
731                 }
732             ],
733             "description": "Library for accessing git",
734             "homepage": "http://gitonomy.com",
735             "time": "2016-05-11 08:25:40"
736         },
737         {
738             "name": "guzzle/guzzle",
739             "version": "v3.9.3",
740             "source": {
741                 "type": "git",
742                 "url": "https://github.com/guzzle/guzzle3.git",
743                 "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
744             },
745             "dist": {
746                 "type": "zip",
747                 "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
748                 "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
749                 "shasum": ""
750             },
751             "require": {
752                 "ext-curl": "*",
753                 "php": ">=5.3.3",
754                 "symfony/event-dispatcher": "~2.1"
755             },
756             "replace": {
757                 "guzzle/batch": "self.version",
758                 "guzzle/cache": "self.version",
759                 "guzzle/common": "self.version",
760                 "guzzle/http": "self.version",
761                 "guzzle/inflection": "self.version",
762                 "guzzle/iterator": "self.version",
763                 "guzzle/log": "self.version",
764                 "guzzle/parser": "self.version",
765                 "guzzle/plugin": "self.version",
766                 "guzzle/plugin-async": "self.version",
767                 "guzzle/plugin-backoff": "self.version",
768                 "guzzle/plugin-cache": "self.version",
769                 "guzzle/plugin-cookie": "self.version",
770                 "guzzle/plugin-curlauth": "self.version",
771                 "guzzle/plugin-error-response": "self.version",
772                 "guzzle/plugin-history": "self.version",
773                 "guzzle/plugin-log": "self.version",
774                 "guzzle/plugin-md5": "self.version",
775                 "guzzle/plugin-mock": "self.version",
776                 "guzzle/plugin-oauth": "self.version",
777                 "guzzle/service": "self.version",
778                 "guzzle/stream": "self.version"
779             },
780             "require-dev": {
781                 "doctrine/cache": "~1.3",
782                 "monolog/monolog": "~1.0",
783                 "phpunit/phpunit": "3.7.*",
784                 "psr/log": "~1.0",
785                 "symfony/class-loader": "~2.1",
786                 "zendframework/zend-cache": "2.*,<2.3",
787                 "zendframework/zend-log": "2.*,<2.3"
788             },
789             "suggest": {
790                 "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
791             },
792             "type": "library",
793             "extra": {
794                 "branch-alias": {
795                     "dev-master": "3.9-dev"
796                 }
797             },
798             "autoload": {
799                 "psr-0": {
800                     "Guzzle": "src/",
801                     "Guzzle\\Tests": "tests/"
802                 }
803             },
804             "notification-url": "https://packagist.org/downloads/",
805             "license": [
806                 "MIT"
807             ],
808             "authors": [
809                 {
810                     "name": "Michael Dowling",
811                     "email": "mtdowling@gmail.com",
812                     "homepage": "https://github.com/mtdowling"
813                 },
814                 {
815                     "name": "Guzzle Community",
816                     "homepage": "https://github.com/guzzle/guzzle/contributors"
817                 }
818             ],
819             "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
820             "homepage": "http://guzzlephp.org/",
821             "keywords": [
822                 "client",
823                 "curl",
824                 "framework",
825                 "http",
826                 "http client",
827                 "rest",
828                 "web service"
829             ],
830             "abandoned": "guzzlehttp/guzzle",
831             "time": "2015-03-18 18:23:50"
832         },
833         {
834             "name": "phpdocumentor/reflection-common",
835             "version": "1.0",
836             "source": {
837                 "type": "git",
838                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
839                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
840             },
841             "dist": {
842                 "type": "zip",
843                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
844                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
845                 "shasum": ""
846             },
847             "require": {
848                 "php": ">=5.5"
849             },
850             "require-dev": {
851                 "phpunit/phpunit": "^4.6"
852             },
853             "type": "library",
854             "extra": {
855                 "branch-alias": {
856                     "dev-master": "1.0.x-dev"
857                 }
858             },
859             "autoload": {
860                 "psr-4": {
861                     "phpDocumentor\\Reflection\\": [
862                         "src"
863                     ]
864                 }
865             },
866             "notification-url": "https://packagist.org/downloads/",
867             "license": [
868                 "MIT"
869             ],
870             "authors": [
871                 {
872                     "name": "Jaap van Otterdijk",
873                     "email": "opensource@ijaap.nl"
874                 }
875             ],
876             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
877             "homepage": "http://www.phpdoc.org",
878             "keywords": [
879                 "FQSEN",
880                 "phpDocumentor",
881                 "phpdoc",
882                 "reflection",
883                 "static analysis"
884             ],
885             "time": "2015-12-27 11:43:31"
886         },
887         {
888             "name": "phpdocumentor/reflection-docblock",
889             "version": "3.1.1",
890             "source": {
891                 "type": "git",
892                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
893                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
894             },
895             "dist": {
896                 "type": "zip",
897                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
898                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
899                 "shasum": ""
900             },
901             "require": {
902                 "php": ">=5.5",
903                 "phpdocumentor/reflection-common": "^1.0@dev",
904                 "phpdocumentor/type-resolver": "^0.2.0",
905                 "webmozart/assert": "^1.0"
906             },
907             "require-dev": {
908                 "mockery/mockery": "^0.9.4",
909                 "phpunit/phpunit": "^4.4"
910             },
911             "type": "library",
912             "autoload": {
913                 "psr-4": {
914                     "phpDocumentor\\Reflection\\": [
915                         "src/"
916                     ]
917                 }
918             },
919             "notification-url": "https://packagist.org/downloads/",
920             "license": [
921                 "MIT"
922             ],
923             "authors": [
924                 {
925                     "name": "Mike van Riel",
926                     "email": "me@mikevanriel.com"
927                 }
928             ],
929             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
930             "time": "2016-09-30 07:12:33"
931         },
932         {
933             "name": "phpdocumentor/type-resolver",
934             "version": "0.2.1",
935             "source": {
936                 "type": "git",
937                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
938                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
939             },
940             "dist": {
941                 "type": "zip",
942                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
943                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
944                 "shasum": ""
945             },
946             "require": {
947                 "php": ">=5.5",
948                 "phpdocumentor/reflection-common": "^1.0"
949             },
950             "require-dev": {
951                 "mockery/mockery": "^0.9.4",
952                 "phpunit/phpunit": "^5.2||^4.8.24"
953             },
954             "type": "library",
955             "extra": {
956                 "branch-alias": {
957                     "dev-master": "1.0.x-dev"
958                 }
959             },
960             "autoload": {
961                 "psr-4": {
962                     "phpDocumentor\\Reflection\\": [
963                         "src/"
964                     ]
965                 }
966             },
967             "notification-url": "https://packagist.org/downloads/",
968             "license": [
969                 "MIT"
970             ],
971             "authors": [
972                 {
973                     "name": "Mike van Riel",
974                     "email": "me@mikevanriel.com"
975                 }
976             ],
977             "time": "2016-11-25 06:54:22"
978         },
979         {
980             "name": "phpmyadmin/coding-standard",
981             "version": "0.2",
982             "source": {
983                 "type": "git",
984                 "url": "https://github.com/phpmyadmin/coding-standard.git",
985                 "reference": "4736e6d8e29c2d7a8e86ecea78445e4aa13a8076"
986             },
987             "dist": {
988                 "type": "zip",
989                 "url": "https://api.github.com/repos/phpmyadmin/coding-standard/zipball/4736e6d8e29c2d7a8e86ecea78445e4aa13a8076",
990                 "reference": "4736e6d8e29c2d7a8e86ecea78445e4aa13a8076",
991                 "shasum": ""
992             },
993             "require": {
994                 "squizlabs/php_codesniffer": "~2.0"
995             },
996             "type": "library",
997             "notification-url": "https://packagist.org/downloads/",
998             "license": [
999                 "MIT"
1000             ],
1001             "authors": [
1002                 {
1003                     "name": "The phpMyAdmin Team",
1004                     "email": "developers@phpmyadmin.net",
1005                     "homepage": "https://www.phpmyadmin.net/team/"
1006                 }
1007             ],
1008             "description": "phpMyAdmin PHP CodeSniffer Coding Standard",
1009             "keywords": [
1010                 "codesniffer",
1011                 "phpcs",
1012                 "phpmyadmin"
1013             ],
1014             "time": "2016-04-19 14:41:23"
1015         },
1016         {
1017             "name": "phpspec/prophecy",
1018             "version": "v1.7.0",
1019             "source": {
1020                 "type": "git",
1021                 "url": "https://github.com/phpspec/prophecy.git",
1022                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
1023             },
1024             "dist": {
1025                 "type": "zip",
1026                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
1027                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
1028                 "shasum": ""
1029             },
1030             "require": {
1031                 "doctrine/instantiator": "^1.0.2",
1032                 "php": "^5.3|^7.0",
1033                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
1034                 "sebastian/comparator": "^1.1|^2.0",
1035                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1036             },
1037             "require-dev": {
1038                 "phpspec/phpspec": "^2.5|^3.2",
1039                 "phpunit/phpunit": "^4.8 || ^5.6.5"
1040             },
1041             "type": "library",
1042             "extra": {
1043                 "branch-alias": {
1044                     "dev-master": "1.6.x-dev"
1045                 }
1046             },
1047             "autoload": {
1048                 "psr-0": {
1049                     "Prophecy\\": "src/"
1050                 }
1051             },
1052             "notification-url": "https://packagist.org/downloads/",
1053             "license": [
1054                 "MIT"
1055             ],
1056             "authors": [
1057                 {
1058                     "name": "Konstantin Kudryashov",
1059                     "email": "ever.zet@gmail.com",
1060                     "homepage": "http://everzet.com"
1061                 },
1062                 {
1063                     "name": "Marcello Duarte",
1064                     "email": "marcello.duarte@gmail.com"
1065                 }
1066             ],
1067             "description": "Highly opinionated mocking framework for PHP 5.3+",
1068             "homepage": "https://github.com/phpspec/prophecy",
1069             "keywords": [
1070                 "Double",
1071                 "Dummy",
1072                 "fake",
1073                 "mock",
1074                 "spy",
1075                 "stub"
1076             ],
1077             "time": "2017-03-02 20:05:34"
1078         },
1079         {
1080             "name": "phpunit/php-code-coverage",
1081             "version": "2.2.4",
1082             "source": {
1083                 "type": "git",
1084                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1085                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
1086             },
1087             "dist": {
1088                 "type": "zip",
1089                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1090                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1091                 "shasum": ""
1092             },
1093             "require": {
1094                 "php": ">=5.3.3",
1095                 "phpunit/php-file-iterator": "~1.3",
1096                 "phpunit/php-text-template": "~1.2",
1097                 "phpunit/php-token-stream": "~1.3",
1098                 "sebastian/environment": "^1.3.2",
1099                 "sebastian/version": "~1.0"
1100             },
1101             "require-dev": {
1102                 "ext-xdebug": ">=2.1.4",
1103                 "phpunit/phpunit": "~4"
1104             },
1105             "suggest": {
1106                 "ext-dom": "*",
1107                 "ext-xdebug": ">=2.2.1",
1108                 "ext-xmlwriter": "*"
1109             },
1110             "type": "library",
1111             "extra": {
1112                 "branch-alias": {
1113                     "dev-master": "2.2.x-dev"
1114                 }
1115             },
1116             "autoload": {
1117                 "classmap": [
1118                     "src/"
1119                 ]
1120             },
1121             "notification-url": "https://packagist.org/downloads/",
1122             "license": [
1123                 "BSD-3-Clause"
1124             ],
1125             "authors": [
1126                 {
1127                     "name": "Sebastian Bergmann",
1128                     "email": "sb@sebastian-bergmann.de",
1129                     "role": "lead"
1130                 }
1131             ],
1132             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1133             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1134             "keywords": [
1135                 "coverage",
1136                 "testing",
1137                 "xunit"
1138             ],
1139             "time": "2015-10-06 15:47:00"
1140         },
1141         {
1142             "name": "phpunit/php-file-iterator",
1143             "version": "1.4.2",
1144             "source": {
1145                 "type": "git",
1146                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1147                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
1148             },
1149             "dist": {
1150                 "type": "zip",
1151                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1152                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1153                 "shasum": ""
1154             },
1155             "require": {
1156                 "php": ">=5.3.3"
1157             },
1158             "type": "library",
1159             "extra": {
1160                 "branch-alias": {
1161                     "dev-master": "1.4.x-dev"
1162                 }
1163             },
1164             "autoload": {
1165                 "classmap": [
1166                     "src/"
1167                 ]
1168             },
1169             "notification-url": "https://packagist.org/downloads/",
1170             "license": [
1171                 "BSD-3-Clause"
1172             ],
1173             "authors": [
1174                 {
1175                     "name": "Sebastian Bergmann",
1176                     "email": "sb@sebastian-bergmann.de",
1177                     "role": "lead"
1178                 }
1179             ],
1180             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1181             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1182             "keywords": [
1183                 "filesystem",
1184                 "iterator"
1185             ],
1186             "time": "2016-10-03 07:40:28"
1187         },
1188         {
1189             "name": "phpunit/php-text-template",
1190             "version": "1.2.1",
1191             "source": {
1192                 "type": "git",
1193                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1194                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1195             },
1196             "dist": {
1197                 "type": "zip",
1198                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1199                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1200                 "shasum": ""
1201             },
1202             "require": {
1203                 "php": ">=5.3.3"
1204             },
1205             "type": "library",
1206             "autoload": {
1207                 "classmap": [
1208                     "src/"
1209                 ]
1210             },
1211             "notification-url": "https://packagist.org/downloads/",
1212             "license": [
1213                 "BSD-3-Clause"
1214             ],
1215             "authors": [
1216                 {
1217                     "name": "Sebastian Bergmann",
1218                     "email": "sebastian@phpunit.de",
1219                     "role": "lead"
1220                 }
1221             ],
1222             "description": "Simple template engine.",
1223             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1224             "keywords": [
1225                 "template"
1226             ],
1227             "time": "2015-06-21 13:50:34"
1228         },
1229         {
1230             "name": "phpunit/php-timer",
1231             "version": "1.0.9",
1232             "source": {
1233                 "type": "git",
1234                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1235                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1236             },
1237             "dist": {
1238                 "type": "zip",
1239                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1240                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1241                 "shasum": ""
1242             },
1243             "require": {
1244                 "php": "^5.3.3 || ^7.0"
1245             },
1246             "require-dev": {
1247                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1248             },
1249             "type": "library",
1250             "extra": {
1251                 "branch-alias": {
1252                     "dev-master": "1.0-dev"
1253                 }
1254             },
1255             "autoload": {
1256                 "classmap": [
1257                     "src/"
1258                 ]
1259             },
1260             "notification-url": "https://packagist.org/downloads/",
1261             "license": [
1262                 "BSD-3-Clause"
1263             ],
1264             "authors": [
1265                 {
1266                     "name": "Sebastian Bergmann",
1267                     "email": "sb@sebastian-bergmann.de",
1268                     "role": "lead"
1269                 }
1270             ],
1271             "description": "Utility class for timing",
1272             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1273             "keywords": [
1274                 "timer"
1275             ],
1276             "time": "2017-02-26 11:10:40"
1277         },
1278         {
1279             "name": "phpunit/php-token-stream",
1280             "version": "1.4.11",
1281             "source": {
1282                 "type": "git",
1283                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1284                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
1285             },
1286             "dist": {
1287                 "type": "zip",
1288                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
1289                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
1290                 "shasum": ""
1291             },
1292             "require": {
1293                 "ext-tokenizer": "*",
1294                 "php": ">=5.3.3"
1295             },
1296             "require-dev": {
1297                 "phpunit/phpunit": "~4.2"
1298             },
1299             "type": "library",
1300             "extra": {
1301                 "branch-alias": {
1302                     "dev-master": "1.4-dev"
1303                 }
1304             },
1305             "autoload": {
1306                 "classmap": [
1307                     "src/"
1308                 ]
1309             },
1310             "notification-url": "https://packagist.org/downloads/",
1311             "license": [
1312                 "BSD-3-Clause"
1313             ],
1314             "authors": [
1315                 {
1316                     "name": "Sebastian Bergmann",
1317                     "email": "sebastian@phpunit.de"
1318                 }
1319             ],
1320             "description": "Wrapper around PHP's tokenizer extension.",
1321             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1322             "keywords": [
1323                 "tokenizer"
1324             ],
1325             "time": "2017-02-27 10:12:30"
1326         },
1327         {
1328             "name": "phpunit/phpunit",
1329             "version": "4.8.35",
1330             "source": {
1331                 "type": "git",
1332                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1333                 "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
1334             },
1335             "dist": {
1336                 "type": "zip",
1337                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
1338                 "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
1339                 "shasum": ""
1340             },
1341             "require": {
1342                 "ext-dom": "*",
1343                 "ext-json": "*",
1344                 "ext-pcre": "*",
1345                 "ext-reflection": "*",
1346                 "ext-spl": "*",
1347                 "php": ">=5.3.3",
1348                 "phpspec/prophecy": "^1.3.1",
1349                 "phpunit/php-code-coverage": "~2.1",
1350                 "phpunit/php-file-iterator": "~1.4",
1351                 "phpunit/php-text-template": "~1.2",
1352                 "phpunit/php-timer": "^1.0.6",
1353                 "phpunit/phpunit-mock-objects": "~2.3",
1354                 "sebastian/comparator": "~1.2.2",
1355                 "sebastian/diff": "~1.2",
1356                 "sebastian/environment": "~1.3",
1357                 "sebastian/exporter": "~1.2",
1358                 "sebastian/global-state": "~1.0",
1359                 "sebastian/version": "~1.0",
1360                 "symfony/yaml": "~2.1|~3.0"
1361             },
1362             "suggest": {
1363                 "phpunit/php-invoker": "~1.1"
1364             },
1365             "bin": [
1366                 "phpunit"
1367             ],
1368             "type": "library",
1369             "extra": {
1370                 "branch-alias": {
1371                     "dev-master": "4.8.x-dev"
1372                 }
1373             },
1374             "autoload": {
1375                 "classmap": [
1376                     "src/"
1377                 ]
1378             },
1379             "notification-url": "https://packagist.org/downloads/",
1380             "license": [
1381                 "BSD-3-Clause"
1382             ],
1383             "authors": [
1384                 {
1385                     "name": "Sebastian Bergmann",
1386                     "email": "sebastian@phpunit.de",
1387                     "role": "lead"
1388                 }
1389             ],
1390             "description": "The PHP Unit Testing framework.",
1391             "homepage": "https://phpunit.de/",
1392             "keywords": [
1393                 "phpunit",
1394                 "testing",
1395                 "xunit"
1396             ],
1397             "time": "2017-02-06 05:18:07"
1398         },
1399         {
1400             "name": "phpunit/phpunit-mock-objects",
1401             "version": "2.3.8",
1402             "source": {
1403                 "type": "git",
1404                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1405                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
1406             },
1407             "dist": {
1408                 "type": "zip",
1409                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1410                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1411                 "shasum": ""
1412             },
1413             "require": {
1414                 "doctrine/instantiator": "^1.0.2",
1415                 "php": ">=5.3.3",
1416                 "phpunit/php-text-template": "~1.2",
1417                 "sebastian/exporter": "~1.2"
1418             },
1419             "require-dev": {
1420                 "phpunit/phpunit": "~4.4"
1421             },
1422             "suggest": {
1423                 "ext-soap": "*"
1424             },
1425             "type": "library",
1426             "extra": {
1427                 "branch-alias": {
1428                     "dev-master": "2.3.x-dev"
1429                 }
1430             },
1431             "autoload": {
1432                 "classmap": [
1433                     "src/"
1434                 ]
1435             },
1436             "notification-url": "https://packagist.org/downloads/",
1437             "license": [
1438                 "BSD-3-Clause"
1439             ],
1440             "authors": [
1441                 {
1442                     "name": "Sebastian Bergmann",
1443                     "email": "sb@sebastian-bergmann.de",
1444                     "role": "lead"
1445                 }
1446             ],
1447             "description": "Mock Object library for PHPUnit",
1448             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1449             "keywords": [
1450                 "mock",
1451                 "xunit"
1452             ],
1453             "time": "2015-10-02 06:51:40"
1454         },
1455         {
1456             "name": "phpunit/phpunit-selenium",
1457             "version": "1.4.2",
1458             "source": {
1459                 "type": "git",
1460                 "url": "https://github.com/giorgiosironi/phpunit-selenium.git",
1461                 "reference": "c84dd7ca214563868ce216123b7ae9c792beb262"
1462             },
1463             "dist": {
1464                 "type": "zip",
1465                 "url": "https://api.github.com/repos/giorgiosironi/phpunit-selenium/zipball/c84dd7ca214563868ce216123b7ae9c792beb262",
1466                 "reference": "c84dd7ca214563868ce216123b7ae9c792beb262",
1467                 "shasum": ""
1468             },
1469             "require": {
1470                 "ext-curl": "*",
1471                 "ext-dom": "*",
1472                 "php": ">=5.3.3",
1473                 "phpunit/phpunit": "~3.7|~4.0",
1474                 "sebastian/comparator": "~1.0"
1475             },
1476             "type": "library",
1477             "autoload": {
1478                 "classmap": [
1479                     "PHPUnit/"
1480                 ]
1481             },
1482             "notification-url": "https://packagist.org/downloads/",
1483             "include-path": [
1484                 ""
1485             ],
1486             "license": [
1487                 "BSD-3-Clause"
1488             ],
1489             "authors": [
1490                 {
1491                     "name": "Sebastian Bergmann",
1492                     "email": "sb@sebastian-bergmann.de",
1493                     "role": "lead"
1494                 },
1495                 {
1496                     "name": "Giorgio Sironi",
1497                     "email": "info@giorgiosironi.com",
1498                     "role": "developer"
1499                 }
1500             ],
1501             "description": "Selenium Server integration for PHPUnit",
1502             "homepage": "http://www.phpunit.de/",
1503             "keywords": [
1504                 "selenium",
1505                 "testing",
1506                 "xunit"
1507             ],
1508             "time": "2014-11-02 09:23:27"
1509         },
1510         {
1511             "name": "satooshi/php-coveralls",
1512             "version": "v1.0.1",
1513             "source": {
1514                 "type": "git",
1515                 "url": "https://github.com/satooshi/php-coveralls.git",
1516                 "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c"
1517             },
1518             "dist": {
1519                 "type": "zip",
1520                 "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c",
1521                 "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c",
1522                 "shasum": ""
1523             },
1524             "require": {
1525                 "ext-json": "*",
1526                 "ext-simplexml": "*",
1527                 "guzzle/guzzle": "^2.8|^3.0",
1528                 "php": ">=5.3.3",
1529                 "psr/log": "^1.0",
1530                 "symfony/config": "^2.1|^3.0",
1531                 "symfony/console": "^2.1|^3.0",
1532                 "symfony/stopwatch": "^2.0|^3.0",
1533                 "symfony/yaml": "^2.0|^3.0"
1534             },
1535             "suggest": {
1536                 "symfony/http-kernel": "Allows Symfony integration"
1537             },
1538             "bin": [
1539                 "bin/coveralls"
1540             ],
1541             "type": "library",
1542             "autoload": {
1543                 "psr-4": {
1544                     "Satooshi\\": "src/Satooshi/"
1545                 }
1546             },
1547             "notification-url": "https://packagist.org/downloads/",
1548             "license": [
1549                 "MIT"
1550             ],
1551             "authors": [
1552                 {
1553                     "name": "Kitamura Satoshi",
1554                     "email": "with.no.parachute@gmail.com",
1555                     "homepage": "https://www.facebook.com/satooshi.jp"
1556                 }
1557             ],
1558             "description": "PHP client library for Coveralls API",
1559             "homepage": "https://github.com/satooshi/php-coveralls",
1560             "keywords": [
1561                 "ci",
1562                 "coverage",
1563                 "github",
1564                 "test"
1565             ],
1566             "time": "2016-01-20 17:35:46"
1567         },
1568         {
1569             "name": "sebastian/comparator",
1570             "version": "1.2.4",
1571             "source": {
1572                 "type": "git",
1573                 "url": "https://github.com/sebastianbergmann/comparator.git",
1574                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1575             },
1576             "dist": {
1577                 "type": "zip",
1578                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1579                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1580                 "shasum": ""
1581             },
1582             "require": {
1583                 "php": ">=5.3.3",
1584                 "sebastian/diff": "~1.2",
1585                 "sebastian/exporter": "~1.2 || ~2.0"
1586             },
1587             "require-dev": {
1588                 "phpunit/phpunit": "~4.4"
1589             },
1590             "type": "library",
1591             "extra": {
1592                 "branch-alias": {
1593                     "dev-master": "1.2.x-dev"
1594                 }
1595             },
1596             "autoload": {
1597                 "classmap": [
1598                     "src/"
1599                 ]
1600             },
1601             "notification-url": "https://packagist.org/downloads/",
1602             "license": [
1603                 "BSD-3-Clause"
1604             ],
1605             "authors": [
1606                 {
1607                     "name": "Jeff Welch",
1608                     "email": "whatthejeff@gmail.com"
1609                 },
1610                 {
1611                     "name": "Volker Dusch",
1612                     "email": "github@wallbash.com"
1613                 },
1614                 {
1615                     "name": "Bernhard Schussek",
1616                     "email": "bschussek@2bepublished.at"
1617                 },
1618                 {
1619                     "name": "Sebastian Bergmann",
1620                     "email": "sebastian@phpunit.de"
1621                 }
1622             ],
1623             "description": "Provides the functionality to compare PHP values for equality",
1624             "homepage": "http://www.github.com/sebastianbergmann/comparator",
1625             "keywords": [
1626                 "comparator",
1627                 "compare",
1628                 "equality"
1629             ],
1630             "time": "2017-01-29 09:50:25"
1631         },
1632         {
1633             "name": "sebastian/diff",
1634             "version": "1.4.3",
1635             "source": {
1636                 "type": "git",
1637                 "url": "https://github.com/sebastianbergmann/diff.git",
1638                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1639             },
1640             "dist": {
1641                 "type": "zip",
1642                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1643                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1644                 "shasum": ""
1645             },
1646             "require": {
1647                 "php": "^5.3.3 || ^7.0"
1648             },
1649             "require-dev": {
1650                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1651             },
1652             "type": "library",
1653             "extra": {
1654                 "branch-alias": {
1655                     "dev-master": "1.4-dev"
1656                 }
1657             },
1658             "autoload": {
1659                 "classmap": [
1660                     "src/"
1661                 ]
1662             },
1663             "notification-url": "https://packagist.org/downloads/",
1664             "license": [
1665                 "BSD-3-Clause"
1666             ],
1667             "authors": [
1668                 {
1669                     "name": "Kore Nordmann",
1670                     "email": "mail@kore-nordmann.de"
1671                 },
1672                 {
1673                     "name": "Sebastian Bergmann",
1674                     "email": "sebastian@phpunit.de"
1675                 }
1676             ],
1677             "description": "Diff implementation",
1678             "homepage": "https://github.com/sebastianbergmann/diff",
1679             "keywords": [
1680                 "diff"
1681             ],
1682             "time": "2017-05-22 07:24:03"
1683         },
1684         {
1685             "name": "sebastian/environment",
1686             "version": "1.3.8",
1687             "source": {
1688                 "type": "git",
1689                 "url": "https://github.com/sebastianbergmann/environment.git",
1690                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
1691             },
1692             "dist": {
1693                 "type": "zip",
1694                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1695                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1696                 "shasum": ""
1697             },
1698             "require": {
1699                 "php": "^5.3.3 || ^7.0"
1700             },
1701             "require-dev": {
1702                 "phpunit/phpunit": "^4.8 || ^5.0"
1703             },
1704             "type": "library",
1705             "extra": {
1706                 "branch-alias": {
1707                     "dev-master": "1.3.x-dev"
1708                 }
1709             },
1710             "autoload": {
1711                 "classmap": [
1712                     "src/"
1713                 ]
1714             },
1715             "notification-url": "https://packagist.org/downloads/",
1716             "license": [
1717                 "BSD-3-Clause"
1718             ],
1719             "authors": [
1720                 {
1721                     "name": "Sebastian Bergmann",
1722                     "email": "sebastian@phpunit.de"
1723                 }
1724             ],
1725             "description": "Provides functionality to handle HHVM/PHP environments",
1726             "homepage": "http://www.github.com/sebastianbergmann/environment",
1727             "keywords": [
1728                 "Xdebug",
1729                 "environment",
1730                 "hhvm"
1731             ],
1732             "time": "2016-08-18 05:49:44"
1733         },
1734         {
1735             "name": "sebastian/exporter",
1736             "version": "1.2.2",
1737             "source": {
1738                 "type": "git",
1739                 "url": "https://github.com/sebastianbergmann/exporter.git",
1740                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1741             },
1742             "dist": {
1743                 "type": "zip",
1744                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1745                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1746                 "shasum": ""
1747             },
1748             "require": {
1749                 "php": ">=5.3.3",
1750                 "sebastian/recursion-context": "~1.0"
1751             },
1752             "require-dev": {
1753                 "ext-mbstring": "*",
1754                 "phpunit/phpunit": "~4.4"
1755             },
1756             "type": "library",
1757             "extra": {
1758                 "branch-alias": {
1759                     "dev-master": "1.3.x-dev"
1760                 }
1761             },
1762             "autoload": {
1763                 "classmap": [
1764                     "src/"
1765                 ]
1766             },
1767             "notification-url": "https://packagist.org/downloads/",
1768             "license": [
1769                 "BSD-3-Clause"
1770             ],
1771             "authors": [
1772                 {
1773                     "name": "Jeff Welch",
1774                     "email": "whatthejeff@gmail.com"
1775                 },
1776                 {
1777                     "name": "Volker Dusch",
1778                     "email": "github@wallbash.com"
1779                 },
1780                 {
1781                     "name": "Bernhard Schussek",
1782                     "email": "bschussek@2bepublished.at"
1783                 },
1784                 {
1785                     "name": "Sebastian Bergmann",
1786                     "email": "sebastian@phpunit.de"
1787                 },
1788                 {
1789                     "name": "Adam Harvey",
1790                     "email": "aharvey@php.net"
1791                 }
1792             ],
1793             "description": "Provides the functionality to export PHP variables for visualization",
1794             "homepage": "http://www.github.com/sebastianbergmann/exporter",
1795             "keywords": [
1796                 "export",
1797                 "exporter"
1798             ],
1799             "time": "2016-06-17 09:04:28"
1800         },
1801         {
1802             "name": "sebastian/global-state",
1803             "version": "1.1.1",
1804             "source": {
1805                 "type": "git",
1806                 "url": "https://github.com/sebastianbergmann/global-state.git",
1807                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1808             },
1809             "dist": {
1810                 "type": "zip",
1811                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1812                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1813                 "shasum": ""
1814             },
1815             "require": {
1816                 "php": ">=5.3.3"
1817             },
1818             "require-dev": {
1819                 "phpunit/phpunit": "~4.2"
1820             },
1821             "suggest": {
1822                 "ext-uopz": "*"
1823             },
1824             "type": "library",
1825             "extra": {
1826                 "branch-alias": {
1827                     "dev-master": "1.0-dev"
1828                 }
1829             },
1830             "autoload": {
1831                 "classmap": [
1832                     "src/"
1833                 ]
1834             },
1835             "notification-url": "https://packagist.org/downloads/",
1836             "license": [
1837                 "BSD-3-Clause"
1838             ],
1839             "authors": [
1840                 {
1841                     "name": "Sebastian Bergmann",
1842                     "email": "sebastian@phpunit.de"
1843                 }
1844             ],
1845             "description": "Snapshotting of global state",
1846             "homepage": "http://www.github.com/sebastianbergmann/global-state",
1847             "keywords": [
1848                 "global state"
1849             ],
1850             "time": "2015-10-12 03:26:01"
1851         },
1852         {
1853             "name": "sebastian/recursion-context",
1854             "version": "1.0.5",
1855             "source": {
1856                 "type": "git",
1857                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1858                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
1859             },
1860             "dist": {
1861                 "type": "zip",
1862                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
1863                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
1864                 "shasum": ""
1865             },
1866             "require": {
1867                 "php": ">=5.3.3"
1868             },
1869             "require-dev": {
1870                 "phpunit/phpunit": "~4.4"
1871             },
1872             "type": "library",
1873             "extra": {
1874                 "branch-alias": {
1875                     "dev-master": "1.0.x-dev"
1876                 }
1877             },
1878             "autoload": {
1879                 "classmap": [
1880                     "src/"
1881                 ]
1882             },
1883             "notification-url": "https://packagist.org/downloads/",
1884             "license": [
1885                 "BSD-3-Clause"
1886             ],
1887             "authors": [
1888                 {
1889                     "name": "Jeff Welch",
1890                     "email": "whatthejeff@gmail.com"
1891                 },
1892                 {
1893                     "name": "Sebastian Bergmann",
1894                     "email": "sebastian@phpunit.de"
1895                 },
1896                 {
1897                     "name": "Adam Harvey",
1898                     "email": "aharvey@php.net"
1899                 }
1900             ],
1901             "description": "Provides functionality to recursively process PHP variables",
1902             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1903             "time": "2016-10-03 07:41:43"
1904         },
1905         {
1906             "name": "sebastian/version",
1907             "version": "1.0.6",
1908             "source": {
1909                 "type": "git",
1910                 "url": "https://github.com/sebastianbergmann/version.git",
1911                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1912             },
1913             "dist": {
1914                 "type": "zip",
1915                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1916                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1917                 "shasum": ""
1918             },
1919             "type": "library",
1920             "autoload": {
1921                 "classmap": [
1922                     "src/"
1923                 ]
1924             },
1925             "notification-url": "https://packagist.org/downloads/",
1926             "license": [
1927                 "BSD-3-Clause"
1928             ],
1929             "authors": [
1930                 {
1931                     "name": "Sebastian Bergmann",
1932                     "email": "sebastian@phpunit.de",
1933                     "role": "lead"
1934                 }
1935             ],
1936             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1937             "homepage": "https://github.com/sebastianbergmann/version",
1938             "time": "2015-06-21 13:59:46"
1939         },
1940         {
1941             "name": "squizlabs/php_codesniffer",
1942             "version": "2.9.1",
1943             "source": {
1944                 "type": "git",
1945                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1946                 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
1947             },
1948             "dist": {
1949                 "type": "zip",
1950                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
1951                 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
1952                 "shasum": ""
1953             },
1954             "require": {
1955                 "ext-simplexml": "*",
1956                 "ext-tokenizer": "*",
1957                 "ext-xmlwriter": "*",
1958                 "php": ">=5.1.2"
1959             },
1960             "require-dev": {
1961                 "phpunit/phpunit": "~4.0"
1962             },
1963             "bin": [
1964                 "scripts/phpcs",
1965                 "scripts/phpcbf"
1966             ],
1967             "type": "library",
1968             "extra": {
1969                 "branch-alias": {
1970                     "dev-master": "2.x-dev"
1971                 }
1972             },
1973             "autoload": {
1974                 "classmap": [
1975                     "CodeSniffer.php",
1976                     "CodeSniffer/CLI.php",
1977                     "CodeSniffer/Exception.php",
1978                     "CodeSniffer/File.php",
1979                     "CodeSniffer/Fixer.php",
1980                     "CodeSniffer/Report.php",
1981                     "CodeSniffer/Reporting.php",
1982                     "CodeSniffer/Sniff.php",
1983                     "CodeSniffer/Tokens.php",
1984                     "CodeSniffer/Reports/",
1985                     "CodeSniffer/Tokenizers/",
1986                     "CodeSniffer/DocGenerators/",
1987                     "CodeSniffer/Standards/AbstractPatternSniff.php",
1988                     "CodeSniffer/Standards/AbstractScopeSniff.php",
1989                     "CodeSniffer/Standards/AbstractVariableSniff.php",
1990                     "CodeSniffer/Standards/IncorrectPatternException.php",
1991                     "CodeSniffer/Standards/Generic/Sniffs/",
1992                     "CodeSniffer/Standards/MySource/Sniffs/",
1993                     "CodeSniffer/Standards/PEAR/Sniffs/",
1994                     "CodeSniffer/Standards/PSR1/Sniffs/",
1995                     "CodeSniffer/Standards/PSR2/Sniffs/",
1996                     "CodeSniffer/Standards/Squiz/Sniffs/",
1997                     "CodeSniffer/Standards/Zend/Sniffs/"
1998                 ]
1999             },
2000             "notification-url": "https://packagist.org/downloads/",
2001             "license": [
2002                 "BSD-3-Clause"
2003             ],
2004             "authors": [
2005                 {
2006                     "name": "Greg Sherwood",
2007                     "role": "lead"
2008                 }
2009             ],
2010             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2011             "homepage": "http://www.squizlabs.com/php-codesniffer",
2012             "keywords": [
2013                 "phpcs",
2014                 "standards"
2015             ],
2016             "time": "2017-05-22 02:43:20"
2017         },
2018         {
2019             "name": "symfony/config",
2020             "version": "v3.2.8",
2021             "source": {
2022                 "type": "git",
2023                 "url": "https://github.com/symfony/config.git",
2024                 "reference": "e5533fcc0b3dd377626153b2852707878f363728"
2025             },
2026             "dist": {
2027                 "type": "zip",
2028                 "url": "https://api.github.com/repos/symfony/config/zipball/e5533fcc0b3dd377626153b2852707878f363728",
2029                 "reference": "e5533fcc0b3dd377626153b2852707878f363728",
2030                 "shasum": ""
2031             },
2032             "require": {
2033                 "php": ">=5.5.9",
2034                 "symfony/filesystem": "~2.8|~3.0"
2035             },
2036             "require-dev": {
2037                 "symfony/yaml": "~3.0"
2038             },
2039             "suggest": {
2040                 "symfony/yaml": "To use the yaml reference dumper"
2041             },
2042             "type": "library",
2043             "extra": {
2044                 "branch-alias": {
2045                     "dev-master": "3.2-dev"
2046                 }
2047             },
2048             "autoload": {
2049                 "psr-4": {
2050                     "Symfony\\Component\\Config\\": ""
2051                 },
2052                 "exclude-from-classmap": [
2053                     "/Tests/"
2054                 ]
2055             },
2056             "notification-url": "https://packagist.org/downloads/",
2057             "license": [
2058                 "MIT"
2059             ],
2060             "authors": [
2061                 {
2062                     "name": "Fabien Potencier",
2063                     "email": "fabien@symfony.com"
2064                 },
2065                 {
2066                     "name": "Symfony Community",
2067                     "homepage": "https://symfony.com/contributors"
2068                 }
2069             ],
2070             "description": "Symfony Config Component",
2071             "homepage": "https://symfony.com",
2072             "time": "2017-04-12 14:13:17"
2073         },
2074         {
2075             "name": "symfony/console",
2076             "version": "v3.2.8",
2077             "source": {
2078                 "type": "git",
2079                 "url": "https://github.com/symfony/console.git",
2080                 "reference": "a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38"
2081             },
2082             "dist": {
2083                 "type": "zip",
2084                 "url": "https://api.github.com/repos/symfony/console/zipball/a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38",
2085                 "reference": "a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38",
2086                 "shasum": ""
2087             },
2088             "require": {
2089                 "php": ">=5.5.9",
2090                 "symfony/debug": "~2.8|~3.0",
2091                 "symfony/polyfill-mbstring": "~1.0"
2092             },
2093             "require-dev": {
2094                 "psr/log": "~1.0",
2095                 "symfony/event-dispatcher": "~2.8|~3.0",
2096                 "symfony/filesystem": "~2.8|~3.0",
2097                 "symfony/process": "~2.8|~3.0"
2098             },
2099             "suggest": {
2100                 "psr/log": "For using the console logger",
2101                 "symfony/event-dispatcher": "",
2102                 "symfony/filesystem": "",
2103                 "symfony/process": ""
2104             },
2105             "type": "library",
2106             "extra": {
2107                 "branch-alias": {
2108                     "dev-master": "3.2-dev"
2109                 }
2110             },
2111             "autoload": {
2112                 "psr-4": {
2113                     "Symfony\\Component\\Console\\": ""
2114                 },
2115                 "exclude-from-classmap": [
2116                     "/Tests/"
2117                 ]
2118             },
2119             "notification-url": "https://packagist.org/downloads/",
2120             "license": [
2121                 "MIT"
2122             ],
2123             "authors": [
2124                 {
2125                     "name": "Fabien Potencier",
2126                     "email": "fabien@symfony.com"
2127                 },
2128                 {
2129                     "name": "Symfony Community",
2130                     "homepage": "https://symfony.com/contributors"
2131                 }
2132             ],
2133             "description": "Symfony Console Component",
2134             "homepage": "https://symfony.com",
2135             "time": "2017-04-26 01:39:17"
2136         },
2137         {
2138             "name": "symfony/debug",
2139             "version": "v3.2.8",
2140             "source": {
2141                 "type": "git",
2142                 "url": "https://github.com/symfony/debug.git",
2143                 "reference": "fd6eeee656a5a7b384d56f1072243fe1c0e81686"
2144             },
2145             "dist": {
2146                 "type": "zip",
2147                 "url": "https://api.github.com/repos/symfony/debug/zipball/fd6eeee656a5a7b384d56f1072243fe1c0e81686",
2148                 "reference": "fd6eeee656a5a7b384d56f1072243fe1c0e81686",
2149                 "shasum": ""
2150             },
2151             "require": {
2152                 "php": ">=5.5.9",
2153                 "psr/log": "~1.0"
2154             },
2155             "conflict": {
2156                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2157             },
2158             "require-dev": {
2159                 "symfony/class-loader": "~2.8|~3.0",
2160                 "symfony/http-kernel": "~2.8|~3.0"
2161             },
2162             "type": "library",
2163             "extra": {
2164                 "branch-alias": {
2165                     "dev-master": "3.2-dev"
2166                 }
2167             },
2168             "autoload": {
2169                 "psr-4": {
2170                     "Symfony\\Component\\Debug\\": ""
2171                 },
2172                 "exclude-from-classmap": [
2173                     "/Tests/"
2174                 ]
2175             },
2176             "notification-url": "https://packagist.org/downloads/",
2177             "license": [
2178                 "MIT"
2179             ],
2180             "authors": [
2181                 {
2182                     "name": "Fabien Potencier",
2183                     "email": "fabien@symfony.com"
2184                 },
2185                 {
2186                     "name": "Symfony Community",
2187                     "homepage": "https://symfony.com/contributors"
2188                 }
2189             ],
2190             "description": "Symfony Debug Component",
2191             "homepage": "https://symfony.com",
2192             "time": "2017-04-19 20:17:50"
2193         },
2194         {
2195             "name": "symfony/event-dispatcher",
2196             "version": "v2.8.20",
2197             "source": {
2198                 "type": "git",
2199                 "url": "https://github.com/symfony/event-dispatcher.git",
2200                 "reference": "7fc8e2b4118ff316550596357325dfd92a51f531"
2201             },
2202             "dist": {
2203                 "type": "zip",
2204                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7fc8e2b4118ff316550596357325dfd92a51f531",
2205                 "reference": "7fc8e2b4118ff316550596357325dfd92a51f531",
2206                 "shasum": ""
2207             },
2208             "require": {
2209                 "php": ">=5.3.9"
2210             },
2211             "require-dev": {
2212                 "psr/log": "~1.0",
2213                 "symfony/config": "^2.0.5|~3.0.0",
2214                 "symfony/dependency-injection": "~2.6|~3.0.0",
2215                 "symfony/expression-language": "~2.6|~3.0.0",
2216                 "symfony/stopwatch": "~2.3|~3.0.0"
2217             },
2218             "suggest": {
2219                 "symfony/dependency-injection": "",
2220                 "symfony/http-kernel": ""
2221             },
2222             "type": "library",
2223             "extra": {
2224                 "branch-alias": {
2225                     "dev-master": "2.8-dev"
2226                 }
2227             },
2228             "autoload": {
2229                 "psr-4": {
2230                     "Symfony\\Component\\EventDispatcher\\": ""
2231                 },
2232                 "exclude-from-classmap": [
2233                     "/Tests/"
2234                 ]
2235             },
2236             "notification-url": "https://packagist.org/downloads/",
2237             "license": [
2238                 "MIT"
2239             ],
2240             "authors": [
2241                 {
2242                     "name": "Fabien Potencier",
2243                     "email": "fabien@symfony.com"
2244                 },
2245                 {
2246                     "name": "Symfony Community",
2247                     "homepage": "https://symfony.com/contributors"
2248                 }
2249             ],
2250             "description": "Symfony EventDispatcher Component",
2251             "homepage": "https://symfony.com",
2252             "time": "2017-04-26 16:56:54"
2253         },
2254         {
2255             "name": "symfony/filesystem",
2256             "version": "v3.2.8",
2257             "source": {
2258                 "type": "git",
2259                 "url": "https://github.com/symfony/filesystem.git",
2260                 "reference": "040651db13cf061827a460cc10f6e36a445c45b4"
2261             },
2262             "dist": {
2263                 "type": "zip",
2264                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/040651db13cf061827a460cc10f6e36a445c45b4",
2265                 "reference": "040651db13cf061827a460cc10f6e36a445c45b4",
2266                 "shasum": ""
2267             },
2268             "require": {
2269                 "php": ">=5.5.9"
2270             },
2271             "type": "library",
2272             "extra": {
2273                 "branch-alias": {
2274                     "dev-master": "3.2-dev"
2275                 }
2276             },
2277             "autoload": {
2278                 "psr-4": {
2279                     "Symfony\\Component\\Filesystem\\": ""
2280                 },
2281                 "exclude-from-classmap": [
2282                     "/Tests/"
2283                 ]
2284             },
2285             "notification-url": "https://packagist.org/downloads/",
2286             "license": [
2287                 "MIT"
2288             ],
2289             "authors": [
2290                 {
2291                     "name": "Fabien Potencier",
2292                     "email": "fabien@symfony.com"
2293                 },
2294                 {
2295                     "name": "Symfony Community",
2296                     "homepage": "https://symfony.com/contributors"
2297                 }
2298             ],
2299             "description": "Symfony Filesystem Component",
2300             "homepage": "https://symfony.com",
2301             "time": "2017-04-12 14:13:17"
2302         },
2303         {
2304             "name": "symfony/polyfill-mbstring",
2305             "version": "v1.3.0",
2306             "source": {
2307                 "type": "git",
2308                 "url": "https://github.com/symfony/polyfill-mbstring.git",
2309                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
2310             },
2311             "dist": {
2312                 "type": "zip",
2313                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
2314                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
2315                 "shasum": ""
2316             },
2317             "require": {
2318                 "php": ">=5.3.3"
2319             },
2320             "suggest": {
2321                 "ext-mbstring": "For best performance"
2322             },
2323             "type": "library",
2324             "extra": {
2325                 "branch-alias": {
2326                     "dev-master": "1.3-dev"
2327                 }
2328             },
2329             "autoload": {
2330                 "psr-4": {
2331                     "Symfony\\Polyfill\\Mbstring\\": ""
2332                 },
2333                 "files": [
2334                     "bootstrap.php"
2335                 ]
2336             },
2337             "notification-url": "https://packagist.org/downloads/",
2338             "license": [
2339                 "MIT"
2340             ],
2341             "authors": [
2342                 {
2343                     "name": "Nicolas Grekas",
2344                     "email": "p@tchwork.com"
2345                 },
2346                 {
2347                     "name": "Symfony Community",
2348                     "homepage": "https://symfony.com/contributors"
2349                 }
2350             ],
2351             "description": "Symfony polyfill for the Mbstring extension",
2352             "homepage": "https://symfony.com",
2353             "keywords": [
2354                 "compatibility",
2355                 "mbstring",
2356                 "polyfill",
2357                 "portable",
2358                 "shim"
2359             ],
2360             "time": "2016-11-14 01:06:16"
2361         },
2362         {
2363             "name": "symfony/process",
2364             "version": "v3.2.8",
2365             "source": {
2366                 "type": "git",
2367                 "url": "https://github.com/symfony/process.git",
2368                 "reference": "999c2cf5061e627e6cd551dc9ebf90dd1d11d9f0"
2369             },
2370             "dist": {
2371                 "type": "zip",
2372                 "url": "https://api.github.com/repos/symfony/process/zipball/999c2cf5061e627e6cd551dc9ebf90dd1d11d9f0",
2373                 "reference": "999c2cf5061e627e6cd551dc9ebf90dd1d11d9f0",
2374                 "shasum": ""
2375             },
2376             "require": {
2377                 "php": ">=5.5.9"
2378             },
2379             "type": "library",
2380             "extra": {
2381                 "branch-alias": {
2382                     "dev-master": "3.2-dev"
2383                 }
2384             },
2385             "autoload": {
2386                 "psr-4": {
2387                     "Symfony\\Component\\Process\\": ""
2388                 },
2389                 "exclude-from-classmap": [
2390                     "/Tests/"
2391                 ]
2392             },
2393             "notification-url": "https://packagist.org/downloads/",
2394             "license": [
2395                 "MIT"
2396             ],
2397             "authors": [
2398                 {
2399                     "name": "Fabien Potencier",
2400                     "email": "fabien@symfony.com"
2401                 },
2402                 {
2403                     "name": "Symfony Community",
2404                     "homepage": "https://symfony.com/contributors"
2405                 }
2406             ],
2407             "description": "Symfony Process Component",
2408             "homepage": "https://symfony.com",
2409             "time": "2017-04-12 14:13:17"
2410         },
2411         {
2412             "name": "symfony/stopwatch",
2413             "version": "v3.2.8",
2414             "source": {
2415                 "type": "git",
2416                 "url": "https://github.com/symfony/stopwatch.git",
2417                 "reference": "5a0105afb670dbd38f521105c444de1b8e10cfe3"
2418             },
2419             "dist": {
2420                 "type": "zip",
2421                 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5a0105afb670dbd38f521105c444de1b8e10cfe3",
2422                 "reference": "5a0105afb670dbd38f521105c444de1b8e10cfe3",
2423                 "shasum": ""
2424             },
2425             "require": {
2426                 "php": ">=5.5.9"
2427             },
2428             "type": "library",
2429             "extra": {
2430                 "branch-alias": {
2431                     "dev-master": "3.2-dev"
2432                 }
2433             },
2434             "autoload": {
2435                 "psr-4": {
2436                     "Symfony\\Component\\Stopwatch\\": ""
2437                 },
2438                 "exclude-from-classmap": [
2439                     "/Tests/"
2440                 ]
2441             },
2442             "notification-url": "https://packagist.org/downloads/",
2443             "license": [
2444                 "MIT"
2445             ],
2446             "authors": [
2447                 {
2448                     "name": "Fabien Potencier",
2449                     "email": "fabien@symfony.com"
2450                 },
2451                 {
2452                     "name": "Symfony Community",
2453                     "homepage": "https://symfony.com/contributors"
2454                 }
2455             ],
2456             "description": "Symfony Stopwatch Component",
2457             "homepage": "https://symfony.com",
2458             "time": "2017-04-12 14:13:17"
2459         },
2460         {
2461             "name": "symfony/yaml",
2462             "version": "v3.2.8",
2463             "source": {
2464                 "type": "git",
2465                 "url": "https://github.com/symfony/yaml.git",
2466                 "reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6"
2467             },
2468             "dist": {
2469                 "type": "zip",
2470                 "url": "https://api.github.com/repos/symfony/yaml/zipball/acec26fcf7f3031e094e910b94b002fa53d4e4d6",
2471                 "reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6",
2472                 "shasum": ""
2473             },
2474             "require": {
2475                 "php": ">=5.5.9"
2476             },
2477             "require-dev": {
2478                 "symfony/console": "~2.8|~3.0"
2479             },
2480             "suggest": {
2481                 "symfony/console": "For validating YAML files using the lint command"
2482             },
2483             "type": "library",
2484             "extra": {
2485                 "branch-alias": {
2486                     "dev-master": "3.2-dev"
2487                 }
2488             },
2489             "autoload": {
2490                 "psr-4": {
2491                     "Symfony\\Component\\Yaml\\": ""
2492                 },
2493                 "exclude-from-classmap": [
2494                     "/Tests/"
2495                 ]
2496             },
2497             "notification-url": "https://packagist.org/downloads/",
2498             "license": [
2499                 "MIT"
2500             ],
2501             "authors": [
2502                 {
2503                     "name": "Fabien Potencier",
2504                     "email": "fabien@symfony.com"
2505                 },
2506                 {
2507                     "name": "Symfony Community",
2508                     "homepage": "https://symfony.com/contributors"
2509                 }
2510             ],
2511             "description": "Symfony Yaml Component",
2512             "homepage": "https://symfony.com",
2513             "time": "2017-05-01 14:55:58"
2514         },
2515         {
2516             "name": "webmozart/assert",
2517             "version": "1.2.0",
2518             "source": {
2519                 "type": "git",
2520                 "url": "https://github.com/webmozart/assert.git",
2521                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
2522             },
2523             "dist": {
2524                 "type": "zip",
2525                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
2526                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
2527                 "shasum": ""
2528             },
2529             "require": {
2530                 "php": "^5.3.3 || ^7.0"
2531             },
2532             "require-dev": {
2533                 "phpunit/phpunit": "^4.6",
2534                 "sebastian/version": "^1.0.1"
2535             },
2536             "type": "library",
2537             "extra": {
2538                 "branch-alias": {
2539                     "dev-master": "1.3-dev"
2540                 }
2541             },
2542             "autoload": {
2543                 "psr-4": {
2544                     "Webmozart\\Assert\\": "src/"
2545                 }
2546             },
2547             "notification-url": "https://packagist.org/downloads/",
2548             "license": [
2549                 "MIT"
2550             ],
2551             "authors": [
2552                 {
2553                     "name": "Bernhard Schussek",
2554                     "email": "bschussek@gmail.com"
2555                 }
2556             ],
2557             "description": "Assertions to validate method input/output with nice error messages.",
2558             "keywords": [
2559                 "assert",
2560                 "check",
2561                 "validate"
2562             ],
2563             "time": "2016-11-23 20:04:58"
2564         }
2565     ],
2566     "aliases": [],
2567     "minimum-stability": "stable",
2568     "stability-flags": {
2569         "codacy/coverage": 20
2570     },
2571     "prefer-stable": false,
2572     "prefer-lowest": false,
2573     "platform": {
2574         "php": ">=5.5.0",
2575         "ext-mbstring": "*",
2576         "ext-mysqli": "*",
2577         "ext-xml": "*",
2578         "ext-pcre": "*",
2579         "ext-json": "*"
2580     },
2581     "platform-dev": []