]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - composer.lock
[CORE][COMPOSER] Ensure we are compatible with PHP 7.0.0
[quix0rs-gnu-social.git] / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "443e1729de86d54a2d4e4707b15ad41d",
8     "packages": [
9         {
10             "name": "apereo/phpcas",
11             "version": "1.3.7",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/apereo/phpCAS.git",
15                 "reference": "b5b29102c3a42f570c4a3e852f3cf67cae6d6082"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/apereo/phpCAS/zipball/b5b29102c3a42f570c4a3e852f3cf67cae6d6082",
20                 "reference": "b5b29102c3a42f570c4a3e852f3cf67cae6d6082",
21                 "shasum": ""
22             },
23             "require": {
24                 "ext-curl": "*",
25                 "php": ">=5.4.0"
26             },
27             "require-dev": {
28                 "phpunit/phpunit": "~3.7.10"
29             },
30             "type": "library",
31             "extra": {
32                 "branch-alias": {
33                     "dev-master": "1.3.x-dev"
34                 }
35             },
36             "autoload": {
37                 "classmap": [
38                     "source/"
39                 ]
40             },
41             "notification-url": "https://packagist.org/downloads/",
42             "license": [
43                 "Apache-2.0"
44             ],
45             "authors": [
46                 {
47                     "name": "Joachim Fritschi",
48                     "homepage": "https://wiki.jasig.org/display/~fritschi"
49                 },
50                 {
51                     "name": "Adam Franco",
52                     "homepage": "https://wiki.jasig.org/display/~adamfranco"
53                 }
54             ],
55             "description": "Provides a simple API for authenticating users against a CAS server",
56             "homepage": "https://wiki.jasig.org/display/CASC/phpCAS",
57             "keywords": [
58                 "apereo",
59                 "cas",
60                 "jasig"
61             ],
62             "time": "2019-04-22T19:48:16+00:00"
63         },
64         {
65             "name": "diogocomposer/xmpphp",
66             "version": "v3.0.0",
67             "source": {
68                 "type": "git",
69                 "url": "https://github.com/diogogithub/xmpphp.git",
70                 "reference": "c7cdcc588aa47893ab41a1670c5dfe649674a4b0"
71             },
72             "dist": {
73                 "type": "zip",
74                 "url": "https://api.github.com/repos/diogogithub/xmpphp/zipball/c7cdcc588aa47893ab41a1670c5dfe649674a4b0",
75                 "reference": "c7cdcc588aa47893ab41a1670c5dfe649674a4b0",
76                 "shasum": ""
77             },
78             "require": {
79                 "ext-mbstring": "*",
80                 "ext-xml": "*",
81                 "php": ">=7.0.0"
82             },
83             "type": "library",
84             "autoload": {
85                 "psr-4": {
86                     "XMPPHP\\": "XMPPHP"
87                 }
88             },
89             "notification-url": "https://packagist.org/downloads/",
90             "license": [
91                 "GPL-2.0+"
92             ],
93             "authors": [
94                 {
95                     "name": "Ivan Borzenkov",
96                     "email": "ivan.borzenkov@gmail.com"
97                 },
98                 {
99                     "name": "bandroidx",
100                     "email": "bandroidx@gmail.com"
101                 },
102                 {
103                     "name": "BirknerAlex",
104                     "email": "alex.birkner@gmail.com"
105                 },
106                 {
107                     "name": "Stephan Wentz",
108                     "email": "stephan@wentz.it"
109                 },
110                 {
111                     "name": "Nathan Fritz",
112                     "email": "fritzy@netflint.net"
113                 },
114                 {
115                     "name": "Christian Weiske",
116                     "email": "cweiske@cweiske.de"
117                 },
118                 {
119                     "name": "Vito Tafuni",
120                     "email": "vitotafuni@gmail.com"
121                 },
122                 {
123                     "name": "Diogo Cordeiro",
124                     "email": "diogo@fc.up.pt"
125                 }
126             ],
127             "description": "XMPP PHP Library",
128             "keywords": [
129                 "jabber",
130                 "xmpp",
131                 "xmpphp"
132             ],
133             "time": "2019-06-19T02:32:32+00:00"
134         },
135         {
136             "name": "ezyang/htmlpurifier",
137             "version": "v4.10.0",
138             "source": {
139                 "type": "git",
140                 "url": "https://github.com/ezyang/htmlpurifier.git",
141                 "reference": "d85d39da4576a6934b72480be6978fb10c860021"
142             },
143             "dist": {
144                 "type": "zip",
145                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
146                 "reference": "d85d39da4576a6934b72480be6978fb10c860021",
147                 "shasum": ""
148             },
149             "require": {
150                 "php": ">=5.2"
151             },
152             "require-dev": {
153                 "simpletest/simpletest": "^1.1"
154             },
155             "type": "library",
156             "autoload": {
157                 "psr-0": {
158                     "HTMLPurifier": "library/"
159                 },
160                 "files": [
161                     "library/HTMLPurifier.composer.php"
162                 ]
163             },
164             "notification-url": "https://packagist.org/downloads/",
165             "license": [
166                 "LGPL"
167             ],
168             "authors": [
169                 {
170                     "name": "Edward Z. Yang",
171                     "email": "admin@htmlpurifier.org",
172                     "homepage": "http://ezyang.com"
173                 }
174             ],
175             "description": "Standards compliant HTML filter written in PHP",
176             "homepage": "http://htmlpurifier.org/",
177             "keywords": [
178                 "html"
179             ],
180             "time": "2018-02-23T01:58:20+00:00"
181         },
182         {
183             "name": "hoa/consistency",
184             "version": "1.17.05.02",
185             "source": {
186                 "type": "git",
187                 "url": "https://github.com/hoaproject/Consistency.git",
188                 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
189             },
190             "dist": {
191                 "type": "zip",
192                 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
193                 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
194                 "shasum": ""
195             },
196             "require": {
197                 "hoa/exception": "~1.0",
198                 "php": ">=5.5.0"
199             },
200             "require-dev": {
201                 "hoa/stream": "~1.0",
202                 "hoa/test": "~2.0"
203             },
204             "type": "library",
205             "extra": {
206                 "branch-alias": {
207                     "dev-master": "1.x-dev"
208                 }
209             },
210             "autoload": {
211                 "psr-4": {
212                     "Hoa\\Consistency\\": "."
213                 },
214                 "files": [
215                     "Prelude.php"
216                 ]
217             },
218             "notification-url": "https://packagist.org/downloads/",
219             "license": [
220                 "BSD-3-Clause"
221             ],
222             "authors": [
223                 {
224                     "name": "Ivan Enderlin",
225                     "email": "ivan.enderlin@hoa-project.net"
226                 },
227                 {
228                     "name": "Hoa community",
229                     "homepage": "https://hoa-project.net/"
230                 }
231             ],
232             "description": "The Hoa\\Consistency library.",
233             "homepage": "https://hoa-project.net/",
234             "keywords": [
235                 "autoloader",
236                 "callable",
237                 "consistency",
238                 "entity",
239                 "flex",
240                 "keyword",
241                 "library"
242             ],
243             "time": "2017-05-02T12:18:12+00:00"
244         },
245         {
246             "name": "hoa/event",
247             "version": "1.17.01.13",
248             "source": {
249                 "type": "git",
250                 "url": "https://github.com/hoaproject/Event.git",
251                 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
252             },
253             "dist": {
254                 "type": "zip",
255                 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
256                 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
257                 "shasum": ""
258             },
259             "require": {
260                 "hoa/consistency": "~1.0",
261                 "hoa/exception": "~1.0"
262             },
263             "require-dev": {
264                 "hoa/test": "~2.0"
265             },
266             "type": "library",
267             "extra": {
268                 "branch-alias": {
269                     "dev-master": "1.x-dev"
270                 }
271             },
272             "autoload": {
273                 "psr-4": {
274                     "Hoa\\Event\\": "."
275                 }
276             },
277             "notification-url": "https://packagist.org/downloads/",
278             "license": [
279                 "BSD-3-Clause"
280             ],
281             "authors": [
282                 {
283                     "name": "Ivan Enderlin",
284                     "email": "ivan.enderlin@hoa-project.net"
285                 },
286                 {
287                     "name": "Hoa community",
288                     "homepage": "https://hoa-project.net/"
289                 }
290             ],
291             "description": "The Hoa\\Event library.",
292             "homepage": "https://hoa-project.net/",
293             "keywords": [
294                 "event",
295                 "library",
296                 "listener",
297                 "observer"
298             ],
299             "time": "2017-01-13T15:30:50+00:00"
300         },
301         {
302             "name": "hoa/exception",
303             "version": "1.17.01.16",
304             "source": {
305                 "type": "git",
306                 "url": "https://github.com/hoaproject/Exception.git",
307                 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
308             },
309             "dist": {
310                 "type": "zip",
311                 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
312                 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
313                 "shasum": ""
314             },
315             "require": {
316                 "hoa/consistency": "~1.0",
317                 "hoa/event": "~1.0"
318             },
319             "require-dev": {
320                 "hoa/test": "~2.0"
321             },
322             "type": "library",
323             "extra": {
324                 "branch-alias": {
325                     "dev-master": "1.x-dev"
326                 }
327             },
328             "autoload": {
329                 "psr-4": {
330                     "Hoa\\Exception\\": "."
331                 }
332             },
333             "notification-url": "https://packagist.org/downloads/",
334             "license": [
335                 "BSD-3-Clause"
336             ],
337             "authors": [
338                 {
339                     "name": "Ivan Enderlin",
340                     "email": "ivan.enderlin@hoa-project.net"
341                 },
342                 {
343                     "name": "Hoa community",
344                     "homepage": "https://hoa-project.net/"
345                 }
346             ],
347             "description": "The Hoa\\Exception library.",
348             "homepage": "https://hoa-project.net/",
349             "keywords": [
350                 "exception",
351                 "library"
352             ],
353             "time": "2017-01-16T07:53:27+00:00"
354         },
355         {
356             "name": "masterminds/html5",
357             "version": "2.6.0",
358             "source": {
359                 "type": "git",
360                 "url": "https://github.com/Masterminds/html5-php.git",
361                 "reference": "c961ca6a0a81dc6b55b6859b3f9ea7f402edf9ad"
362             },
363             "dist": {
364                 "type": "zip",
365                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/c961ca6a0a81dc6b55b6859b3f9ea7f402edf9ad",
366                 "reference": "c961ca6a0a81dc6b55b6859b3f9ea7f402edf9ad",
367                 "shasum": ""
368             },
369             "require": {
370                 "ext-ctype": "*",
371                 "ext-dom": "*",
372                 "ext-libxml": "*",
373                 "php": ">=5.3.0"
374             },
375             "require-dev": {
376                 "phpunit/phpunit": "^4.8.35",
377                 "sami/sami": "~2.0",
378                 "satooshi/php-coveralls": "1.0.*"
379             },
380             "type": "library",
381             "extra": {
382                 "branch-alias": {
383                     "dev-master": "2.6-dev"
384                 }
385             },
386             "autoload": {
387                 "psr-4": {
388                     "Masterminds\\": "src"
389                 }
390             },
391             "notification-url": "https://packagist.org/downloads/",
392             "license": [
393                 "MIT"
394             ],
395             "authors": [
396                 {
397                     "name": "Matt Butcher",
398                     "email": "technosophos@gmail.com"
399                 },
400                 {
401                     "name": "Asmir Mustafic",
402                     "email": "goetas@gmail.com"
403                 },
404                 {
405                     "name": "Matt Farina",
406                     "email": "matt@mattfarina.com"
407                 }
408             ],
409             "description": "An HTML5 parser and serializer.",
410             "homepage": "http://masterminds.github.io/html5-php",
411             "keywords": [
412                 "HTML5",
413                 "dom",
414                 "html",
415                 "parser",
416                 "querypath",
417                 "serializer",
418                 "xml"
419             ],
420             "time": "2019-03-10T11:41:28+00:00"
421         },
422         {
423             "name": "mf2/mf2",
424             "version": "0.4.6",
425             "source": {
426                 "type": "git",
427                 "url": "https://github.com/microformats/php-mf2.git",
428                 "reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23"
429             },
430             "dist": {
431                 "type": "zip",
432                 "url": "https://api.github.com/repos/microformats/php-mf2/zipball/00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
433                 "reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
434                 "shasum": ""
435             },
436             "require": {
437                 "php": ">=5.4.0"
438             },
439             "require-dev": {
440                 "mf2/tests": "@dev",
441                 "phpdocumentor/phpdocumentor": "v2.8.4",
442                 "phpunit/phpunit": "4.8.*"
443             },
444             "suggest": {
445                 "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you",
446                 "masterminds/html5": "Alternative HTML parser for PHP, for better HTML5 support."
447             },
448             "bin": [
449                 "bin/fetch-mf2",
450                 "bin/parse-mf2"
451             ],
452             "type": "library",
453             "autoload": {
454                 "files": [
455                     "Mf2/Parser.php"
456                 ]
457             },
458             "notification-url": "https://packagist.org/downloads/",
459             "license": [
460                 "CC0-1.0"
461             ],
462             "authors": [
463                 {
464                     "name": "Barnaby Walters",
465                     "homepage": "http://waterpigs.co.uk"
466                 }
467             ],
468             "description": "A pure, generic microformats2 parser â€” makes HTML as easy to consume as a JSON API",
469             "keywords": [
470                 "html",
471                 "microformats",
472                 "microformats 2",
473                 "parser",
474                 "semantic"
475             ],
476             "time": "2018-08-24T14:47:04+00:00"
477         },
478         {
479             "name": "michelf/php-markdown",
480             "version": "1.8.0",
481             "source": {
482                 "type": "git",
483                 "url": "https://github.com/michelf/php-markdown.git",
484                 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
485             },
486             "dist": {
487                 "type": "zip",
488                 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
489                 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
490                 "shasum": ""
491             },
492             "require": {
493                 "php": ">=5.3.0"
494             },
495             "type": "library",
496             "autoload": {
497                 "psr-4": {
498                     "Michelf\\": "Michelf/"
499                 }
500             },
501             "notification-url": "https://packagist.org/downloads/",
502             "license": [
503                 "BSD-3-Clause"
504             ],
505             "authors": [
506                 {
507                     "name": "Michel Fortin",
508                     "email": "michel.fortin@michelf.ca",
509                     "homepage": "https://michelf.ca/",
510                     "role": "Developer"
511                 },
512                 {
513                     "name": "John Gruber",
514                     "homepage": "https://daringfireball.net/"
515                 }
516             ],
517             "description": "PHP Markdown",
518             "homepage": "https://michelf.ca/projects/php-markdown/",
519             "keywords": [
520                 "markdown"
521             ],
522             "time": "2018-01-15T00:49:33+00:00"
523         },
524         {
525             "name": "openid/php-openid",
526             "version": "2.3.0",
527             "source": {
528                 "type": "git",
529                 "url": "https://github.com/openid/php-openid.git",
530                 "reference": "924f9aa42453cd0f9dba72587b4e2cdf7f4de874"
531             },
532             "dist": {
533                 "type": "zip",
534                 "url": "https://api.github.com/repos/openid/php-openid/zipball/924f9aa42453cd0f9dba72587b4e2cdf7f4de874",
535                 "reference": "924f9aa42453cd0f9dba72587b4e2cdf7f4de874",
536                 "shasum": ""
537             },
538             "require": {
539                 "ext-curl": "*",
540                 "ext-dom": "*",
541                 "ext-gmp": "*",
542                 "php": ">=4.3"
543             },
544             "type": "library",
545             "autoload": {
546                 "classmap": [
547                     "Auth"
548                 ]
549             },
550             "notification-url": "https://packagist.org/downloads/",
551             "include-path": [
552                 "."
553             ],
554             "license": [
555                 "Apache-2.0"
556             ],
557             "authors": [
558                 {
559                     "name": "JanRain Inc.",
560                     "homepage": "http://www.openidenabled.com"
561                 }
562             ],
563             "description": "OpenID library for PHP5",
564             "homepage": "http://github.com/openid/php-openid",
565             "keywords": [
566                 "Authentication",
567                 "OpenId",
568                 "auth",
569                 "yadis"
570             ],
571             "time": "2015-07-30T18:07:43+00:00"
572         },
573         {
574             "name": "paragonie/constant_time_encoding",
575             "version": "v1.0.4",
576             "source": {
577                 "type": "git",
578                 "url": "https://github.com/paragonie/constant_time_encoding.git",
579                 "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6"
580             },
581             "dist": {
582                 "type": "zip",
583                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/2132f0f293d856026d7d11bd81b9f4a23a1dc1f6",
584                 "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6",
585                 "shasum": ""
586             },
587             "require": {
588                 "php": "^5.3|^7"
589             },
590             "require-dev": {
591                 "paragonie/random_compat": "^1.4|^2",
592                 "phpunit/phpunit": "4.*|5.*",
593                 "vimeo/psalm": "^0.3|^1"
594             },
595             "type": "library",
596             "autoload": {
597                 "psr-4": {
598                     "ParagonIE\\ConstantTime\\": "src/"
599                 }
600             },
601             "notification-url": "https://packagist.org/downloads/",
602             "license": [
603                 "MIT"
604             ],
605             "authors": [
606                 {
607                     "name": "Paragon Initiative Enterprises",
608                     "email": "security@paragonie.com",
609                     "homepage": "https://paragonie.com",
610                     "role": "Maintainer"
611                 },
612                 {
613                     "name": "Steve 'Sc00bz' Thomas",
614                     "email": "steve@tobtu.com",
615                     "homepage": "https://www.tobtu.com",
616                     "role": "Original Developer"
617                 }
618             ],
619             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
620             "keywords": [
621                 "base16",
622                 "base32",
623                 "base32_decode",
624                 "base32_encode",
625                 "base64",
626                 "base64_decode",
627                 "base64_encode",
628                 "bin2hex",
629                 "encoding",
630                 "hex",
631                 "hex2bin",
632                 "rfc4648"
633             ],
634             "time": "2018-04-30T17:57:16+00:00"
635         },
636         {
637             "name": "paragonie/random_compat",
638             "version": "v2.0.18",
639             "source": {
640                 "type": "git",
641                 "url": "https://github.com/paragonie/random_compat.git",
642                 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
643             },
644             "dist": {
645                 "type": "zip",
646                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
647                 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
648                 "shasum": ""
649             },
650             "require": {
651                 "php": ">=5.2.0"
652             },
653             "require-dev": {
654                 "phpunit/phpunit": "4.*|5.*"
655             },
656             "suggest": {
657                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
658             },
659             "type": "library",
660             "autoload": {
661                 "files": [
662                     "lib/random.php"
663                 ]
664             },
665             "notification-url": "https://packagist.org/downloads/",
666             "license": [
667                 "MIT"
668             ],
669             "authors": [
670                 {
671                     "name": "Paragon Initiative Enterprises",
672                     "email": "security@paragonie.com",
673                     "homepage": "https://paragonie.com"
674                 }
675             ],
676             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
677             "keywords": [
678                 "csprng",
679                 "polyfill",
680                 "pseudorandom",
681                 "random"
682             ],
683             "time": "2019-01-03T20:59:08+00:00"
684         },
685         {
686             "name": "phpseclib/phpseclib",
687             "version": "dev-master",
688             "source": {
689                 "type": "git",
690                 "url": "https://github.com/phpseclib/phpseclib.git",
691                 "reference": "f815e43077da67d3dd5b4d18a45753f5b79c1ab9"
692             },
693             "dist": {
694                 "type": "zip",
695                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f815e43077da67d3dd5b4d18a45753f5b79c1ab9",
696                 "reference": "f815e43077da67d3dd5b4d18a45753f5b79c1ab9",
697                 "shasum": ""
698             },
699             "require": {
700                 "paragonie/constant_time_encoding": "^1",
701                 "paragonie/random_compat": "^1.4|^2.0",
702                 "php": ">=5.6.1"
703             },
704             "require-dev": {
705                 "phing/phing": "~2.7",
706                 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
707                 "sami/sami": "~2.0",
708                 "squizlabs/php_codesniffer": "~2.0"
709             },
710             "suggest": {
711                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
712                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
713                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
714                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
715             },
716             "type": "library",
717             "autoload": {
718                 "files": [
719                     "phpseclib/bootstrap.php"
720                 ],
721                 "psr-4": {
722                     "phpseclib\\": "phpseclib/"
723                 }
724             },
725             "notification-url": "https://packagist.org/downloads/",
726             "license": [
727                 "MIT"
728             ],
729             "authors": [
730                 {
731                     "name": "Jim Wigginton",
732                     "email": "terrafrost@php.net",
733                     "role": "Lead Developer"
734                 },
735                 {
736                     "name": "Patrick Monnerat",
737                     "email": "pm@datasphere.ch",
738                     "role": "Developer"
739                 },
740                 {
741                     "name": "Andreas Fischer",
742                     "email": "bantu@phpbb.com",
743                     "role": "Developer"
744                 },
745                 {
746                     "name": "Hans-Jürgen Petrich",
747                     "email": "petrich@tronic-media.com",
748                     "role": "Developer"
749                 },
750                 {
751                     "name": "Graham Campbell",
752                     "email": "graham@alt-three.com",
753                     "role": "Developer"
754                 }
755             ],
756             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
757             "homepage": "http://phpseclib.sourceforge.net",
758             "keywords": [
759                 "BigInteger",
760                 "aes",
761                 "asn.1",
762                 "asn1",
763                 "blowfish",
764                 "crypto",
765                 "cryptography",
766                 "encryption",
767                 "rsa",
768                 "security",
769                 "sftp",
770                 "signature",
771                 "signing",
772                 "ssh",
773                 "twofish",
774                 "x.509",
775                 "x509"
776             ],
777             "time": "2019-06-23T16:33:59+00:00"
778         },
779         {
780             "name": "stomp-php/stomp-php",
781             "version": "4.5.1",
782             "source": {
783                 "type": "git",
784                 "url": "https://github.com/stomp-php/stomp-php.git",
785                 "reference": "4c5f0a95330085a86fd852b8ad0b1fbb4e8a4158"
786             },
787             "dist": {
788                 "type": "zip",
789                 "url": "https://api.github.com/repos/stomp-php/stomp-php/zipball/4c5f0a95330085a86fd852b8ad0b1fbb4e8a4158",
790                 "reference": "4c5f0a95330085a86fd852b8ad0b1fbb4e8a4158",
791                 "shasum": ""
792             },
793             "require": {
794                 "php": "^5.6 || ^7.0"
795             },
796             "require-dev": {
797                 "phpunit/phpunit": "^5.7"
798             },
799             "type": "library",
800             "autoload": {
801                 "psr-4": {
802                     "Stomp\\": "src/"
803                 }
804             },
805             "notification-url": "https://packagist.org/downloads/",
806             "license": [
807                 "Apache-2.0"
808             ],
809             "authors": [
810                 {
811                     "name": "Dejan Bosnanac",
812                     "email": "dejan@nighttale.net",
813                     "homepage": "http://www.nighttale.net"
814                 },
815                 {
816                     "name": "Sören Rohweder",
817                     "email": "s.rohweder@blage.net",
818                     "homepage": "http://www.monofone.de"
819                 },
820                 {
821                     "name": "Jens Radtke",
822                     "email": "swefl@fin-sn.de",
823                     "homepage": "http://www.fin-sn.de"
824                 }
825             ],
826             "description": "stomp support for PHP",
827             "homepage": "http://github.com/stomp-php/stomp-php",
828             "keywords": [
829                 "activeMQ",
830                 "apollomq",
831                 "jms",
832                 "messaging",
833                 "rabbitmq",
834                 "stomp"
835             ],
836             "time": "2019-04-09T08:25:54+00:00"
837         }
838     ],
839     "packages-dev": [
840         {
841             "name": "cilex/cilex",
842             "version": "1.1.0",
843             "source": {
844                 "type": "git",
845                 "url": "https://github.com/Cilex/Cilex.git",
846                 "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5"
847             },
848             "dist": {
849                 "type": "zip",
850                 "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5",
851                 "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5",
852                 "shasum": ""
853             },
854             "require": {
855                 "cilex/console-service-provider": "1.*",
856                 "php": ">=5.3.3",
857                 "pimple/pimple": "~1.0",
858                 "symfony/finder": "~2.1",
859                 "symfony/process": "~2.1"
860             },
861             "require-dev": {
862                 "phpunit/phpunit": "3.7.*",
863                 "symfony/validator": "~2.1"
864             },
865             "suggest": {
866                 "monolog/monolog": ">=1.0.0",
867                 "symfony/validator": ">=1.0.0",
868                 "symfony/yaml": ">=1.0.0"
869             },
870             "type": "library",
871             "extra": {
872                 "branch-alias": {
873                     "dev-master": "1.0-dev"
874                 }
875             },
876             "autoload": {
877                 "psr-0": {
878                     "Cilex": "src/"
879                 }
880             },
881             "notification-url": "https://packagist.org/downloads/",
882             "license": [
883                 "MIT"
884             ],
885             "authors": [
886                 {
887                     "name": "Mike van Riel",
888                     "email": "mike.vanriel@naenius.com"
889                 }
890             ],
891             "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components",
892             "homepage": "http://cilex.github.com",
893             "keywords": [
894                 "cli",
895                 "microframework"
896             ],
897             "time": "2014-03-29T14:03:13+00:00"
898         },
899         {
900             "name": "cilex/console-service-provider",
901             "version": "1.0.0",
902             "source": {
903                 "type": "git",
904                 "url": "https://github.com/Cilex/console-service-provider.git",
905                 "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e"
906             },
907             "dist": {
908                 "type": "zip",
909                 "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e",
910                 "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e",
911                 "shasum": ""
912             },
913             "require": {
914                 "php": ">=5.3.3",
915                 "pimple/pimple": "1.*@dev",
916                 "symfony/console": "~2.1"
917             },
918             "require-dev": {
919                 "cilex/cilex": "1.*@dev",
920                 "silex/silex": "1.*@dev"
921             },
922             "type": "library",
923             "extra": {
924                 "branch-alias": {
925                     "dev-master": "1.0-dev"
926                 }
927             },
928             "autoload": {
929                 "psr-0": {
930                     "Cilex\\Provider\\Console": "src"
931                 }
932             },
933             "notification-url": "https://packagist.org/downloads/",
934             "license": [
935                 "MIT"
936             ],
937             "authors": [
938                 {
939                     "name": "Beau Simensen",
940                     "email": "beau@dflydev.com",
941                     "homepage": "http://beausimensen.com"
942                 },
943                 {
944                     "name": "Mike van Riel",
945                     "email": "mike.vanriel@naenius.com"
946                 }
947             ],
948             "description": "Console Service Provider",
949             "keywords": [
950                 "cilex",
951                 "console",
952                 "pimple",
953                 "service-provider",
954                 "silex"
955             ],
956             "time": "2012-12-19T10:50:58+00:00"
957         },
958         {
959             "name": "container-interop/container-interop",
960             "version": "1.2.0",
961             "source": {
962                 "type": "git",
963                 "url": "https://github.com/container-interop/container-interop.git",
964                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
965             },
966             "dist": {
967                 "type": "zip",
968                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
969                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
970                 "shasum": ""
971             },
972             "require": {
973                 "psr/container": "^1.0"
974             },
975             "type": "library",
976             "autoload": {
977                 "psr-4": {
978                     "Interop\\Container\\": "src/Interop/Container/"
979                 }
980             },
981             "notification-url": "https://packagist.org/downloads/",
982             "license": [
983                 "MIT"
984             ],
985             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
986             "homepage": "https://github.com/container-interop/container-interop",
987             "time": "2017-02-14T19:40:03+00:00"
988         },
989         {
990             "name": "dnoegel/php-xdg-base-dir",
991             "version": "0.1",
992             "source": {
993                 "type": "git",
994                 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
995                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
996             },
997             "dist": {
998                 "type": "zip",
999                 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
1000                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
1001                 "shasum": ""
1002             },
1003             "require": {
1004                 "php": ">=5.3.2"
1005             },
1006             "require-dev": {
1007                 "phpunit/phpunit": "@stable"
1008             },
1009             "type": "project",
1010             "autoload": {
1011                 "psr-4": {
1012                     "XdgBaseDir\\": "src/"
1013                 }
1014             },
1015             "notification-url": "https://packagist.org/downloads/",
1016             "license": [
1017                 "MIT"
1018             ],
1019             "description": "implementation of xdg base directory specification for php",
1020             "time": "2014-10-24T07:27:01+00:00"
1021         },
1022         {
1023             "name": "doctrine/annotations",
1024             "version": "v1.4.0",
1025             "source": {
1026                 "type": "git",
1027                 "url": "https://github.com/doctrine/annotations.git",
1028                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
1029             },
1030             "dist": {
1031                 "type": "zip",
1032                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
1033                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
1034                 "shasum": ""
1035             },
1036             "require": {
1037                 "doctrine/lexer": "1.*",
1038                 "php": "^5.6 || ^7.0"
1039             },
1040             "require-dev": {
1041                 "doctrine/cache": "1.*",
1042                 "phpunit/phpunit": "^5.7"
1043             },
1044             "type": "library",
1045             "extra": {
1046                 "branch-alias": {
1047                     "dev-master": "1.4.x-dev"
1048                 }
1049             },
1050             "autoload": {
1051                 "psr-4": {
1052                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1053                 }
1054             },
1055             "notification-url": "https://packagist.org/downloads/",
1056             "license": [
1057                 "MIT"
1058             ],
1059             "authors": [
1060                 {
1061                     "name": "Roman Borschel",
1062                     "email": "roman@code-factory.org"
1063                 },
1064                 {
1065                     "name": "Benjamin Eberlei",
1066                     "email": "kontakt@beberlei.de"
1067                 },
1068                 {
1069                     "name": "Guilherme Blanco",
1070                     "email": "guilhermeblanco@gmail.com"
1071                 },
1072                 {
1073                     "name": "Jonathan Wage",
1074                     "email": "jonwage@gmail.com"
1075                 },
1076                 {
1077                     "name": "Johannes Schmitt",
1078                     "email": "schmittjoh@gmail.com"
1079                 }
1080             ],
1081             "description": "Docblock Annotations Parser",
1082             "homepage": "http://www.doctrine-project.org",
1083             "keywords": [
1084                 "annotations",
1085                 "docblock",
1086                 "parser"
1087             ],
1088             "time": "2017-02-24T16:22:25+00:00"
1089         },
1090         {
1091             "name": "doctrine/instantiator",
1092             "version": "1.0.5",
1093             "source": {
1094                 "type": "git",
1095                 "url": "https://github.com/doctrine/instantiator.git",
1096                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1097             },
1098             "dist": {
1099                 "type": "zip",
1100                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1101                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1102                 "shasum": ""
1103             },
1104             "require": {
1105                 "php": ">=5.3,<8.0-DEV"
1106             },
1107             "require-dev": {
1108                 "athletic/athletic": "~0.1.8",
1109                 "ext-pdo": "*",
1110                 "ext-phar": "*",
1111                 "phpunit/phpunit": "~4.0",
1112                 "squizlabs/php_codesniffer": "~2.0"
1113             },
1114             "type": "library",
1115             "extra": {
1116                 "branch-alias": {
1117                     "dev-master": "1.0.x-dev"
1118                 }
1119             },
1120             "autoload": {
1121                 "psr-4": {
1122                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1123                 }
1124             },
1125             "notification-url": "https://packagist.org/downloads/",
1126             "license": [
1127                 "MIT"
1128             ],
1129             "authors": [
1130                 {
1131                     "name": "Marco Pivetta",
1132                     "email": "ocramius@gmail.com",
1133                     "homepage": "http://ocramius.github.com/"
1134                 }
1135             ],
1136             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1137             "homepage": "https://github.com/doctrine/instantiator",
1138             "keywords": [
1139                 "constructor",
1140                 "instantiate"
1141             ],
1142             "time": "2015-06-14T21:17:01+00:00"
1143         },
1144         {
1145             "name": "doctrine/lexer",
1146             "version": "1.0.2",
1147             "source": {
1148                 "type": "git",
1149                 "url": "https://github.com/doctrine/lexer.git",
1150                 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
1151             },
1152             "dist": {
1153                 "type": "zip",
1154                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1155                 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1156                 "shasum": ""
1157             },
1158             "require": {
1159                 "php": ">=5.3.2"
1160             },
1161             "require-dev": {
1162                 "phpunit/phpunit": "^4.5"
1163             },
1164             "type": "library",
1165             "extra": {
1166                 "branch-alias": {
1167                     "dev-master": "1.0.x-dev"
1168                 }
1169             },
1170             "autoload": {
1171                 "psr-4": {
1172                     "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1173                 }
1174             },
1175             "notification-url": "https://packagist.org/downloads/",
1176             "license": [
1177                 "MIT"
1178             ],
1179             "authors": [
1180                 {
1181                     "name": "Roman Borschel",
1182                     "email": "roman@code-factory.org"
1183                 },
1184                 {
1185                     "name": "Guilherme Blanco",
1186                     "email": "guilhermeblanco@gmail.com"
1187                 },
1188                 {
1189                     "name": "Johannes Schmitt",
1190                     "email": "schmittjoh@gmail.com"
1191                 }
1192             ],
1193             "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1194             "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1195             "keywords": [
1196                 "annotations",
1197                 "docblock",
1198                 "lexer",
1199                 "parser",
1200                 "php"
1201             ],
1202             "time": "2019-06-08T11:03:04+00:00"
1203         },
1204         {
1205             "name": "erusev/parsedown",
1206             "version": "1.7.3",
1207             "source": {
1208                 "type": "git",
1209                 "url": "https://github.com/erusev/parsedown.git",
1210                 "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7"
1211             },
1212             "dist": {
1213                 "type": "zip",
1214                 "url": "https://api.github.com/repos/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
1215                 "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
1216                 "shasum": ""
1217             },
1218             "require": {
1219                 "ext-mbstring": "*",
1220                 "php": ">=5.3.0"
1221             },
1222             "require-dev": {
1223                 "phpunit/phpunit": "^4.8.35"
1224             },
1225             "type": "library",
1226             "autoload": {
1227                 "psr-0": {
1228                     "Parsedown": ""
1229                 }
1230             },
1231             "notification-url": "https://packagist.org/downloads/",
1232             "license": [
1233                 "MIT"
1234             ],
1235             "authors": [
1236                 {
1237                     "name": "Emanuil Rusev",
1238                     "email": "hello@erusev.com",
1239                     "homepage": "http://erusev.com"
1240                 }
1241             ],
1242             "description": "Parser for Markdown.",
1243             "homepage": "http://parsedown.org",
1244             "keywords": [
1245                 "markdown",
1246                 "parser"
1247             ],
1248             "time": "2019-03-17T18:48:37+00:00"
1249         },
1250         {
1251             "name": "herrera-io/json",
1252             "version": "1.0.3",
1253             "source": {
1254                 "type": "git",
1255                 "url": "https://github.com/kherge-php/json.git",
1256                 "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
1257             },
1258             "dist": {
1259                 "type": "zip",
1260                 "url": "https://api.github.com/repos/kherge-php/json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1",
1261                 "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1",
1262                 "shasum": ""
1263             },
1264             "require": {
1265                 "ext-json": "*",
1266                 "justinrainbow/json-schema": ">=1.0,<2.0-dev",
1267                 "php": ">=5.3.3",
1268                 "seld/jsonlint": ">=1.0,<2.0-dev"
1269             },
1270             "require-dev": {
1271                 "herrera-io/phpunit-test-case": "1.*",
1272                 "mikey179/vfsstream": "1.1.0",
1273                 "phpunit/phpunit": "3.7.*"
1274             },
1275             "type": "library",
1276             "extra": {
1277                 "branch-alias": {
1278                     "dev-master": "1.0-dev"
1279                 }
1280             },
1281             "autoload": {
1282                 "files": [
1283                     "src/lib/json_version.php"
1284                 ],
1285                 "psr-0": {
1286                     "Herrera\\Json": "src/lib"
1287                 }
1288             },
1289             "notification-url": "https://packagist.org/downloads/",
1290             "license": [
1291                 "MIT"
1292             ],
1293             "authors": [
1294                 {
1295                     "name": "Kevin Herrera",
1296                     "email": "kevin@herrera.io",
1297                     "homepage": "http://kevin.herrera.io"
1298                 }
1299             ],
1300             "description": "A library for simplifying JSON linting and validation.",
1301             "homepage": "http://herrera-io.github.com/php-json",
1302             "keywords": [
1303                 "json",
1304                 "lint",
1305                 "schema",
1306                 "validate"
1307             ],
1308             "abandoned": "kherge/json",
1309             "time": "2013-10-30T16:51:34+00:00"
1310         },
1311         {
1312             "name": "herrera-io/phar-update",
1313             "version": "1.0.3",
1314             "source": {
1315                 "type": "git",
1316                 "url": "https://github.com/kherge-abandoned/php-phar-update.git",
1317                 "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b"
1318             },
1319             "dist": {
1320                 "type": "zip",
1321                 "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
1322                 "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
1323                 "shasum": ""
1324             },
1325             "require": {
1326                 "herrera-io/json": "1.*",
1327                 "kherge/version": "1.*",
1328                 "php": ">=5.3.3"
1329             },
1330             "require-dev": {
1331                 "herrera-io/phpunit-test-case": "1.*",
1332                 "mikey179/vfsstream": "1.1.0",
1333                 "phpunit/phpunit": "3.7.*"
1334             },
1335             "type": "library",
1336             "extra": {
1337                 "branch-alias": {
1338                     "dev-master": "1.0-dev"
1339                 }
1340             },
1341             "autoload": {
1342                 "files": [
1343                     "src/lib/constants.php"
1344                 ],
1345                 "psr-0": {
1346                     "Herrera\\Phar\\Update": "src/lib"
1347                 }
1348             },
1349             "notification-url": "https://packagist.org/downloads/",
1350             "license": [
1351                 "MIT"
1352             ],
1353             "authors": [
1354                 {
1355                     "name": "Kevin Herrera",
1356                     "email": "kevin@herrera.io",
1357                     "homepage": "http://kevin.herrera.io"
1358                 }
1359             ],
1360             "description": "A library for self-updating Phars.",
1361             "homepage": "http://herrera-io.github.com/php-phar-update",
1362             "keywords": [
1363                 "phar",
1364                 "update"
1365             ],
1366             "abandoned": true,
1367             "time": "2013-10-30T17:23:01+00:00"
1368         },
1369         {
1370             "name": "jakub-onderka/php-console-color",
1371             "version": "v0.2",
1372             "source": {
1373                 "type": "git",
1374                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
1375                 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
1376             },
1377             "dist": {
1378                 "type": "zip",
1379                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
1380                 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
1381                 "shasum": ""
1382             },
1383             "require": {
1384                 "php": ">=5.4.0"
1385             },
1386             "require-dev": {
1387                 "jakub-onderka/php-code-style": "1.0",
1388                 "jakub-onderka/php-parallel-lint": "1.0",
1389                 "jakub-onderka/php-var-dump-check": "0.*",
1390                 "phpunit/phpunit": "~4.3",
1391                 "squizlabs/php_codesniffer": "1.*"
1392             },
1393             "type": "library",
1394             "autoload": {
1395                 "psr-4": {
1396                     "JakubOnderka\\PhpConsoleColor\\": "src/"
1397                 }
1398             },
1399             "notification-url": "https://packagist.org/downloads/",
1400             "license": [
1401                 "BSD-2-Clause"
1402             ],
1403             "authors": [
1404                 {
1405                     "name": "Jakub Onderka",
1406                     "email": "jakub.onderka@gmail.com"
1407                 }
1408             ],
1409             "time": "2018-09-29T17:23:10+00:00"
1410         },
1411         {
1412             "name": "jakub-onderka/php-console-highlighter",
1413             "version": "v0.4",
1414             "source": {
1415                 "type": "git",
1416                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
1417                 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
1418             },
1419             "dist": {
1420                 "type": "zip",
1421                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
1422                 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
1423                 "shasum": ""
1424             },
1425             "require": {
1426                 "ext-tokenizer": "*",
1427                 "jakub-onderka/php-console-color": "~0.2",
1428                 "php": ">=5.4.0"
1429             },
1430             "require-dev": {
1431                 "jakub-onderka/php-code-style": "~1.0",
1432                 "jakub-onderka/php-parallel-lint": "~1.0",
1433                 "jakub-onderka/php-var-dump-check": "~0.1",
1434                 "phpunit/phpunit": "~4.0",
1435                 "squizlabs/php_codesniffer": "~1.5"
1436             },
1437             "type": "library",
1438             "autoload": {
1439                 "psr-4": {
1440                     "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
1441                 }
1442             },
1443             "notification-url": "https://packagist.org/downloads/",
1444             "license": [
1445                 "MIT"
1446             ],
1447             "authors": [
1448                 {
1449                     "name": "Jakub Onderka",
1450                     "email": "acci@acci.cz",
1451                     "homepage": "http://www.acci.cz/"
1452                 }
1453             ],
1454             "description": "Highlight PHP code in terminal",
1455             "time": "2018-09-29T18:48:56+00:00"
1456         },
1457         {
1458             "name": "jms/metadata",
1459             "version": "1.7.0",
1460             "source": {
1461                 "type": "git",
1462                 "url": "https://github.com/schmittjoh/metadata.git",
1463                 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
1464             },
1465             "dist": {
1466                 "type": "zip",
1467                 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
1468                 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
1469                 "shasum": ""
1470             },
1471             "require": {
1472                 "php": ">=5.3.0"
1473             },
1474             "require-dev": {
1475                 "doctrine/cache": "~1.0",
1476                 "symfony/cache": "~3.1"
1477             },
1478             "type": "library",
1479             "extra": {
1480                 "branch-alias": {
1481                     "dev-master": "1.5.x-dev"
1482                 }
1483             },
1484             "autoload": {
1485                 "psr-0": {
1486                     "Metadata\\": "src/"
1487                 }
1488             },
1489             "notification-url": "https://packagist.org/downloads/",
1490             "license": [
1491                 "MIT"
1492             ],
1493             "authors": [
1494                 {
1495                     "name": "Asmir Mustafic",
1496                     "email": "goetas@gmail.com"
1497                 },
1498                 {
1499                     "name": "Johannes M. Schmitt",
1500                     "email": "schmittjoh@gmail.com"
1501                 }
1502             ],
1503             "description": "Class/method/property metadata management in PHP",
1504             "keywords": [
1505                 "annotations",
1506                 "metadata",
1507                 "xml",
1508                 "yaml"
1509             ],
1510             "time": "2018-10-26T12:40:10+00:00"
1511         },
1512         {
1513             "name": "jms/parser-lib",
1514             "version": "1.0.0",
1515             "source": {
1516                 "type": "git",
1517                 "url": "https://github.com/schmittjoh/parser-lib.git",
1518                 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1519             },
1520             "dist": {
1521                 "type": "zip",
1522                 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1523                 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1524                 "shasum": ""
1525             },
1526             "require": {
1527                 "phpoption/phpoption": ">=0.9,<2.0-dev"
1528             },
1529             "type": "library",
1530             "extra": {
1531                 "branch-alias": {
1532                     "dev-master": "1.0-dev"
1533                 }
1534             },
1535             "autoload": {
1536                 "psr-0": {
1537                     "JMS\\": "src/"
1538                 }
1539             },
1540             "notification-url": "https://packagist.org/downloads/",
1541             "license": [
1542                 "Apache2"
1543             ],
1544             "description": "A library for easily creating recursive-descent parsers.",
1545             "time": "2012-11-18T18:08:43+00:00"
1546         },
1547         {
1548             "name": "jms/serializer",
1549             "version": "1.14.0",
1550             "source": {
1551                 "type": "git",
1552                 "url": "https://github.com/schmittjoh/serializer.git",
1553                 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca"
1554             },
1555             "dist": {
1556                 "type": "zip",
1557                 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
1558                 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
1559                 "shasum": ""
1560             },
1561             "require": {
1562                 "doctrine/annotations": "^1.0",
1563                 "doctrine/instantiator": "^1.0.3",
1564                 "jms/metadata": "^1.3",
1565                 "jms/parser-lib": "1.*",
1566                 "php": "^5.5|^7.0",
1567                 "phpcollection/phpcollection": "~0.1",
1568                 "phpoption/phpoption": "^1.1"
1569             },
1570             "conflict": {
1571                 "twig/twig": "<1.12"
1572             },
1573             "require-dev": {
1574                 "doctrine/orm": "~2.1",
1575                 "doctrine/phpcr-odm": "^1.3|^2.0",
1576                 "ext-pdo_sqlite": "*",
1577                 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
1578                 "phpunit/phpunit": "^4.8|^5.0",
1579                 "propel/propel1": "~1.7",
1580                 "psr/container": "^1.0",
1581                 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
1582                 "symfony/expression-language": "^2.6|^3.0",
1583                 "symfony/filesystem": "^2.1",
1584                 "symfony/form": "~2.1|^3.0",
1585                 "symfony/translation": "^2.1|^3.0",
1586                 "symfony/validator": "^2.2|^3.0",
1587                 "symfony/yaml": "^2.1|^3.0",
1588                 "twig/twig": "~1.12|~2.0"
1589             },
1590             "suggest": {
1591                 "doctrine/cache": "Required if you like to use cache functionality.",
1592                 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
1593                 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1594             },
1595             "type": "library",
1596             "extra": {
1597                 "branch-alias": {
1598                     "dev-1.x": "1.14-dev"
1599                 }
1600             },
1601             "autoload": {
1602                 "psr-0": {
1603                     "JMS\\Serializer": "src/"
1604                 }
1605             },
1606             "notification-url": "https://packagist.org/downloads/",
1607             "license": [
1608                 "MIT"
1609             ],
1610             "authors": [
1611                 {
1612                     "name": "Asmir Mustafic",
1613                     "email": "goetas@gmail.com"
1614                 },
1615                 {
1616                     "name": "Johannes M. Schmitt",
1617                     "email": "schmittjoh@gmail.com"
1618                 }
1619             ],
1620             "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1621             "homepage": "http://jmsyst.com/libs/serializer",
1622             "keywords": [
1623                 "deserialization",
1624                 "jaxb",
1625                 "json",
1626                 "serialization",
1627                 "xml"
1628             ],
1629             "time": "2019-04-17T08:12:16+00:00"
1630         },
1631         {
1632             "name": "justinrainbow/json-schema",
1633             "version": "1.6.1",
1634             "source": {
1635                 "type": "git",
1636                 "url": "https://github.com/justinrainbow/json-schema.git",
1637                 "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
1638             },
1639             "dist": {
1640                 "type": "zip",
1641                 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
1642                 "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
1643                 "shasum": ""
1644             },
1645             "require": {
1646                 "php": ">=5.3.29"
1647             },
1648             "require-dev": {
1649                 "json-schema/json-schema-test-suite": "1.1.0",
1650                 "phpdocumentor/phpdocumentor": "~2",
1651                 "phpunit/phpunit": "~3.7"
1652             },
1653             "bin": [
1654                 "bin/validate-json"
1655             ],
1656             "type": "library",
1657             "extra": {
1658                 "branch-alias": {
1659                     "dev-master": "1.6.x-dev"
1660                 }
1661             },
1662             "autoload": {
1663                 "psr-4": {
1664                     "JsonSchema\\": "src/JsonSchema/"
1665                 }
1666             },
1667             "notification-url": "https://packagist.org/downloads/",
1668             "license": [
1669                 "BSD-3-Clause"
1670             ],
1671             "authors": [
1672                 {
1673                     "name": "Bruno Prieto Reis",
1674                     "email": "bruno.p.reis@gmail.com"
1675                 },
1676                 {
1677                     "name": "Justin Rainbow",
1678                     "email": "justin.rainbow@gmail.com"
1679                 },
1680                 {
1681                     "name": "Igor Wiedler",
1682                     "email": "igor@wiedler.ch"
1683                 },
1684                 {
1685                     "name": "Robert Schönthal",
1686                     "email": "seroscho@googlemail.com"
1687                 }
1688             ],
1689             "description": "A library to validate a json schema.",
1690             "homepage": "https://github.com/justinrainbow/json-schema",
1691             "keywords": [
1692                 "json",
1693                 "schema"
1694             ],
1695             "time": "2016-01-25T15:43:01+00:00"
1696         },
1697         {
1698             "name": "kherge/version",
1699             "version": "1.0.1",
1700             "source": {
1701                 "type": "git",
1702                 "url": "https://github.com/kherge-abandoned/Version.git",
1703                 "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30"
1704             },
1705             "dist": {
1706                 "type": "zip",
1707                 "url": "https://api.github.com/repos/kherge-abandoned/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
1708                 "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
1709                 "shasum": ""
1710             },
1711             "require": {
1712                 "php": ">=5.3.3"
1713             },
1714             "type": "library",
1715             "extra": {
1716                 "branch-alias": {
1717                     "dev-master": "1.0-dev"
1718                 }
1719             },
1720             "autoload": {
1721                 "psr-0": {
1722                     "KevinGH\\Version": "src/lib/"
1723                 }
1724             },
1725             "notification-url": "https://packagist.org/downloads/",
1726             "license": [
1727                 "MIT"
1728             ],
1729             "authors": [
1730                 {
1731                     "name": "Kevin Herrera",
1732                     "email": "me@kevingh.com"
1733                 }
1734             ],
1735             "description": "A parsing and comparison library for semantic versioning.",
1736             "homepage": "http://github.com/kherge/Version",
1737             "abandoned": true,
1738             "time": "2012-08-16T17:13:03+00:00"
1739         },
1740         {
1741             "name": "monolog/monolog",
1742             "version": "1.24.0",
1743             "source": {
1744                 "type": "git",
1745                 "url": "https://github.com/Seldaek/monolog.git",
1746                 "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
1747             },
1748             "dist": {
1749                 "type": "zip",
1750                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
1751                 "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
1752                 "shasum": ""
1753             },
1754             "require": {
1755                 "php": ">=5.3.0",
1756                 "psr/log": "~1.0"
1757             },
1758             "provide": {
1759                 "psr/log-implementation": "1.0.0"
1760             },
1761             "require-dev": {
1762                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1763                 "doctrine/couchdb": "~1.0@dev",
1764                 "graylog2/gelf-php": "~1.0",
1765                 "jakub-onderka/php-parallel-lint": "0.9",
1766                 "php-amqplib/php-amqplib": "~2.4",
1767                 "php-console/php-console": "^3.1.3",
1768                 "phpunit/phpunit": "~4.5",
1769                 "phpunit/phpunit-mock-objects": "2.3.0",
1770                 "ruflin/elastica": ">=0.90 <3.0",
1771                 "sentry/sentry": "^0.13",
1772                 "swiftmailer/swiftmailer": "^5.3|^6.0"
1773             },
1774             "suggest": {
1775                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1776                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1777                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1778                 "ext-mongo": "Allow sending log messages to a MongoDB server",
1779                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1780                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1781                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1782                 "php-console/php-console": "Allow sending log messages to Google Chrome",
1783                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1784                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1785                 "sentry/sentry": "Allow sending log messages to a Sentry server"
1786             },
1787             "type": "library",
1788             "extra": {
1789                 "branch-alias": {
1790                     "dev-master": "2.0.x-dev"
1791                 }
1792             },
1793             "autoload": {
1794                 "psr-4": {
1795                     "Monolog\\": "src/Monolog"
1796                 }
1797             },
1798             "notification-url": "https://packagist.org/downloads/",
1799             "license": [
1800                 "MIT"
1801             ],
1802             "authors": [
1803                 {
1804                     "name": "Jordi Boggiano",
1805                     "email": "j.boggiano@seld.be",
1806                     "homepage": "http://seld.be"
1807                 }
1808             ],
1809             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1810             "homepage": "http://github.com/Seldaek/monolog",
1811             "keywords": [
1812                 "log",
1813                 "logging",
1814                 "psr-3"
1815             ],
1816             "time": "2018-11-05T09:00:11+00:00"
1817         },
1818         {
1819             "name": "myclabs/deep-copy",
1820             "version": "1.7.0",
1821             "source": {
1822                 "type": "git",
1823                 "url": "https://github.com/myclabs/DeepCopy.git",
1824                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
1825             },
1826             "dist": {
1827                 "type": "zip",
1828                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1829                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1830                 "shasum": ""
1831             },
1832             "require": {
1833                 "php": "^5.6 || ^7.0"
1834             },
1835             "require-dev": {
1836                 "doctrine/collections": "^1.0",
1837                 "doctrine/common": "^2.6",
1838                 "phpunit/phpunit": "^4.1"
1839             },
1840             "type": "library",
1841             "autoload": {
1842                 "psr-4": {
1843                     "DeepCopy\\": "src/DeepCopy/"
1844                 },
1845                 "files": [
1846                     "src/DeepCopy/deep_copy.php"
1847                 ]
1848             },
1849             "notification-url": "https://packagist.org/downloads/",
1850             "license": [
1851                 "MIT"
1852             ],
1853             "description": "Create deep copies (clones) of your objects",
1854             "keywords": [
1855                 "clone",
1856                 "copy",
1857                 "duplicate",
1858                 "object",
1859                 "object graph"
1860             ],
1861             "time": "2017-10-19T19:58:43+00:00"
1862         },
1863         {
1864             "name": "nikic/php-parser",
1865             "version": "v1.4.1",
1866             "source": {
1867                 "type": "git",
1868                 "url": "https://github.com/nikic/PHP-Parser.git",
1869                 "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51"
1870             },
1871             "dist": {
1872                 "type": "zip",
1873                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
1874                 "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
1875                 "shasum": ""
1876             },
1877             "require": {
1878                 "ext-tokenizer": "*",
1879                 "php": ">=5.3"
1880             },
1881             "type": "library",
1882             "extra": {
1883                 "branch-alias": {
1884                     "dev-master": "1.4-dev"
1885                 }
1886             },
1887             "autoload": {
1888                 "files": [
1889                     "lib/bootstrap.php"
1890                 ]
1891             },
1892             "notification-url": "https://packagist.org/downloads/",
1893             "license": [
1894                 "BSD-3-Clause"
1895             ],
1896             "authors": [
1897                 {
1898                     "name": "Nikita Popov"
1899                 }
1900             ],
1901             "description": "A PHP parser written in PHP",
1902             "keywords": [
1903                 "parser",
1904                 "php"
1905             ],
1906             "time": "2015-09-19T14:15:08+00:00"
1907         },
1908         {
1909             "name": "phar-io/manifest",
1910             "version": "1.0.1",
1911             "source": {
1912                 "type": "git",
1913                 "url": "https://github.com/phar-io/manifest.git",
1914                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
1915             },
1916             "dist": {
1917                 "type": "zip",
1918                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
1919                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
1920                 "shasum": ""
1921             },
1922             "require": {
1923                 "ext-dom": "*",
1924                 "ext-phar": "*",
1925                 "phar-io/version": "^1.0.1",
1926                 "php": "^5.6 || ^7.0"
1927             },
1928             "type": "library",
1929             "extra": {
1930                 "branch-alias": {
1931                     "dev-master": "1.0.x-dev"
1932                 }
1933             },
1934             "autoload": {
1935                 "classmap": [
1936                     "src/"
1937                 ]
1938             },
1939             "notification-url": "https://packagist.org/downloads/",
1940             "license": [
1941                 "BSD-3-Clause"
1942             ],
1943             "authors": [
1944                 {
1945                     "name": "Arne Blankerts",
1946                     "email": "arne@blankerts.de",
1947                     "role": "Developer"
1948                 },
1949                 {
1950                     "name": "Sebastian Heuer",
1951                     "email": "sebastian@phpeople.de",
1952                     "role": "Developer"
1953                 },
1954                 {
1955                     "name": "Sebastian Bergmann",
1956                     "email": "sebastian@phpunit.de",
1957                     "role": "Developer"
1958                 }
1959             ],
1960             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1961             "time": "2017-03-05T18:14:27+00:00"
1962         },
1963         {
1964             "name": "phar-io/version",
1965             "version": "1.0.1",
1966             "source": {
1967                 "type": "git",
1968                 "url": "https://github.com/phar-io/version.git",
1969                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
1970             },
1971             "dist": {
1972                 "type": "zip",
1973                 "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
1974                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
1975                 "shasum": ""
1976             },
1977             "require": {
1978                 "php": "^5.6 || ^7.0"
1979             },
1980             "type": "library",
1981             "autoload": {
1982                 "classmap": [
1983                     "src/"
1984                 ]
1985             },
1986             "notification-url": "https://packagist.org/downloads/",
1987             "license": [
1988                 "BSD-3-Clause"
1989             ],
1990             "authors": [
1991                 {
1992                     "name": "Arne Blankerts",
1993                     "email": "arne@blankerts.de",
1994                     "role": "Developer"
1995                 },
1996                 {
1997                     "name": "Sebastian Heuer",
1998                     "email": "sebastian@phpeople.de",
1999                     "role": "Developer"
2000                 },
2001                 {
2002                     "name": "Sebastian Bergmann",
2003                     "email": "sebastian@phpunit.de",
2004                     "role": "Developer"
2005                 }
2006             ],
2007             "description": "Library for handling version information and constraints",
2008             "time": "2017-03-05T17:38:23+00:00"
2009         },
2010         {
2011             "name": "phpcollection/phpcollection",
2012             "version": "0.5.0",
2013             "source": {
2014                 "type": "git",
2015                 "url": "https://github.com/schmittjoh/php-collection.git",
2016                 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
2017             },
2018             "dist": {
2019                 "type": "zip",
2020                 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
2021                 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
2022                 "shasum": ""
2023             },
2024             "require": {
2025                 "phpoption/phpoption": "1.*"
2026             },
2027             "type": "library",
2028             "extra": {
2029                 "branch-alias": {
2030                     "dev-master": "0.4-dev"
2031                 }
2032             },
2033             "autoload": {
2034                 "psr-0": {
2035                     "PhpCollection": "src/"
2036                 }
2037             },
2038             "notification-url": "https://packagist.org/downloads/",
2039             "license": [
2040                 "Apache2"
2041             ],
2042             "authors": [
2043                 {
2044                     "name": "Johannes M. Schmitt",
2045                     "email": "schmittjoh@gmail.com"
2046                 }
2047             ],
2048             "description": "General-Purpose Collection Library for PHP",
2049             "keywords": [
2050                 "collection",
2051                 "list",
2052                 "map",
2053                 "sequence",
2054                 "set"
2055             ],
2056             "time": "2015-05-17T12:39:23+00:00"
2057         },
2058         {
2059             "name": "phpdocumentor/fileset",
2060             "version": "1.0.0",
2061             "source": {
2062                 "type": "git",
2063                 "url": "https://github.com/phpDocumentor/Fileset.git",
2064                 "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0"
2065             },
2066             "dist": {
2067                 "type": "zip",
2068                 "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
2069                 "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
2070                 "shasum": ""
2071             },
2072             "require": {
2073                 "php": ">=5.3.3",
2074                 "symfony/finder": "~2.1"
2075             },
2076             "require-dev": {
2077                 "phpunit/phpunit": "~3.7"
2078             },
2079             "type": "library",
2080             "autoload": {
2081                 "psr-0": {
2082                     "phpDocumentor": [
2083                         "src/",
2084                         "tests/unit/"
2085                     ]
2086                 }
2087             },
2088             "notification-url": "https://packagist.org/downloads/",
2089             "license": [
2090                 "MIT"
2091             ],
2092             "description": "Fileset component for collecting a set of files given directories and file paths",
2093             "homepage": "http://www.phpdoc.org",
2094             "keywords": [
2095                 "files",
2096                 "fileset",
2097                 "phpdoc"
2098             ],
2099             "time": "2013-08-06T21:07:42+00:00"
2100         },
2101         {
2102             "name": "phpdocumentor/graphviz",
2103             "version": "1.0.4",
2104             "source": {
2105                 "type": "git",
2106                 "url": "https://github.com/phpDocumentor/GraphViz.git",
2107                 "reference": "a906a90a9f230535f25ea31caf81b2323956283f"
2108             },
2109             "dist": {
2110                 "type": "zip",
2111                 "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f",
2112                 "reference": "a906a90a9f230535f25ea31caf81b2323956283f",
2113                 "shasum": ""
2114             },
2115             "require": {
2116                 "php": ">=5.3.3"
2117             },
2118             "require-dev": {
2119                 "phpunit/phpunit": "~4.0"
2120             },
2121             "type": "library",
2122             "autoload": {
2123                 "psr-0": {
2124                     "phpDocumentor": [
2125                         "src/",
2126                         "tests/unit"
2127                     ]
2128                 }
2129             },
2130             "notification-url": "https://packagist.org/downloads/",
2131             "license": [
2132                 "MIT"
2133             ],
2134             "authors": [
2135                 {
2136                     "name": "Mike van Riel",
2137                     "email": "mike.vanriel@naenius.com"
2138                 }
2139             ],
2140             "time": "2016-02-02T13:00:08+00:00"
2141         },
2142         {
2143             "name": "phpdocumentor/phpdocumentor",
2144             "version": "v2.9.0",
2145             "source": {
2146                 "type": "git",
2147                 "url": "https://github.com/phpDocumentor/phpDocumentor2.git",
2148                 "reference": "be607da0eef9b9249c43c5b4820d25d631c73667"
2149             },
2150             "dist": {
2151                 "type": "zip",
2152                 "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/be607da0eef9b9249c43c5b4820d25d631c73667",
2153                 "reference": "be607da0eef9b9249c43c5b4820d25d631c73667",
2154                 "shasum": ""
2155             },
2156             "require": {
2157                 "cilex/cilex": "~1.0",
2158                 "erusev/parsedown": "~1.0",
2159                 "herrera-io/phar-update": "1.0.3",
2160                 "jms/serializer": ">=0.12",
2161                 "monolog/monolog": "~1.6",
2162                 "php": ">=5.3.3",
2163                 "phpdocumentor/fileset": "~1.0",
2164                 "phpdocumentor/graphviz": "~1.0",
2165                 "phpdocumentor/reflection": "^3.0",
2166                 "phpdocumentor/reflection-docblock": "~2.0",
2167                 "symfony/config": "~2.3",
2168                 "symfony/console": "~2.3",
2169                 "symfony/event-dispatcher": "~2.1",
2170                 "symfony/process": "~2.0",
2171                 "symfony/stopwatch": "~2.3",
2172                 "symfony/validator": "~2.2",
2173                 "twig/twig": "~1.3",
2174                 "zendframework/zend-cache": "~2.1",
2175                 "zendframework/zend-config": "~2.1",
2176                 "zendframework/zend-filter": "~2.1",
2177                 "zendframework/zend-i18n": "~2.1",
2178                 "zendframework/zend-serializer": "~2.1",
2179                 "zendframework/zend-servicemanager": "~2.1",
2180                 "zendframework/zend-stdlib": "~2.1",
2181                 "zetacomponents/document": ">=1.3.1"
2182             },
2183             "require-dev": {
2184                 "behat/behat": "~3.0",
2185                 "mikey179/vfsstream": "~1.2",
2186                 "mockery/mockery": "~0.9@dev",
2187                 "phpunit/phpunit": "~4.0",
2188                 "squizlabs/php_codesniffer": "~1.4",
2189                 "symfony/expression-language": "~2.4"
2190             },
2191             "suggest": {
2192                 "ext-twig": "Enabling the twig extension improves the generation of twig based templates.",
2193                 "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates."
2194             },
2195             "bin": [
2196                 "bin/phpdoc.php",
2197                 "bin/phpdoc"
2198             ],
2199             "type": "library",
2200             "extra": {
2201                 "branch-alias": {
2202                     "dev-develop": "2.9-dev"
2203                 }
2204             },
2205             "autoload": {
2206                 "psr-0": {
2207                     "phpDocumentor": [
2208                         "src/",
2209                         "tests/unit/"
2210                     ],
2211                     "Cilex\\Provider": [
2212                         "src/"
2213                     ]
2214                 }
2215             },
2216             "notification-url": "https://packagist.org/downloads/",
2217             "license": [
2218                 "MIT"
2219             ],
2220             "description": "Documentation Generator for PHP",
2221             "homepage": "http://www.phpdoc.org",
2222             "keywords": [
2223                 "api",
2224                 "application",
2225                 "dga",
2226                 "documentation",
2227                 "phpdoc"
2228             ],
2229             "time": "2016-05-22T09:50:56+00:00"
2230         },
2231         {
2232             "name": "phpdocumentor/reflection",
2233             "version": "3.0.1",
2234             "source": {
2235                 "type": "git",
2236                 "url": "https://github.com/phpDocumentor/Reflection.git",
2237                 "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d"
2238             },
2239             "dist": {
2240                 "type": "zip",
2241                 "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
2242                 "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
2243                 "shasum": ""
2244             },
2245             "require": {
2246                 "nikic/php-parser": "^1.0",
2247                 "php": ">=5.3.3",
2248                 "phpdocumentor/reflection-docblock": "~2.0",
2249                 "psr/log": "~1.0"
2250             },
2251             "require-dev": {
2252                 "behat/behat": "~2.4",
2253                 "mockery/mockery": "~0.8",
2254                 "phpunit/phpunit": "~4.0"
2255             },
2256             "type": "library",
2257             "extra": {
2258                 "branch-alias": {
2259                     "dev-master": "1.0.x-dev"
2260                 }
2261             },
2262             "autoload": {
2263                 "psr-0": {
2264                     "phpDocumentor": [
2265                         "src/",
2266                         "tests/unit/",
2267                         "tests/mocks/"
2268                     ]
2269                 }
2270             },
2271             "notification-url": "https://packagist.org/downloads/",
2272             "license": [
2273                 "MIT"
2274             ],
2275             "description": "Reflection library to do Static Analysis for PHP Projects",
2276             "homepage": "http://www.phpdoc.org",
2277             "keywords": [
2278                 "phpDocumentor",
2279                 "phpdoc",
2280                 "reflection",
2281                 "static analysis"
2282             ],
2283             "time": "2016-05-21T08:42:32+00:00"
2284         },
2285         {
2286             "name": "phpdocumentor/reflection-docblock",
2287             "version": "2.0.5",
2288             "source": {
2289                 "type": "git",
2290                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2291                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
2292             },
2293             "dist": {
2294                 "type": "zip",
2295                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
2296                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
2297                 "shasum": ""
2298             },
2299             "require": {
2300                 "php": ">=5.3.3"
2301             },
2302             "require-dev": {
2303                 "phpunit/phpunit": "~4.0"
2304             },
2305             "suggest": {
2306                 "dflydev/markdown": "~1.0",
2307                 "erusev/parsedown": "~1.0"
2308             },
2309             "type": "library",
2310             "extra": {
2311                 "branch-alias": {
2312                     "dev-master": "2.0.x-dev"
2313                 }
2314             },
2315             "autoload": {
2316                 "psr-0": {
2317                     "phpDocumentor": [
2318                         "src/"
2319                     ]
2320                 }
2321             },
2322             "notification-url": "https://packagist.org/downloads/",
2323             "license": [
2324                 "MIT"
2325             ],
2326             "authors": [
2327                 {
2328                     "name": "Mike van Riel",
2329                     "email": "mike.vanriel@naenius.com"
2330                 }
2331             ],
2332             "time": "2016-01-25T08:17:30+00:00"
2333         },
2334         {
2335             "name": "phpoption/phpoption",
2336             "version": "1.5.0",
2337             "source": {
2338                 "type": "git",
2339                 "url": "https://github.com/schmittjoh/php-option.git",
2340                 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
2341             },
2342             "dist": {
2343                 "type": "zip",
2344                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2345                 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2346                 "shasum": ""
2347             },
2348             "require": {
2349                 "php": ">=5.3.0"
2350             },
2351             "require-dev": {
2352                 "phpunit/phpunit": "4.7.*"
2353             },
2354             "type": "library",
2355             "extra": {
2356                 "branch-alias": {
2357                     "dev-master": "1.3-dev"
2358                 }
2359             },
2360             "autoload": {
2361                 "psr-0": {
2362                     "PhpOption\\": "src/"
2363                 }
2364             },
2365             "notification-url": "https://packagist.org/downloads/",
2366             "license": [
2367                 "Apache2"
2368             ],
2369             "authors": [
2370                 {
2371                     "name": "Johannes M. Schmitt",
2372                     "email": "schmittjoh@gmail.com"
2373                 }
2374             ],
2375             "description": "Option Type for PHP",
2376             "keywords": [
2377                 "language",
2378                 "option",
2379                 "php",
2380                 "type"
2381             ],
2382             "time": "2015-07-25T16:39:46+00:00"
2383         },
2384         {
2385             "name": "phpspec/prophecy",
2386             "version": "1.8.1",
2387             "source": {
2388                 "type": "git",
2389                 "url": "https://github.com/phpspec/prophecy.git",
2390                 "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76"
2391             },
2392             "dist": {
2393                 "type": "zip",
2394                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
2395                 "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
2396                 "shasum": ""
2397             },
2398             "require": {
2399                 "doctrine/instantiator": "^1.0.2",
2400                 "php": "^5.3|^7.0",
2401                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2402                 "sebastian/comparator": "^1.1|^2.0|^3.0",
2403                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2404             },
2405             "require-dev": {
2406                 "phpspec/phpspec": "^2.5|^3.2",
2407                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2408             },
2409             "type": "library",
2410             "extra": {
2411                 "branch-alias": {
2412                     "dev-master": "1.8.x-dev"
2413                 }
2414             },
2415             "autoload": {
2416                 "psr-4": {
2417                     "Prophecy\\": "src/Prophecy"
2418                 }
2419             },
2420             "notification-url": "https://packagist.org/downloads/",
2421             "license": [
2422                 "MIT"
2423             ],
2424             "authors": [
2425                 {
2426                     "name": "Konstantin Kudryashov",
2427                     "email": "ever.zet@gmail.com",
2428                     "homepage": "http://everzet.com"
2429                 },
2430                 {
2431                     "name": "Marcello Duarte",
2432                     "email": "marcello.duarte@gmail.com"
2433                 }
2434             ],
2435             "description": "Highly opinionated mocking framework for PHP 5.3+",
2436             "homepage": "https://github.com/phpspec/prophecy",
2437             "keywords": [
2438                 "Double",
2439                 "Dummy",
2440                 "fake",
2441                 "mock",
2442                 "spy",
2443                 "stub"
2444             ],
2445             "time": "2019-06-13T12:50:23+00:00"
2446         },
2447         {
2448             "name": "phpunit/php-code-coverage",
2449             "version": "5.3.2",
2450             "source": {
2451                 "type": "git",
2452                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2453                 "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
2454             },
2455             "dist": {
2456                 "type": "zip",
2457                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
2458                 "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
2459                 "shasum": ""
2460             },
2461             "require": {
2462                 "ext-dom": "*",
2463                 "ext-xmlwriter": "*",
2464                 "php": "^7.0",
2465                 "phpunit/php-file-iterator": "^1.4.2",
2466                 "phpunit/php-text-template": "^1.2.1",
2467                 "phpunit/php-token-stream": "^2.0.1",
2468                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
2469                 "sebastian/environment": "^3.0",
2470                 "sebastian/version": "^2.0.1",
2471                 "theseer/tokenizer": "^1.1"
2472             },
2473             "require-dev": {
2474                 "phpunit/phpunit": "^6.0"
2475             },
2476             "suggest": {
2477                 "ext-xdebug": "^2.5.5"
2478             },
2479             "type": "library",
2480             "extra": {
2481                 "branch-alias": {
2482                     "dev-master": "5.3.x-dev"
2483                 }
2484             },
2485             "autoload": {
2486                 "classmap": [
2487                     "src/"
2488                 ]
2489             },
2490             "notification-url": "https://packagist.org/downloads/",
2491             "license": [
2492                 "BSD-3-Clause"
2493             ],
2494             "authors": [
2495                 {
2496                     "name": "Sebastian Bergmann",
2497                     "email": "sebastian@phpunit.de",
2498                     "role": "lead"
2499                 }
2500             ],
2501             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2502             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2503             "keywords": [
2504                 "coverage",
2505                 "testing",
2506                 "xunit"
2507             ],
2508             "time": "2018-04-06T15:36:58+00:00"
2509         },
2510         {
2511             "name": "phpunit/php-file-iterator",
2512             "version": "1.4.5",
2513             "source": {
2514                 "type": "git",
2515                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2516                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2517             },
2518             "dist": {
2519                 "type": "zip",
2520                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2521                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2522                 "shasum": ""
2523             },
2524             "require": {
2525                 "php": ">=5.3.3"
2526             },
2527             "type": "library",
2528             "extra": {
2529                 "branch-alias": {
2530                     "dev-master": "1.4.x-dev"
2531                 }
2532             },
2533             "autoload": {
2534                 "classmap": [
2535                     "src/"
2536                 ]
2537             },
2538             "notification-url": "https://packagist.org/downloads/",
2539             "license": [
2540                 "BSD-3-Clause"
2541             ],
2542             "authors": [
2543                 {
2544                     "name": "Sebastian Bergmann",
2545                     "email": "sb@sebastian-bergmann.de",
2546                     "role": "lead"
2547                 }
2548             ],
2549             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2550             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2551             "keywords": [
2552                 "filesystem",
2553                 "iterator"
2554             ],
2555             "time": "2017-11-27T13:52:08+00:00"
2556         },
2557         {
2558             "name": "phpunit/php-text-template",
2559             "version": "1.2.1",
2560             "source": {
2561                 "type": "git",
2562                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
2563                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2564             },
2565             "dist": {
2566                 "type": "zip",
2567                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2568                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2569                 "shasum": ""
2570             },
2571             "require": {
2572                 "php": ">=5.3.3"
2573             },
2574             "type": "library",
2575             "autoload": {
2576                 "classmap": [
2577                     "src/"
2578                 ]
2579             },
2580             "notification-url": "https://packagist.org/downloads/",
2581             "license": [
2582                 "BSD-3-Clause"
2583             ],
2584             "authors": [
2585                 {
2586                     "name": "Sebastian Bergmann",
2587                     "email": "sebastian@phpunit.de",
2588                     "role": "lead"
2589                 }
2590             ],
2591             "description": "Simple template engine.",
2592             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2593             "keywords": [
2594                 "template"
2595             ],
2596             "time": "2015-06-21T13:50:34+00:00"
2597         },
2598         {
2599             "name": "phpunit/php-timer",
2600             "version": "1.0.9",
2601             "source": {
2602                 "type": "git",
2603                 "url": "https://github.com/sebastianbergmann/php-timer.git",
2604                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2605             },
2606             "dist": {
2607                 "type": "zip",
2608                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2609                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2610                 "shasum": ""
2611             },
2612             "require": {
2613                 "php": "^5.3.3 || ^7.0"
2614             },
2615             "require-dev": {
2616                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2617             },
2618             "type": "library",
2619             "extra": {
2620                 "branch-alias": {
2621                     "dev-master": "1.0-dev"
2622                 }
2623             },
2624             "autoload": {
2625                 "classmap": [
2626                     "src/"
2627                 ]
2628             },
2629             "notification-url": "https://packagist.org/downloads/",
2630             "license": [
2631                 "BSD-3-Clause"
2632             ],
2633             "authors": [
2634                 {
2635                     "name": "Sebastian Bergmann",
2636                     "email": "sb@sebastian-bergmann.de",
2637                     "role": "lead"
2638                 }
2639             ],
2640             "description": "Utility class for timing",
2641             "homepage": "https://github.com/sebastianbergmann/php-timer/",
2642             "keywords": [
2643                 "timer"
2644             ],
2645             "time": "2017-02-26T11:10:40+00:00"
2646         },
2647         {
2648             "name": "phpunit/php-token-stream",
2649             "version": "2.0.2",
2650             "source": {
2651                 "type": "git",
2652                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2653                 "reference": "791198a2c6254db10131eecfe8c06670700904db"
2654             },
2655             "dist": {
2656                 "type": "zip",
2657                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
2658                 "reference": "791198a2c6254db10131eecfe8c06670700904db",
2659                 "shasum": ""
2660             },
2661             "require": {
2662                 "ext-tokenizer": "*",
2663                 "php": "^7.0"
2664             },
2665             "require-dev": {
2666                 "phpunit/phpunit": "^6.2.4"
2667             },
2668             "type": "library",
2669             "extra": {
2670                 "branch-alias": {
2671                     "dev-master": "2.0-dev"
2672                 }
2673             },
2674             "autoload": {
2675                 "classmap": [
2676                     "src/"
2677                 ]
2678             },
2679             "notification-url": "https://packagist.org/downloads/",
2680             "license": [
2681                 "BSD-3-Clause"
2682             ],
2683             "authors": [
2684                 {
2685                     "name": "Sebastian Bergmann",
2686                     "email": "sebastian@phpunit.de"
2687                 }
2688             ],
2689             "description": "Wrapper around PHP's tokenizer extension.",
2690             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2691             "keywords": [
2692                 "tokenizer"
2693             ],
2694             "time": "2017-11-27T05:48:46+00:00"
2695         },
2696         {
2697             "name": "phpunit/phpunit",
2698             "version": "6.5.14",
2699             "source": {
2700                 "type": "git",
2701                 "url": "https://github.com/sebastianbergmann/phpunit.git",
2702                 "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7"
2703             },
2704             "dist": {
2705                 "type": "zip",
2706                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bac23fe7ff13dbdb461481f706f0e9fe746334b7",
2707                 "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7",
2708                 "shasum": ""
2709             },
2710             "require": {
2711                 "ext-dom": "*",
2712                 "ext-json": "*",
2713                 "ext-libxml": "*",
2714                 "ext-mbstring": "*",
2715                 "ext-xml": "*",
2716                 "myclabs/deep-copy": "^1.6.1",
2717                 "phar-io/manifest": "^1.0.1",
2718                 "phar-io/version": "^1.0",
2719                 "php": "^7.0",
2720                 "phpspec/prophecy": "^1.7",
2721                 "phpunit/php-code-coverage": "^5.3",
2722                 "phpunit/php-file-iterator": "^1.4.3",
2723                 "phpunit/php-text-template": "^1.2.1",
2724                 "phpunit/php-timer": "^1.0.9",
2725                 "phpunit/phpunit-mock-objects": "^5.0.9",
2726                 "sebastian/comparator": "^2.1",
2727                 "sebastian/diff": "^2.0",
2728                 "sebastian/environment": "^3.1",
2729                 "sebastian/exporter": "^3.1",
2730                 "sebastian/global-state": "^2.0",
2731                 "sebastian/object-enumerator": "^3.0.3",
2732                 "sebastian/resource-operations": "^1.0",
2733                 "sebastian/version": "^2.0.1"
2734             },
2735             "conflict": {
2736                 "phpdocumentor/reflection-docblock": "3.0.2",
2737                 "phpunit/dbunit": "<3.0"
2738             },
2739             "require-dev": {
2740                 "ext-pdo": "*"
2741             },
2742             "suggest": {
2743                 "ext-xdebug": "*",
2744                 "phpunit/php-invoker": "^1.1"
2745             },
2746             "bin": [
2747                 "phpunit"
2748             ],
2749             "type": "library",
2750             "extra": {
2751                 "branch-alias": {
2752                     "dev-master": "6.5.x-dev"
2753                 }
2754             },
2755             "autoload": {
2756                 "classmap": [
2757                     "src/"
2758                 ]
2759             },
2760             "notification-url": "https://packagist.org/downloads/",
2761             "license": [
2762                 "BSD-3-Clause"
2763             ],
2764             "authors": [
2765                 {
2766                     "name": "Sebastian Bergmann",
2767                     "email": "sebastian@phpunit.de",
2768                     "role": "lead"
2769                 }
2770             ],
2771             "description": "The PHP Unit Testing framework.",
2772             "homepage": "https://phpunit.de/",
2773             "keywords": [
2774                 "phpunit",
2775                 "testing",
2776                 "xunit"
2777             ],
2778             "time": "2019-02-01T05:22:47+00:00"
2779         },
2780         {
2781             "name": "phpunit/phpunit-mock-objects",
2782             "version": "5.0.10",
2783             "source": {
2784                 "type": "git",
2785                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2786                 "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f"
2787             },
2788             "dist": {
2789                 "type": "zip",
2790                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f",
2791                 "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f",
2792                 "shasum": ""
2793             },
2794             "require": {
2795                 "doctrine/instantiator": "^1.0.5",
2796                 "php": "^7.0",
2797                 "phpunit/php-text-template": "^1.2.1",
2798                 "sebastian/exporter": "^3.1"
2799             },
2800             "conflict": {
2801                 "phpunit/phpunit": "<6.0"
2802             },
2803             "require-dev": {
2804                 "phpunit/phpunit": "^6.5.11"
2805             },
2806             "suggest": {
2807                 "ext-soap": "*"
2808             },
2809             "type": "library",
2810             "extra": {
2811                 "branch-alias": {
2812                     "dev-master": "5.0.x-dev"
2813                 }
2814             },
2815             "autoload": {
2816                 "classmap": [
2817                     "src/"
2818                 ]
2819             },
2820             "notification-url": "https://packagist.org/downloads/",
2821             "license": [
2822                 "BSD-3-Clause"
2823             ],
2824             "authors": [
2825                 {
2826                     "name": "Sebastian Bergmann",
2827                     "email": "sebastian@phpunit.de",
2828                     "role": "lead"
2829                 }
2830             ],
2831             "description": "Mock Object library for PHPUnit",
2832             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2833             "keywords": [
2834                 "mock",
2835                 "xunit"
2836             ],
2837             "abandoned": true,
2838             "time": "2018-08-09T05:50:03+00:00"
2839         },
2840         {
2841             "name": "pimple/pimple",
2842             "version": "v1.1.1",
2843             "source": {
2844                 "type": "git",
2845                 "url": "https://github.com/silexphp/Pimple.git",
2846                 "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
2847             },
2848             "dist": {
2849                 "type": "zip",
2850                 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
2851                 "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
2852                 "shasum": ""
2853             },
2854             "require": {
2855                 "php": ">=5.3.0"
2856             },
2857             "type": "library",
2858             "extra": {
2859                 "branch-alias": {
2860                     "dev-master": "1.1.x-dev"
2861                 }
2862             },
2863             "autoload": {
2864                 "psr-0": {
2865                     "Pimple": "lib/"
2866                 }
2867             },
2868             "notification-url": "https://packagist.org/downloads/",
2869             "license": [
2870                 "MIT"
2871             ],
2872             "authors": [
2873                 {
2874                     "name": "Fabien Potencier",
2875                     "email": "fabien@symfony.com"
2876                 }
2877             ],
2878             "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
2879             "homepage": "http://pimple.sensiolabs.org",
2880             "keywords": [
2881                 "container",
2882                 "dependency injection"
2883             ],
2884             "time": "2013-11-22T08:30:29+00:00"
2885         },
2886         {
2887             "name": "psr/cache",
2888             "version": "1.0.1",
2889             "source": {
2890                 "type": "git",
2891                 "url": "https://github.com/php-fig/cache.git",
2892                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2893             },
2894             "dist": {
2895                 "type": "zip",
2896                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2897                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2898                 "shasum": ""
2899             },
2900             "require": {
2901                 "php": ">=5.3.0"
2902             },
2903             "type": "library",
2904             "extra": {
2905                 "branch-alias": {
2906                     "dev-master": "1.0.x-dev"
2907                 }
2908             },
2909             "autoload": {
2910                 "psr-4": {
2911                     "Psr\\Cache\\": "src/"
2912                 }
2913             },
2914             "notification-url": "https://packagist.org/downloads/",
2915             "license": [
2916                 "MIT"
2917             ],
2918             "authors": [
2919                 {
2920                     "name": "PHP-FIG",
2921                     "homepage": "http://www.php-fig.org/"
2922                 }
2923             ],
2924             "description": "Common interface for caching libraries",
2925             "keywords": [
2926                 "cache",
2927                 "psr",
2928                 "psr-6"
2929             ],
2930             "time": "2016-08-06T20:24:11+00:00"
2931         },
2932         {
2933             "name": "psr/container",
2934             "version": "1.0.0",
2935             "source": {
2936                 "type": "git",
2937                 "url": "https://github.com/php-fig/container.git",
2938                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2939             },
2940             "dist": {
2941                 "type": "zip",
2942                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2943                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2944                 "shasum": ""
2945             },
2946             "require": {
2947                 "php": ">=5.3.0"
2948             },
2949             "type": "library",
2950             "extra": {
2951                 "branch-alias": {
2952                     "dev-master": "1.0.x-dev"
2953                 }
2954             },
2955             "autoload": {
2956                 "psr-4": {
2957                     "Psr\\Container\\": "src/"
2958                 }
2959             },
2960             "notification-url": "https://packagist.org/downloads/",
2961             "license": [
2962                 "MIT"
2963             ],
2964             "authors": [
2965                 {
2966                     "name": "PHP-FIG",
2967                     "homepage": "http://www.php-fig.org/"
2968                 }
2969             ],
2970             "description": "Common Container Interface (PHP FIG PSR-11)",
2971             "homepage": "https://github.com/php-fig/container",
2972             "keywords": [
2973                 "PSR-11",
2974                 "container",
2975                 "container-interface",
2976                 "container-interop",
2977                 "psr"
2978             ],
2979             "time": "2017-02-14T16:28:37+00:00"
2980         },
2981         {
2982             "name": "psr/log",
2983             "version": "1.1.0",
2984             "source": {
2985                 "type": "git",
2986                 "url": "https://github.com/php-fig/log.git",
2987                 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
2988             },
2989             "dist": {
2990                 "type": "zip",
2991                 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2992                 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2993                 "shasum": ""
2994             },
2995             "require": {
2996                 "php": ">=5.3.0"
2997             },
2998             "type": "library",
2999             "extra": {
3000                 "branch-alias": {
3001                     "dev-master": "1.0.x-dev"
3002                 }
3003             },
3004             "autoload": {
3005                 "psr-4": {
3006                     "Psr\\Log\\": "Psr/Log/"
3007                 }
3008             },
3009             "notification-url": "https://packagist.org/downloads/",
3010             "license": [
3011                 "MIT"
3012             ],
3013             "authors": [
3014                 {
3015                     "name": "PHP-FIG",
3016                     "homepage": "http://www.php-fig.org/"
3017                 }
3018             ],
3019             "description": "Common interface for logging libraries",
3020             "homepage": "https://github.com/php-fig/log",
3021             "keywords": [
3022                 "log",
3023                 "psr",
3024                 "psr-3"
3025             ],
3026             "time": "2018-11-20T15:27:04+00:00"
3027         },
3028         {
3029             "name": "psr/simple-cache",
3030             "version": "1.0.1",
3031             "source": {
3032                 "type": "git",
3033                 "url": "https://github.com/php-fig/simple-cache.git",
3034                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
3035             },
3036             "dist": {
3037                 "type": "zip",
3038                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3039                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3040                 "shasum": ""
3041             },
3042             "require": {
3043                 "php": ">=5.3.0"
3044             },
3045             "type": "library",
3046             "extra": {
3047                 "branch-alias": {
3048                     "dev-master": "1.0.x-dev"
3049                 }
3050             },
3051             "autoload": {
3052                 "psr-4": {
3053                     "Psr\\SimpleCache\\": "src/"
3054                 }
3055             },
3056             "notification-url": "https://packagist.org/downloads/",
3057             "license": [
3058                 "MIT"
3059             ],
3060             "authors": [
3061                 {
3062                     "name": "PHP-FIG",
3063                     "homepage": "http://www.php-fig.org/"
3064                 }
3065             ],
3066             "description": "Common interfaces for simple caching",
3067             "keywords": [
3068                 "cache",
3069                 "caching",
3070                 "psr",
3071                 "psr-16",
3072                 "simple-cache"
3073             ],
3074             "time": "2017-10-23T01:57:42+00:00"
3075         },
3076         {
3077             "name": "psy/psysh",
3078             "version": "v0.9.9",
3079             "source": {
3080                 "type": "git",
3081                 "url": "https://github.com/bobthecow/psysh.git",
3082                 "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
3083             },
3084             "dist": {
3085                 "type": "zip",
3086                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
3087                 "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
3088                 "shasum": ""
3089             },
3090             "require": {
3091                 "dnoegel/php-xdg-base-dir": "0.1",
3092                 "ext-json": "*",
3093                 "ext-tokenizer": "*",
3094                 "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
3095                 "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
3096                 "php": ">=5.4.0",
3097                 "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
3098                 "symfony/var-dumper": "~2.7|~3.0|~4.0"
3099             },
3100             "require-dev": {
3101                 "bamarni/composer-bin-plugin": "^1.2",
3102                 "hoa/console": "~2.15|~3.16",
3103                 "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
3104             },
3105             "suggest": {
3106                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
3107                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
3108                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
3109                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
3110                 "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
3111             },
3112             "bin": [
3113                 "bin/psysh"
3114             ],
3115             "type": "library",
3116             "extra": {
3117                 "branch-alias": {
3118                     "dev-develop": "0.9.x-dev"
3119                 }
3120             },
3121             "autoload": {
3122                 "files": [
3123                     "src/functions.php"
3124                 ],
3125                 "psr-4": {
3126                     "Psy\\": "src/"
3127                 }
3128             },
3129             "notification-url": "https://packagist.org/downloads/",
3130             "license": [
3131                 "MIT"
3132             ],
3133             "authors": [
3134                 {
3135                     "name": "Justin Hileman",
3136                     "email": "justin@justinhileman.info",
3137                     "homepage": "http://justinhileman.com"
3138                 }
3139             ],
3140             "description": "An interactive shell for modern PHP.",
3141             "homepage": "http://psysh.org",
3142             "keywords": [
3143                 "REPL",
3144                 "console",
3145                 "interactive",
3146                 "shell"
3147             ],
3148             "time": "2018-10-13T15:16:03+00:00"
3149         },
3150         {
3151             "name": "sebastian/code-unit-reverse-lookup",
3152             "version": "1.0.1",
3153             "source": {
3154                 "type": "git",
3155                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3156                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3157             },
3158             "dist": {
3159                 "type": "zip",
3160                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3161                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3162                 "shasum": ""
3163             },
3164             "require": {
3165                 "php": "^5.6 || ^7.0"
3166             },
3167             "require-dev": {
3168                 "phpunit/phpunit": "^5.7 || ^6.0"
3169             },
3170             "type": "library",
3171             "extra": {
3172                 "branch-alias": {
3173                     "dev-master": "1.0.x-dev"
3174                 }
3175             },
3176             "autoload": {
3177                 "classmap": [
3178                     "src/"
3179                 ]
3180             },
3181             "notification-url": "https://packagist.org/downloads/",
3182             "license": [
3183                 "BSD-3-Clause"
3184             ],
3185             "authors": [
3186                 {
3187                     "name": "Sebastian Bergmann",
3188                     "email": "sebastian@phpunit.de"
3189                 }
3190             ],
3191             "description": "Looks up which function or method a line of code belongs to",
3192             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3193             "time": "2017-03-04T06:30:41+00:00"
3194         },
3195         {
3196             "name": "sebastian/comparator",
3197             "version": "2.1.3",
3198             "source": {
3199                 "type": "git",
3200                 "url": "https://github.com/sebastianbergmann/comparator.git",
3201                 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
3202             },
3203             "dist": {
3204                 "type": "zip",
3205                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
3206                 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
3207                 "shasum": ""
3208             },
3209             "require": {
3210                 "php": "^7.0",
3211                 "sebastian/diff": "^2.0 || ^3.0",
3212                 "sebastian/exporter": "^3.1"
3213             },
3214             "require-dev": {
3215                 "phpunit/phpunit": "^6.4"
3216             },
3217             "type": "library",
3218             "extra": {
3219                 "branch-alias": {
3220                     "dev-master": "2.1.x-dev"
3221                 }
3222             },
3223             "autoload": {
3224                 "classmap": [
3225                     "src/"
3226                 ]
3227             },
3228             "notification-url": "https://packagist.org/downloads/",
3229             "license": [
3230                 "BSD-3-Clause"
3231             ],
3232             "authors": [
3233                 {
3234                     "name": "Jeff Welch",
3235                     "email": "whatthejeff@gmail.com"
3236                 },
3237                 {
3238                     "name": "Volker Dusch",
3239                     "email": "github@wallbash.com"
3240                 },
3241                 {
3242                     "name": "Bernhard Schussek",
3243                     "email": "bschussek@2bepublished.at"
3244                 },
3245                 {
3246                     "name": "Sebastian Bergmann",
3247                     "email": "sebastian@phpunit.de"
3248                 }
3249             ],
3250             "description": "Provides the functionality to compare PHP values for equality",
3251             "homepage": "https://github.com/sebastianbergmann/comparator",
3252             "keywords": [
3253                 "comparator",
3254                 "compare",
3255                 "equality"
3256             ],
3257             "time": "2018-02-01T13:46:46+00:00"
3258         },
3259         {
3260             "name": "sebastian/diff",
3261             "version": "2.0.1",
3262             "source": {
3263                 "type": "git",
3264                 "url": "https://github.com/sebastianbergmann/diff.git",
3265                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
3266             },
3267             "dist": {
3268                 "type": "zip",
3269                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
3270                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
3271                 "shasum": ""
3272             },
3273             "require": {
3274                 "php": "^7.0"
3275             },
3276             "require-dev": {
3277                 "phpunit/phpunit": "^6.2"
3278             },
3279             "type": "library",
3280             "extra": {
3281                 "branch-alias": {
3282                     "dev-master": "2.0-dev"
3283                 }
3284             },
3285             "autoload": {
3286                 "classmap": [
3287                     "src/"
3288                 ]
3289             },
3290             "notification-url": "https://packagist.org/downloads/",
3291             "license": [
3292                 "BSD-3-Clause"
3293             ],
3294             "authors": [
3295                 {
3296                     "name": "Kore Nordmann",
3297                     "email": "mail@kore-nordmann.de"
3298                 },
3299                 {
3300                     "name": "Sebastian Bergmann",
3301                     "email": "sebastian@phpunit.de"
3302                 }
3303             ],
3304             "description": "Diff implementation",
3305             "homepage": "https://github.com/sebastianbergmann/diff",
3306             "keywords": [
3307                 "diff"
3308             ],
3309             "time": "2017-08-03T08:09:46+00:00"
3310         },
3311         {
3312             "name": "sebastian/environment",
3313             "version": "3.1.0",
3314             "source": {
3315                 "type": "git",
3316                 "url": "https://github.com/sebastianbergmann/environment.git",
3317                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3318             },
3319             "dist": {
3320                 "type": "zip",
3321                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3322                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3323                 "shasum": ""
3324             },
3325             "require": {
3326                 "php": "^7.0"
3327             },
3328             "require-dev": {
3329                 "phpunit/phpunit": "^6.1"
3330             },
3331             "type": "library",
3332             "extra": {
3333                 "branch-alias": {
3334                     "dev-master": "3.1.x-dev"
3335                 }
3336             },
3337             "autoload": {
3338                 "classmap": [
3339                     "src/"
3340                 ]
3341             },
3342             "notification-url": "https://packagist.org/downloads/",
3343             "license": [
3344                 "BSD-3-Clause"
3345             ],
3346             "authors": [
3347                 {
3348                     "name": "Sebastian Bergmann",
3349                     "email": "sebastian@phpunit.de"
3350                 }
3351             ],
3352             "description": "Provides functionality to handle HHVM/PHP environments",
3353             "homepage": "http://www.github.com/sebastianbergmann/environment",
3354             "keywords": [
3355                 "Xdebug",
3356                 "environment",
3357                 "hhvm"
3358             ],
3359             "time": "2017-07-01T08:51:00+00:00"
3360         },
3361         {
3362             "name": "sebastian/exporter",
3363             "version": "3.1.0",
3364             "source": {
3365                 "type": "git",
3366                 "url": "https://github.com/sebastianbergmann/exporter.git",
3367                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
3368             },
3369             "dist": {
3370                 "type": "zip",
3371                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
3372                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
3373                 "shasum": ""
3374             },
3375             "require": {
3376                 "php": "^7.0",
3377                 "sebastian/recursion-context": "^3.0"
3378             },
3379             "require-dev": {
3380                 "ext-mbstring": "*",
3381                 "phpunit/phpunit": "^6.0"
3382             },
3383             "type": "library",
3384             "extra": {
3385                 "branch-alias": {
3386                     "dev-master": "3.1.x-dev"
3387                 }
3388             },
3389             "autoload": {
3390                 "classmap": [
3391                     "src/"
3392                 ]
3393             },
3394             "notification-url": "https://packagist.org/downloads/",
3395             "license": [
3396                 "BSD-3-Clause"
3397             ],
3398             "authors": [
3399                 {
3400                     "name": "Jeff Welch",
3401                     "email": "whatthejeff@gmail.com"
3402                 },
3403                 {
3404                     "name": "Volker Dusch",
3405                     "email": "github@wallbash.com"
3406                 },
3407                 {
3408                     "name": "Bernhard Schussek",
3409                     "email": "bschussek@2bepublished.at"
3410                 },
3411                 {
3412                     "name": "Sebastian Bergmann",
3413                     "email": "sebastian@phpunit.de"
3414                 },
3415                 {
3416                     "name": "Adam Harvey",
3417                     "email": "aharvey@php.net"
3418                 }
3419             ],
3420             "description": "Provides the functionality to export PHP variables for visualization",
3421             "homepage": "http://www.github.com/sebastianbergmann/exporter",
3422             "keywords": [
3423                 "export",
3424                 "exporter"
3425             ],
3426             "time": "2017-04-03T13:19:02+00:00"
3427         },
3428         {
3429             "name": "sebastian/global-state",
3430             "version": "2.0.0",
3431             "source": {
3432                 "type": "git",
3433                 "url": "https://github.com/sebastianbergmann/global-state.git",
3434                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3435             },
3436             "dist": {
3437                 "type": "zip",
3438                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3439                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3440                 "shasum": ""
3441             },
3442             "require": {
3443                 "php": "^7.0"
3444             },
3445             "require-dev": {
3446                 "phpunit/phpunit": "^6.0"
3447             },
3448             "suggest": {
3449                 "ext-uopz": "*"
3450             },
3451             "type": "library",
3452             "extra": {
3453                 "branch-alias": {
3454                     "dev-master": "2.0-dev"
3455                 }
3456             },
3457             "autoload": {
3458                 "classmap": [
3459                     "src/"
3460                 ]
3461             },
3462             "notification-url": "https://packagist.org/downloads/",
3463             "license": [
3464                 "BSD-3-Clause"
3465             ],
3466             "authors": [
3467                 {
3468                     "name": "Sebastian Bergmann",
3469                     "email": "sebastian@phpunit.de"
3470                 }
3471             ],
3472             "description": "Snapshotting of global state",
3473             "homepage": "http://www.github.com/sebastianbergmann/global-state",
3474             "keywords": [
3475                 "global state"
3476             ],
3477             "time": "2017-04-27T15:39:26+00:00"
3478         },
3479         {
3480             "name": "sebastian/object-enumerator",
3481             "version": "3.0.3",
3482             "source": {
3483                 "type": "git",
3484                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3485                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3486             },
3487             "dist": {
3488                 "type": "zip",
3489                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3490                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3491                 "shasum": ""
3492             },
3493             "require": {
3494                 "php": "^7.0",
3495                 "sebastian/object-reflector": "^1.1.1",
3496                 "sebastian/recursion-context": "^3.0"
3497             },
3498             "require-dev": {
3499                 "phpunit/phpunit": "^6.0"
3500             },
3501             "type": "library",
3502             "extra": {
3503                 "branch-alias": {
3504                     "dev-master": "3.0.x-dev"
3505                 }
3506             },
3507             "autoload": {
3508                 "classmap": [
3509                     "src/"
3510                 ]
3511             },
3512             "notification-url": "https://packagist.org/downloads/",
3513             "license": [
3514                 "BSD-3-Clause"
3515             ],
3516             "authors": [
3517                 {
3518                     "name": "Sebastian Bergmann",
3519                     "email": "sebastian@phpunit.de"
3520                 }
3521             ],
3522             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3523             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3524             "time": "2017-08-03T12:35:26+00:00"
3525         },
3526         {
3527             "name": "sebastian/object-reflector",
3528             "version": "1.1.1",
3529             "source": {
3530                 "type": "git",
3531                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
3532                 "reference": "773f97c67f28de00d397be301821b06708fca0be"
3533             },
3534             "dist": {
3535                 "type": "zip",
3536                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3537                 "reference": "773f97c67f28de00d397be301821b06708fca0be",
3538                 "shasum": ""
3539             },
3540             "require": {
3541                 "php": "^7.0"
3542             },
3543             "require-dev": {
3544                 "phpunit/phpunit": "^6.0"
3545             },
3546             "type": "library",
3547             "extra": {
3548                 "branch-alias": {
3549                     "dev-master": "1.1-dev"
3550                 }
3551             },
3552             "autoload": {
3553                 "classmap": [
3554                     "src/"
3555                 ]
3556             },
3557             "notification-url": "https://packagist.org/downloads/",
3558             "license": [
3559                 "BSD-3-Clause"
3560             ],
3561             "authors": [
3562                 {
3563                     "name": "Sebastian Bergmann",
3564                     "email": "sebastian@phpunit.de"
3565                 }
3566             ],
3567             "description": "Allows reflection of object attributes, including inherited and non-public ones",
3568             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3569             "time": "2017-03-29T09:07:27+00:00"
3570         },
3571         {
3572             "name": "sebastian/recursion-context",
3573             "version": "3.0.0",
3574             "source": {
3575                 "type": "git",
3576                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
3577                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3578             },
3579             "dist": {
3580                 "type": "zip",
3581                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3582                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3583                 "shasum": ""
3584             },
3585             "require": {
3586                 "php": "^7.0"
3587             },
3588             "require-dev": {
3589                 "phpunit/phpunit": "^6.0"
3590             },
3591             "type": "library",
3592             "extra": {
3593                 "branch-alias": {
3594                     "dev-master": "3.0.x-dev"
3595                 }
3596             },
3597             "autoload": {
3598                 "classmap": [
3599                     "src/"
3600                 ]
3601             },
3602             "notification-url": "https://packagist.org/downloads/",
3603             "license": [
3604                 "BSD-3-Clause"
3605             ],
3606             "authors": [
3607                 {
3608                     "name": "Jeff Welch",
3609                     "email": "whatthejeff@gmail.com"
3610                 },
3611                 {
3612                     "name": "Sebastian Bergmann",
3613                     "email": "sebastian@phpunit.de"
3614                 },
3615                 {
3616                     "name": "Adam Harvey",
3617                     "email": "aharvey@php.net"
3618                 }
3619             ],
3620             "description": "Provides functionality to recursively process PHP variables",
3621             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3622             "time": "2017-03-03T06:23:57+00:00"
3623         },
3624         {
3625             "name": "sebastian/resource-operations",
3626             "version": "1.0.0",
3627             "source": {
3628                 "type": "git",
3629                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
3630                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3631             },
3632             "dist": {
3633                 "type": "zip",
3634                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3635                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3636                 "shasum": ""
3637             },
3638             "require": {
3639                 "php": ">=5.6.0"
3640             },
3641             "type": "library",
3642             "extra": {
3643                 "branch-alias": {
3644                     "dev-master": "1.0.x-dev"
3645                 }
3646             },
3647             "autoload": {
3648                 "classmap": [
3649                     "src/"
3650                 ]
3651             },
3652             "notification-url": "https://packagist.org/downloads/",
3653             "license": [
3654                 "BSD-3-Clause"
3655             ],
3656             "authors": [
3657                 {
3658                     "name": "Sebastian Bergmann",
3659                     "email": "sebastian@phpunit.de"
3660                 }
3661             ],
3662             "description": "Provides a list of PHP built-in functions that operate on resources",
3663             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3664             "time": "2015-07-28T20:34:47+00:00"
3665         },
3666         {
3667             "name": "sebastian/version",
3668             "version": "2.0.1",
3669             "source": {
3670                 "type": "git",
3671                 "url": "https://github.com/sebastianbergmann/version.git",
3672                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3673             },
3674             "dist": {
3675                 "type": "zip",
3676                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3677                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3678                 "shasum": ""
3679             },
3680             "require": {
3681                 "php": ">=5.6"
3682             },
3683             "type": "library",
3684             "extra": {
3685                 "branch-alias": {
3686                     "dev-master": "2.0.x-dev"
3687                 }
3688             },
3689             "autoload": {
3690                 "classmap": [
3691                     "src/"
3692                 ]
3693             },
3694             "notification-url": "https://packagist.org/downloads/",
3695             "license": [
3696                 "BSD-3-Clause"
3697             ],
3698             "authors": [
3699                 {
3700                     "name": "Sebastian Bergmann",
3701                     "email": "sebastian@phpunit.de",
3702                     "role": "lead"
3703                 }
3704             ],
3705             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3706             "homepage": "https://github.com/sebastianbergmann/version",
3707             "time": "2016-10-03T07:35:21+00:00"
3708         },
3709         {
3710             "name": "seld/jsonlint",
3711             "version": "1.7.1",
3712             "source": {
3713                 "type": "git",
3714                 "url": "https://github.com/Seldaek/jsonlint.git",
3715                 "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
3716             },
3717             "dist": {
3718                 "type": "zip",
3719                 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
3720                 "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
3721                 "shasum": ""
3722             },
3723             "require": {
3724                 "php": "^5.3 || ^7.0"
3725             },
3726             "require-dev": {
3727                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3728             },
3729             "bin": [
3730                 "bin/jsonlint"
3731             ],
3732             "type": "library",
3733             "autoload": {
3734                 "psr-4": {
3735                     "Seld\\JsonLint\\": "src/Seld/JsonLint/"
3736                 }
3737             },
3738             "notification-url": "https://packagist.org/downloads/",
3739             "license": [
3740                 "MIT"
3741             ],
3742             "authors": [
3743                 {
3744                     "name": "Jordi Boggiano",
3745                     "email": "j.boggiano@seld.be",
3746                     "homepage": "http://seld.be"
3747                 }
3748             ],
3749             "description": "JSON Linter",
3750             "keywords": [
3751                 "json",
3752                 "linter",
3753                 "parser",
3754                 "validator"
3755             ],
3756             "time": "2018-01-24T12:46:19+00:00"
3757         },
3758         {
3759             "name": "symfony/config",
3760             "version": "v2.8.50",
3761             "source": {
3762                 "type": "git",
3763                 "url": "https://github.com/symfony/config.git",
3764                 "reference": "7dd5f5040dc04c118d057fb5886563963eb70011"
3765             },
3766             "dist": {
3767                 "type": "zip",
3768                 "url": "https://api.github.com/repos/symfony/config/zipball/7dd5f5040dc04c118d057fb5886563963eb70011",
3769                 "reference": "7dd5f5040dc04c118d057fb5886563963eb70011",
3770                 "shasum": ""
3771             },
3772             "require": {
3773                 "php": ">=5.3.9",
3774                 "symfony/filesystem": "~2.3|~3.0.0",
3775                 "symfony/polyfill-ctype": "~1.8"
3776             },
3777             "require-dev": {
3778                 "symfony/yaml": "~2.7|~3.0.0"
3779             },
3780             "suggest": {
3781                 "symfony/yaml": "To use the yaml reference dumper"
3782             },
3783             "type": "library",
3784             "extra": {
3785                 "branch-alias": {
3786                     "dev-master": "2.8-dev"
3787                 }
3788             },
3789             "autoload": {
3790                 "psr-4": {
3791                     "Symfony\\Component\\Config\\": ""
3792                 },
3793                 "exclude-from-classmap": [
3794                     "/Tests/"
3795                 ]
3796             },
3797             "notification-url": "https://packagist.org/downloads/",
3798             "license": [
3799                 "MIT"
3800             ],
3801             "authors": [
3802                 {
3803                     "name": "Fabien Potencier",
3804                     "email": "fabien@symfony.com"
3805                 },
3806                 {
3807                     "name": "Symfony Community",
3808                     "homepage": "https://symfony.com/contributors"
3809                 }
3810             ],
3811             "description": "Symfony Config Component",
3812             "homepage": "https://symfony.com",
3813             "time": "2018-11-26T09:38:12+00:00"
3814         },
3815         {
3816             "name": "symfony/console",
3817             "version": "v2.8.50",
3818             "source": {
3819                 "type": "git",
3820                 "url": "https://github.com/symfony/console.git",
3821                 "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12"
3822             },
3823             "dist": {
3824                 "type": "zip",
3825                 "url": "https://api.github.com/repos/symfony/console/zipball/cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
3826                 "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
3827                 "shasum": ""
3828             },
3829             "require": {
3830                 "php": ">=5.3.9",
3831                 "symfony/debug": "^2.7.2|~3.0.0",
3832                 "symfony/polyfill-mbstring": "~1.0"
3833             },
3834             "require-dev": {
3835                 "psr/log": "~1.0",
3836                 "symfony/event-dispatcher": "~2.1|~3.0.0",
3837                 "symfony/process": "~2.1|~3.0.0"
3838             },
3839             "suggest": {
3840                 "psr/log-implementation": "For using the console logger",
3841                 "symfony/event-dispatcher": "",
3842                 "symfony/process": ""
3843             },
3844             "type": "library",
3845             "extra": {
3846                 "branch-alias": {
3847                     "dev-master": "2.8-dev"
3848                 }
3849             },
3850             "autoload": {
3851                 "psr-4": {
3852                     "Symfony\\Component\\Console\\": ""
3853                 },
3854                 "exclude-from-classmap": [
3855                     "/Tests/"
3856                 ]
3857             },
3858             "notification-url": "https://packagist.org/downloads/",
3859             "license": [
3860                 "MIT"
3861             ],
3862             "authors": [
3863                 {
3864                     "name": "Fabien Potencier",
3865                     "email": "fabien@symfony.com"
3866                 },
3867                 {
3868                     "name": "Symfony Community",
3869                     "homepage": "https://symfony.com/contributors"
3870                 }
3871             ],
3872             "description": "Symfony Console Component",
3873             "homepage": "https://symfony.com",
3874             "time": "2018-11-20T15:55:20+00:00"
3875         },
3876         {
3877             "name": "symfony/debug",
3878             "version": "v3.0.9",
3879             "source": {
3880                 "type": "git",
3881                 "url": "https://github.com/symfony/debug.git",
3882                 "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
3883             },
3884             "dist": {
3885                 "type": "zip",
3886                 "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
3887                 "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
3888                 "shasum": ""
3889             },
3890             "require": {
3891                 "php": ">=5.5.9",
3892                 "psr/log": "~1.0"
3893             },
3894             "conflict": {
3895                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
3896             },
3897             "require-dev": {
3898                 "symfony/class-loader": "~2.8|~3.0",
3899                 "symfony/http-kernel": "~2.8|~3.0"
3900             },
3901             "type": "library",
3902             "extra": {
3903                 "branch-alias": {
3904                     "dev-master": "3.0-dev"
3905                 }
3906             },
3907             "autoload": {
3908                 "psr-4": {
3909                     "Symfony\\Component\\Debug\\": ""
3910                 },
3911                 "exclude-from-classmap": [
3912                     "/Tests/"
3913                 ]
3914             },
3915             "notification-url": "https://packagist.org/downloads/",
3916             "license": [
3917                 "MIT"
3918             ],
3919             "authors": [
3920                 {
3921                     "name": "Fabien Potencier",
3922                     "email": "fabien@symfony.com"
3923                 },
3924                 {
3925                     "name": "Symfony Community",
3926                     "homepage": "https://symfony.com/contributors"
3927                 }
3928             ],
3929             "description": "Symfony Debug Component",
3930             "homepage": "https://symfony.com",
3931             "time": "2016-07-30T07:22:48+00:00"
3932         },
3933         {
3934             "name": "symfony/event-dispatcher",
3935             "version": "v2.8.50",
3936             "source": {
3937                 "type": "git",
3938                 "url": "https://github.com/symfony/event-dispatcher.git",
3939                 "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0"
3940             },
3941             "dist": {
3942                 "type": "zip",
3943                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0",
3944                 "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0",
3945                 "shasum": ""
3946             },
3947             "require": {
3948                 "php": ">=5.3.9"
3949             },
3950             "require-dev": {
3951                 "psr/log": "~1.0",
3952                 "symfony/config": "^2.0.5|~3.0.0",
3953                 "symfony/dependency-injection": "~2.6|~3.0.0",
3954                 "symfony/expression-language": "~2.6|~3.0.0",
3955                 "symfony/stopwatch": "~2.3|~3.0.0"
3956             },
3957             "suggest": {
3958                 "symfony/dependency-injection": "",
3959                 "symfony/http-kernel": ""
3960             },
3961             "type": "library",
3962             "extra": {
3963                 "branch-alias": {
3964                     "dev-master": "2.8-dev"
3965                 }
3966             },
3967             "autoload": {
3968                 "psr-4": {
3969                     "Symfony\\Component\\EventDispatcher\\": ""
3970                 },
3971                 "exclude-from-classmap": [
3972                     "/Tests/"
3973                 ]
3974             },
3975             "notification-url": "https://packagist.org/downloads/",
3976             "license": [
3977                 "MIT"
3978             ],
3979             "authors": [
3980                 {
3981                     "name": "Fabien Potencier",
3982                     "email": "fabien@symfony.com"
3983                 },
3984                 {
3985                     "name": "Symfony Community",
3986                     "homepage": "https://symfony.com/contributors"
3987                 }
3988             ],
3989             "description": "Symfony EventDispatcher Component",
3990             "homepage": "https://symfony.com",
3991             "time": "2018-11-21T14:20:20+00:00"
3992         },
3993         {
3994             "name": "symfony/filesystem",
3995             "version": "v3.0.9",
3996             "source": {
3997                 "type": "git",
3998                 "url": "https://github.com/symfony/filesystem.git",
3999                 "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d"
4000             },
4001             "dist": {
4002                 "type": "zip",
4003                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d",
4004                 "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d",
4005                 "shasum": ""
4006             },
4007             "require": {
4008                 "php": ">=5.5.9"
4009             },
4010             "type": "library",
4011             "extra": {
4012                 "branch-alias": {
4013                     "dev-master": "3.0-dev"
4014                 }
4015             },
4016             "autoload": {
4017                 "psr-4": {
4018                     "Symfony\\Component\\Filesystem\\": ""
4019                 },
4020                 "exclude-from-classmap": [
4021                     "/Tests/"
4022                 ]
4023             },
4024             "notification-url": "https://packagist.org/downloads/",
4025             "license": [
4026                 "MIT"
4027             ],
4028             "authors": [
4029                 {
4030                     "name": "Fabien Potencier",
4031                     "email": "fabien@symfony.com"
4032                 },
4033                 {
4034                     "name": "Symfony Community",
4035                     "homepage": "https://symfony.com/contributors"
4036                 }
4037             ],
4038             "description": "Symfony Filesystem Component",
4039             "homepage": "https://symfony.com",
4040             "time": "2016-07-20T05:43:46+00:00"
4041         },
4042         {
4043             "name": "symfony/finder",
4044             "version": "v2.8.50",
4045             "source": {
4046                 "type": "git",
4047                 "url": "https://github.com/symfony/finder.git",
4048                 "reference": "1444eac52273e345d9b95129bf914639305a9ba4"
4049             },
4050             "dist": {
4051                 "type": "zip",
4052                 "url": "https://api.github.com/repos/symfony/finder/zipball/1444eac52273e345d9b95129bf914639305a9ba4",
4053                 "reference": "1444eac52273e345d9b95129bf914639305a9ba4",
4054                 "shasum": ""
4055             },
4056             "require": {
4057                 "php": ">=5.3.9"
4058             },
4059             "type": "library",
4060             "extra": {
4061                 "branch-alias": {
4062                     "dev-master": "2.8-dev"
4063                 }
4064             },
4065             "autoload": {
4066                 "psr-4": {
4067                     "Symfony\\Component\\Finder\\": ""
4068                 },
4069                 "exclude-from-classmap": [
4070                     "/Tests/"
4071                 ]
4072             },
4073             "notification-url": "https://packagist.org/downloads/",
4074             "license": [
4075                 "MIT"
4076             ],
4077             "authors": [
4078                 {
4079                     "name": "Fabien Potencier",
4080                     "email": "fabien@symfony.com"
4081                 },
4082                 {
4083                     "name": "Symfony Community",
4084                     "homepage": "https://symfony.com/contributors"
4085                 }
4086             ],
4087             "description": "Symfony Finder Component",
4088             "homepage": "https://symfony.com",
4089             "time": "2018-11-11T11:18:13+00:00"
4090         },
4091         {
4092             "name": "symfony/polyfill-ctype",
4093             "version": "v1.11.0",
4094             "source": {
4095                 "type": "git",
4096                 "url": "https://github.com/symfony/polyfill-ctype.git",
4097                 "reference": "82ebae02209c21113908c229e9883c419720738a"
4098             },
4099             "dist": {
4100                 "type": "zip",
4101                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
4102                 "reference": "82ebae02209c21113908c229e9883c419720738a",
4103                 "shasum": ""
4104             },
4105             "require": {
4106                 "php": ">=5.3.3"
4107             },
4108             "suggest": {
4109                 "ext-ctype": "For best performance"
4110             },
4111             "type": "library",
4112             "extra": {
4113                 "branch-alias": {
4114                     "dev-master": "1.11-dev"
4115                 }
4116             },
4117             "autoload": {
4118                 "psr-4": {
4119                     "Symfony\\Polyfill\\Ctype\\": ""
4120                 },
4121                 "files": [
4122                     "bootstrap.php"
4123                 ]
4124             },
4125             "notification-url": "https://packagist.org/downloads/",
4126             "license": [
4127                 "MIT"
4128             ],
4129             "authors": [
4130                 {
4131                     "name": "Symfony Community",
4132                     "homepage": "https://symfony.com/contributors"
4133                 },
4134                 {
4135                     "name": "Gert de Pagter",
4136                     "email": "BackEndTea@gmail.com"
4137                 }
4138             ],
4139             "description": "Symfony polyfill for ctype functions",
4140             "homepage": "https://symfony.com",
4141             "keywords": [
4142                 "compatibility",
4143                 "ctype",
4144                 "polyfill",
4145                 "portable"
4146             ],
4147             "time": "2019-02-06T07:57:58+00:00"
4148         },
4149         {
4150             "name": "symfony/polyfill-mbstring",
4151             "version": "v1.11.0",
4152             "source": {
4153                 "type": "git",
4154                 "url": "https://github.com/symfony/polyfill-mbstring.git",
4155                 "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
4156             },
4157             "dist": {
4158                 "type": "zip",
4159                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
4160                 "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
4161                 "shasum": ""
4162             },
4163             "require": {
4164                 "php": ">=5.3.3"
4165             },
4166             "suggest": {
4167                 "ext-mbstring": "For best performance"
4168             },
4169             "type": "library",
4170             "extra": {
4171                 "branch-alias": {
4172                     "dev-master": "1.11-dev"
4173                 }
4174             },
4175             "autoload": {
4176                 "psr-4": {
4177                     "Symfony\\Polyfill\\Mbstring\\": ""
4178                 },
4179                 "files": [
4180                     "bootstrap.php"
4181                 ]
4182             },
4183             "notification-url": "https://packagist.org/downloads/",
4184             "license": [
4185                 "MIT"
4186             ],
4187             "authors": [
4188                 {
4189                     "name": "Nicolas Grekas",
4190                     "email": "p@tchwork.com"
4191                 },
4192                 {
4193                     "name": "Symfony Community",
4194                     "homepage": "https://symfony.com/contributors"
4195                 }
4196             ],
4197             "description": "Symfony polyfill for the Mbstring extension",
4198             "homepage": "https://symfony.com",
4199             "keywords": [
4200                 "compatibility",
4201                 "mbstring",
4202                 "polyfill",
4203                 "portable",
4204                 "shim"
4205             ],
4206             "time": "2019-02-06T07:57:58+00:00"
4207         },
4208         {
4209             "name": "symfony/process",
4210             "version": "v2.8.50",
4211             "source": {
4212                 "type": "git",
4213                 "url": "https://github.com/symfony/process.git",
4214                 "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8"
4215             },
4216             "dist": {
4217                 "type": "zip",
4218                 "url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8",
4219                 "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8",
4220                 "shasum": ""
4221             },
4222             "require": {
4223                 "php": ">=5.3.9"
4224             },
4225             "type": "library",
4226             "extra": {
4227                 "branch-alias": {
4228                     "dev-master": "2.8-dev"
4229                 }
4230             },
4231             "autoload": {
4232                 "psr-4": {
4233                     "Symfony\\Component\\Process\\": ""
4234                 },
4235                 "exclude-from-classmap": [
4236                     "/Tests/"
4237                 ]
4238             },
4239             "notification-url": "https://packagist.org/downloads/",
4240             "license": [
4241                 "MIT"
4242             ],
4243             "authors": [
4244                 {
4245                     "name": "Fabien Potencier",
4246                     "email": "fabien@symfony.com"
4247                 },
4248                 {
4249                     "name": "Symfony Community",
4250                     "homepage": "https://symfony.com/contributors"
4251                 }
4252             ],
4253             "description": "Symfony Process Component",
4254             "homepage": "https://symfony.com",
4255             "time": "2018-11-11T11:18:13+00:00"
4256         },
4257         {
4258             "name": "symfony/stopwatch",
4259             "version": "v2.8.50",
4260             "source": {
4261                 "type": "git",
4262                 "url": "https://github.com/symfony/stopwatch.git",
4263                 "reference": "752586c80af8a85aeb74d1ae8202411c68836663"
4264             },
4265             "dist": {
4266                 "type": "zip",
4267                 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/752586c80af8a85aeb74d1ae8202411c68836663",
4268                 "reference": "752586c80af8a85aeb74d1ae8202411c68836663",
4269                 "shasum": ""
4270             },
4271             "require": {
4272                 "php": ">=5.3.9"
4273             },
4274             "type": "library",
4275             "extra": {
4276                 "branch-alias": {
4277                     "dev-master": "2.8-dev"
4278                 }
4279             },
4280             "autoload": {
4281                 "psr-4": {
4282                     "Symfony\\Component\\Stopwatch\\": ""
4283                 },
4284                 "exclude-from-classmap": [
4285                     "/Tests/"
4286                 ]
4287             },
4288             "notification-url": "https://packagist.org/downloads/",
4289             "license": [
4290                 "MIT"
4291             ],
4292             "authors": [
4293                 {
4294                     "name": "Fabien Potencier",
4295                     "email": "fabien@symfony.com"
4296                 },
4297                 {
4298                     "name": "Symfony Community",
4299                     "homepage": "https://symfony.com/contributors"
4300                 }
4301             ],
4302             "description": "Symfony Stopwatch Component",
4303             "homepage": "https://symfony.com",
4304             "time": "2018-11-11T11:18:13+00:00"
4305         },
4306         {
4307             "name": "symfony/translation",
4308             "version": "v3.0.9",
4309             "source": {
4310                 "type": "git",
4311                 "url": "https://github.com/symfony/translation.git",
4312                 "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26"
4313             },
4314             "dist": {
4315                 "type": "zip",
4316                 "url": "https://api.github.com/repos/symfony/translation/zipball/eee6c664853fd0576f21ae25725cfffeafe83f26",
4317                 "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26",
4318                 "shasum": ""
4319             },
4320             "require": {
4321                 "php": ">=5.5.9",
4322                 "symfony/polyfill-mbstring": "~1.0"
4323             },
4324             "conflict": {
4325                 "symfony/config": "<2.8"
4326             },
4327             "require-dev": {
4328                 "psr/log": "~1.0",
4329                 "symfony/config": "~2.8|~3.0",
4330                 "symfony/intl": "~2.8|~3.0",
4331                 "symfony/yaml": "~2.8|~3.0"
4332             },
4333             "suggest": {
4334                 "psr/log": "To use logging capability in translator",
4335                 "symfony/config": "",
4336                 "symfony/yaml": ""
4337             },
4338             "type": "library",
4339             "extra": {
4340                 "branch-alias": {
4341                     "dev-master": "3.0-dev"
4342                 }
4343             },
4344             "autoload": {
4345                 "psr-4": {
4346                     "Symfony\\Component\\Translation\\": ""
4347                 },
4348                 "exclude-from-classmap": [
4349                     "/Tests/"
4350                 ]
4351             },
4352             "notification-url": "https://packagist.org/downloads/",
4353             "license": [
4354                 "MIT"
4355             ],
4356             "authors": [
4357                 {
4358                     "name": "Fabien Potencier",
4359                     "email": "fabien@symfony.com"
4360                 },
4361                 {
4362                     "name": "Symfony Community",
4363                     "homepage": "https://symfony.com/contributors"
4364                 }
4365             ],
4366             "description": "Symfony Translation Component",
4367             "homepage": "https://symfony.com",
4368             "time": "2016-07-30T07:22:48+00:00"
4369         },
4370         {
4371             "name": "symfony/validator",
4372             "version": "v2.8.50",
4373             "source": {
4374                 "type": "git",
4375                 "url": "https://github.com/symfony/validator.git",
4376                 "reference": "d5d2090bba3139d8ddb79959fbf516e87238fe3a"
4377             },
4378             "dist": {
4379                 "type": "zip",
4380                 "url": "https://api.github.com/repos/symfony/validator/zipball/d5d2090bba3139d8ddb79959fbf516e87238fe3a",
4381                 "reference": "d5d2090bba3139d8ddb79959fbf516e87238fe3a",
4382                 "shasum": ""
4383             },
4384             "require": {
4385                 "php": ">=5.3.9",
4386                 "symfony/polyfill-ctype": "~1.8",
4387                 "symfony/polyfill-mbstring": "~1.0",
4388                 "symfony/translation": "~2.4|~3.0.0"
4389             },
4390             "require-dev": {
4391                 "doctrine/annotations": "~1.0",
4392                 "doctrine/cache": "~1.0",
4393                 "egulias/email-validator": "^1.2.1",
4394                 "symfony/config": "~2.2|~3.0.0",
4395                 "symfony/expression-language": "~2.4|~3.0.0",
4396                 "symfony/http-foundation": "~2.3|~3.0.0",
4397                 "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
4398                 "symfony/property-access": "~2.3|~3.0.0",
4399                 "symfony/yaml": "^2.0.5|~3.0.0"
4400             },
4401             "suggest": {
4402                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
4403                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
4404                 "egulias/email-validator": "Strict (RFC compliant) email validation",
4405                 "symfony/config": "",
4406                 "symfony/expression-language": "For using the 2.4 Expression validator",
4407                 "symfony/http-foundation": "",
4408                 "symfony/intl": "",
4409                 "symfony/property-access": "For using the 2.4 Validator API",
4410                 "symfony/yaml": ""
4411             },
4412             "type": "library",
4413             "extra": {
4414                 "branch-alias": {
4415                     "dev-master": "2.8-dev"
4416                 }
4417             },
4418             "autoload": {
4419                 "psr-4": {
4420                     "Symfony\\Component\\Validator\\": ""
4421                 },
4422                 "exclude-from-classmap": [
4423                     "/Tests/"
4424                 ]
4425             },
4426             "notification-url": "https://packagist.org/downloads/",
4427             "license": [
4428                 "MIT"
4429             ],
4430             "authors": [
4431                 {
4432                     "name": "Fabien Potencier",
4433                     "email": "fabien@symfony.com"
4434                 },
4435                 {
4436                     "name": "Symfony Community",
4437                     "homepage": "https://symfony.com/contributors"
4438                 }
4439             ],
4440             "description": "Symfony Validator Component",
4441             "homepage": "https://symfony.com",
4442             "time": "2018-11-14T14:06:48+00:00"
4443         },
4444         {
4445             "name": "symfony/var-dumper",
4446             "version": "v3.3.6",
4447             "source": {
4448                 "type": "git",
4449                 "url": "https://github.com/symfony/var-dumper.git",
4450                 "reference": "b2623bccb969ad595c2090f9be498b74670d0663"
4451             },
4452             "dist": {
4453                 "type": "zip",
4454                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b2623bccb969ad595c2090f9be498b74670d0663",
4455                 "reference": "b2623bccb969ad595c2090f9be498b74670d0663",
4456                 "shasum": ""
4457             },
4458             "require": {
4459                 "php": ">=5.5.9",
4460                 "symfony/polyfill-mbstring": "~1.0"
4461             },
4462             "conflict": {
4463                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
4464             },
4465             "require-dev": {
4466                 "ext-iconv": "*",
4467                 "twig/twig": "~1.34|~2.4"
4468             },
4469             "suggest": {
4470                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
4471                 "ext-symfony_debug": ""
4472             },
4473             "type": "library",
4474             "extra": {
4475                 "branch-alias": {
4476                     "dev-master": "3.3-dev"
4477                 }
4478             },
4479             "autoload": {
4480                 "files": [
4481                     "Resources/functions/dump.php"
4482                 ],
4483                 "psr-4": {
4484                     "Symfony\\Component\\VarDumper\\": ""
4485                 },
4486                 "exclude-from-classmap": [
4487                     "/Tests/"
4488                 ]
4489             },
4490             "notification-url": "https://packagist.org/downloads/",
4491             "license": [
4492                 "MIT"
4493             ],
4494             "authors": [
4495                 {
4496                     "name": "Nicolas Grekas",
4497                     "email": "p@tchwork.com"
4498                 },
4499                 {
4500                     "name": "Symfony Community",
4501                     "homepage": "https://symfony.com/contributors"
4502                 }
4503             ],
4504             "description": "Symfony mechanism for exploring and dumping PHP variables",
4505             "homepage": "https://symfony.com",
4506             "keywords": [
4507                 "debug",
4508                 "dump"
4509             ],
4510             "time": "2017-07-28T06:06:09+00:00"
4511         },
4512         {
4513             "name": "theseer/tokenizer",
4514             "version": "1.1.3",
4515             "source": {
4516                 "type": "git",
4517                 "url": "https://github.com/theseer/tokenizer.git",
4518                 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
4519             },
4520             "dist": {
4521                 "type": "zip",
4522                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
4523                 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
4524                 "shasum": ""
4525             },
4526             "require": {
4527                 "ext-dom": "*",
4528                 "ext-tokenizer": "*",
4529                 "ext-xmlwriter": "*",
4530                 "php": "^7.0"
4531             },
4532             "type": "library",
4533             "autoload": {
4534                 "classmap": [
4535                     "src/"
4536                 ]
4537             },
4538             "notification-url": "https://packagist.org/downloads/",
4539             "license": [
4540                 "BSD-3-Clause"
4541             ],
4542             "authors": [
4543                 {
4544                     "name": "Arne Blankerts",
4545                     "email": "arne@blankerts.de",
4546                     "role": "Developer"
4547                 }
4548             ],
4549             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4550             "time": "2019-06-13T22:48:21+00:00"
4551         },
4552         {
4553             "name": "twig/twig",
4554             "version": "v1.42.2",
4555             "source": {
4556                 "type": "git",
4557                 "url": "https://github.com/twigphp/Twig.git",
4558                 "reference": "21707d6ebd05476854805e4f91b836531941bcd4"
4559             },
4560             "dist": {
4561                 "type": "zip",
4562                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/21707d6ebd05476854805e4f91b836531941bcd4",
4563                 "reference": "21707d6ebd05476854805e4f91b836531941bcd4",
4564                 "shasum": ""
4565             },
4566             "require": {
4567                 "php": ">=5.4.0",
4568                 "symfony/polyfill-ctype": "^1.8"
4569             },
4570             "require-dev": {
4571                 "psr/container": "^1.0",
4572                 "symfony/debug": "^2.7",
4573                 "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0"
4574             },
4575             "type": "library",
4576             "extra": {
4577                 "branch-alias": {
4578                     "dev-master": "1.42-dev"
4579                 }
4580             },
4581             "autoload": {
4582                 "psr-0": {
4583                     "Twig_": "lib/"
4584                 },
4585                 "psr-4": {
4586                     "Twig\\": "src/"
4587                 }
4588             },
4589             "notification-url": "https://packagist.org/downloads/",
4590             "license": [
4591                 "BSD-3-Clause"
4592             ],
4593             "authors": [
4594                 {
4595                     "name": "Fabien Potencier",
4596                     "email": "fabien@symfony.com",
4597                     "homepage": "http://fabien.potencier.org",
4598                     "role": "Lead Developer"
4599                 },
4600                 {
4601                     "name": "Armin Ronacher",
4602                     "email": "armin.ronacher@active-4.com",
4603                     "role": "Project Founder"
4604                 },
4605                 {
4606                     "name": "Twig Team",
4607                     "homepage": "https://twig.symfony.com/contributors",
4608                     "role": "Contributors"
4609                 }
4610             ],
4611             "description": "Twig, the flexible, fast, and secure template language for PHP",
4612             "homepage": "https://twig.symfony.com",
4613             "keywords": [
4614                 "templating"
4615             ],
4616             "time": "2019-06-18T15:35:16+00:00"
4617         },
4618         {
4619             "name": "zendframework/zend-cache",
4620             "version": "2.8.2",
4621             "source": {
4622                 "type": "git",
4623                 "url": "https://github.com/zendframework/zend-cache.git",
4624                 "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3"
4625             },
4626             "dist": {
4627                 "type": "zip",
4628                 "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/4983dff629956490c78b88adcc8ece4711d7d8a3",
4629                 "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3",
4630                 "shasum": ""
4631             },
4632             "require": {
4633                 "php": "^5.6 || ^7.0",
4634                 "psr/cache": "^1.0",
4635                 "psr/simple-cache": "^1.0",
4636                 "zendframework/zend-eventmanager": "^2.6.3 || ^3.2",
4637                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
4638                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4639             },
4640             "provide": {
4641                 "psr/cache-implementation": "1.0",
4642                 "psr/simple-cache-implementation": "1.0"
4643             },
4644             "require-dev": {
4645                 "cache/integration-tests": "^0.16",
4646                 "phpbench/phpbench": "^0.13",
4647                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4648                 "zendframework/zend-coding-standard": "~1.0.0",
4649                 "zendframework/zend-serializer": "^2.6",
4650                 "zendframework/zend-session": "^2.7.4"
4651             },
4652             "suggest": {
4653                 "ext-apc": "APC or compatible extension, to use the APC storage adapter",
4654                 "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
4655                 "ext-dba": "DBA, to use the DBA storage adapter",
4656                 "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
4657                 "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
4658                 "ext-mongo": "Mongo, to use MongoDb storage adapter",
4659                 "ext-mongodb": "MongoDB, to use the ExtMongoDb storage adapter",
4660                 "ext-redis": "Redis, to use Redis storage adapter",
4661                 "ext-wincache": "WinCache, to use the WinCache storage adapter",
4662                 "ext-xcache": "XCache, to use the XCache storage adapter",
4663                 "mongodb/mongodb": "Required for use with the ext-mongodb adapter",
4664                 "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
4665                 "zendframework/zend-serializer": "Zend\\Serializer component",
4666                 "zendframework/zend-session": "Zend\\Session component"
4667             },
4668             "type": "library",
4669             "extra": {
4670                 "branch-alias": {
4671                     "dev-master": "2.8.x-dev",
4672                     "dev-develop": "2.9.x-dev"
4673                 },
4674                 "zf": {
4675                     "component": "Zend\\Cache",
4676                     "config-provider": "Zend\\Cache\\ConfigProvider"
4677                 }
4678             },
4679             "autoload": {
4680                 "files": [
4681                     "autoload/patternPluginManagerPolyfill.php"
4682                 ],
4683                 "psr-4": {
4684                     "Zend\\Cache\\": "src/"
4685                 }
4686             },
4687             "notification-url": "https://packagist.org/downloads/",
4688             "license": [
4689                 "BSD-3-Clause"
4690             ],
4691             "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
4692             "keywords": [
4693                 "ZendFramework",
4694                 "cache",
4695                 "psr-16",
4696                 "psr-6",
4697                 "zf"
4698             ],
4699             "time": "2018-05-01T21:58:00+00:00"
4700         },
4701         {
4702             "name": "zendframework/zend-config",
4703             "version": "2.6.0",
4704             "source": {
4705                 "type": "git",
4706                 "url": "https://github.com/zendframework/zend-config.git",
4707                 "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
4708             },
4709             "dist": {
4710                 "type": "zip",
4711                 "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
4712                 "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
4713                 "shasum": ""
4714             },
4715             "require": {
4716                 "php": "^5.5 || ^7.0",
4717                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
4718             },
4719             "require-dev": {
4720                 "fabpot/php-cs-fixer": "1.7.*",
4721                 "phpunit/phpunit": "~4.0",
4722                 "zendframework/zend-filter": "^2.6",
4723                 "zendframework/zend-i18n": "^2.5",
4724                 "zendframework/zend-json": "^2.6.1",
4725                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4726             },
4727             "suggest": {
4728                 "zendframework/zend-filter": "Zend\\Filter component",
4729                 "zendframework/zend-i18n": "Zend\\I18n component",
4730                 "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
4731                 "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
4732             },
4733             "type": "library",
4734             "extra": {
4735                 "branch-alias": {
4736                     "dev-master": "2.6-dev",
4737                     "dev-develop": "2.7-dev"
4738                 }
4739             },
4740             "autoload": {
4741                 "psr-4": {
4742                     "Zend\\Config\\": "src/"
4743                 }
4744             },
4745             "notification-url": "https://packagist.org/downloads/",
4746             "license": [
4747                 "BSD-3-Clause"
4748             ],
4749             "description": "provides a nested object property based user interface for accessing this configuration data within application code",
4750             "homepage": "https://github.com/zendframework/zend-config",
4751             "keywords": [
4752                 "config",
4753                 "zf2"
4754             ],
4755             "time": "2016-02-04T23:01:10+00:00"
4756         },
4757         {
4758             "name": "zendframework/zend-eventmanager",
4759             "version": "3.2.1",
4760             "source": {
4761                 "type": "git",
4762                 "url": "https://github.com/zendframework/zend-eventmanager.git",
4763                 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
4764             },
4765             "dist": {
4766                 "type": "zip",
4767                 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
4768                 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
4769                 "shasum": ""
4770             },
4771             "require": {
4772                 "php": "^5.6 || ^7.0"
4773             },
4774             "require-dev": {
4775                 "athletic/athletic": "^0.1",
4776                 "container-interop/container-interop": "^1.1.0",
4777                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4778                 "zendframework/zend-coding-standard": "~1.0.0",
4779                 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
4780             },
4781             "suggest": {
4782                 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
4783                 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
4784             },
4785             "type": "library",
4786             "extra": {
4787                 "branch-alias": {
4788                     "dev-master": "3.2-dev",
4789                     "dev-develop": "3.3-dev"
4790                 }
4791             },
4792             "autoload": {
4793                 "psr-4": {
4794                     "Zend\\EventManager\\": "src/"
4795                 }
4796             },
4797             "notification-url": "https://packagist.org/downloads/",
4798             "license": [
4799                 "BSD-3-Clause"
4800             ],
4801             "description": "Trigger and listen to events within a PHP application",
4802             "homepage": "https://github.com/zendframework/zend-eventmanager",
4803             "keywords": [
4804                 "event",
4805                 "eventmanager",
4806                 "events",
4807                 "zf2"
4808             ],
4809             "time": "2018-04-25T15:33:34+00:00"
4810         },
4811         {
4812             "name": "zendframework/zend-filter",
4813             "version": "2.9.1",
4814             "source": {
4815                 "type": "git",
4816                 "url": "https://github.com/zendframework/zend-filter.git",
4817                 "reference": "1c3e6d02f9cd5f6c929c9859498f5efbe216e86f"
4818             },
4819             "dist": {
4820                 "type": "zip",
4821                 "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/1c3e6d02f9cd5f6c929c9859498f5efbe216e86f",
4822                 "reference": "1c3e6d02f9cd5f6c929c9859498f5efbe216e86f",
4823                 "shasum": ""
4824             },
4825             "require": {
4826                 "php": "^5.6 || ^7.0",
4827                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4828             },
4829             "conflict": {
4830                 "zendframework/zend-validator": "<2.10.1"
4831             },
4832             "require-dev": {
4833                 "pear/archive_tar": "^1.4.3",
4834                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
4835                 "psr/http-factory": "^1.0",
4836                 "zendframework/zend-coding-standard": "~1.0.0",
4837                 "zendframework/zend-crypt": "^3.2.1",
4838                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
4839                 "zendframework/zend-uri": "^2.6"
4840             },
4841             "suggest": {
4842                 "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters",
4843                 "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
4844                 "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
4845                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
4846                 "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
4847             },
4848             "type": "library",
4849             "extra": {
4850                 "branch-alias": {
4851                     "dev-master": "2.9.x-dev",
4852                     "dev-develop": "2.10.x-dev"
4853                 },
4854                 "zf": {
4855                     "component": "Zend\\Filter",
4856                     "config-provider": "Zend\\Filter\\ConfigProvider"
4857                 }
4858             },
4859             "autoload": {
4860                 "psr-4": {
4861                     "Zend\\Filter\\": "src/"
4862                 }
4863             },
4864             "notification-url": "https://packagist.org/downloads/",
4865             "license": [
4866                 "BSD-3-Clause"
4867             ],
4868             "description": "provides a set of commonly needed data filters",
4869             "keywords": [
4870                 "ZendFramework",
4871                 "filter",
4872                 "zf"
4873             ],
4874             "time": "2018-12-17T16:00:04+00:00"
4875         },
4876         {
4877             "name": "zendframework/zend-hydrator",
4878             "version": "1.1.0",
4879             "source": {
4880                 "type": "git",
4881                 "url": "https://github.com/zendframework/zend-hydrator.git",
4882                 "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
4883             },
4884             "dist": {
4885                 "type": "zip",
4886                 "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
4887                 "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
4888                 "shasum": ""
4889             },
4890             "require": {
4891                 "php": "^5.5 || ^7.0",
4892                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
4893             },
4894             "require-dev": {
4895                 "phpunit/phpunit": "~4.0",
4896                 "squizlabs/php_codesniffer": "^2.0@dev",
4897                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4898                 "zendframework/zend-filter": "^2.6",
4899                 "zendframework/zend-inputfilter": "^2.6",
4900                 "zendframework/zend-serializer": "^2.6.1",
4901                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4902             },
4903             "suggest": {
4904                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
4905                 "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
4906                 "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
4907                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
4908             },
4909             "type": "library",
4910             "extra": {
4911                 "branch-alias": {
4912                     "dev-release-1.0": "1.0-dev",
4913                     "dev-release-1.1": "1.1-dev",
4914                     "dev-master": "2.0-dev",
4915                     "dev-develop": "2.1-dev"
4916                 }
4917             },
4918             "autoload": {
4919                 "psr-4": {
4920                     "Zend\\Hydrator\\": "src/"
4921                 }
4922             },
4923             "notification-url": "https://packagist.org/downloads/",
4924             "license": [
4925                 "BSD-3-Clause"
4926             ],
4927             "homepage": "https://github.com/zendframework/zend-hydrator",
4928             "keywords": [
4929                 "hydrator",
4930                 "zf2"
4931             ],
4932             "time": "2016-02-18T22:38:26+00:00"
4933         },
4934         {
4935             "name": "zendframework/zend-i18n",
4936             "version": "2.9.0",
4937             "source": {
4938                 "type": "git",
4939                 "url": "https://github.com/zendframework/zend-i18n.git",
4940                 "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f"
4941             },
4942             "dist": {
4943                 "type": "zip",
4944                 "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
4945                 "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
4946                 "shasum": ""
4947             },
4948             "require": {
4949                 "php": "^5.6 || ^7.0",
4950                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
4951             },
4952             "require-dev": {
4953                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4954                 "zendframework/zend-cache": "^2.6.1",
4955                 "zendframework/zend-coding-standard": "~1.0.0",
4956                 "zendframework/zend-config": "^2.6",
4957                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4958                 "zendframework/zend-filter": "^2.6.1",
4959                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
4960                 "zendframework/zend-validator": "^2.6",
4961                 "zendframework/zend-view": "^2.6.3"
4962             },
4963             "suggest": {
4964                 "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
4965                 "zendframework/zend-cache": "Zend\\Cache component",
4966                 "zendframework/zend-config": "Zend\\Config component",
4967                 "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
4968                 "zendframework/zend-filter": "You should install this package to use the provided filters",
4969                 "zendframework/zend-i18n-resources": "Translation resources",
4970                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
4971                 "zendframework/zend-validator": "You should install this package to use the provided validators",
4972                 "zendframework/zend-view": "You should install this package to use the provided view helpers"
4973             },
4974             "type": "library",
4975             "extra": {
4976                 "branch-alias": {
4977                     "dev-master": "2.9.x-dev",
4978                     "dev-develop": "2.10.x-dev"
4979                 },
4980                 "zf": {
4981                     "component": "Zend\\I18n",
4982                     "config-provider": "Zend\\I18n\\ConfigProvider"
4983                 }
4984             },
4985             "autoload": {
4986                 "psr-4": {
4987                     "Zend\\I18n\\": "src/"
4988                 }
4989             },
4990             "notification-url": "https://packagist.org/downloads/",
4991             "license": [
4992                 "BSD-3-Clause"
4993             ],
4994             "description": "Provide translations for your application, and filter and validate internationalized values",
4995             "keywords": [
4996                 "ZendFramework",
4997                 "i18n",
4998                 "zf"
4999             ],
5000             "time": "2018-05-16T16:39:13+00:00"
5001         },
5002         {
5003             "name": "zendframework/zend-json",
5004             "version": "3.1.1",
5005             "source": {
5006                 "type": "git",
5007                 "url": "https://github.com/zendframework/zend-json.git",
5008                 "reference": "21c6027f3c4a5177cbef8ed08d1037b17188a0d8"
5009             },
5010             "dist": {
5011                 "type": "zip",
5012                 "url": "https://api.github.com/repos/zendframework/zend-json/zipball/21c6027f3c4a5177cbef8ed08d1037b17188a0d8",
5013                 "reference": "21c6027f3c4a5177cbef8ed08d1037b17188a0d8",
5014                 "shasum": ""
5015             },
5016             "require": {
5017                 "php": "^5.6 || ^7.0"
5018             },
5019             "require-dev": {
5020                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
5021                 "zendframework/zend-coding-standard": "~1.0.0",
5022                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
5023             },
5024             "suggest": {
5025                 "zendframework/zend-json-server": "For implementing JSON-RPC servers",
5026                 "zendframework/zend-xml2json": "For converting XML documents to JSON"
5027             },
5028             "type": "library",
5029             "extra": {
5030                 "branch-alias": {
5031                     "dev-master": "3.1.x-dev",
5032                     "dev-develop": "3.2.x-dev"
5033                 }
5034             },
5035             "autoload": {
5036                 "psr-4": {
5037                     "Zend\\Json\\": "src/"
5038                 }
5039             },
5040             "notification-url": "https://packagist.org/downloads/",
5041             "license": [
5042                 "BSD-3-Clause"
5043             ],
5044             "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
5045             "keywords": [
5046                 "ZendFramework",
5047                 "json",
5048                 "zf"
5049             ],
5050             "time": "2019-06-18T10:54:52+00:00"
5051         },
5052         {
5053             "name": "zendframework/zend-serializer",
5054             "version": "2.9.0",
5055             "source": {
5056                 "type": "git",
5057                 "url": "https://github.com/zendframework/zend-serializer.git",
5058                 "reference": "0172690db48d8935edaf625c4cba38b79719892c"
5059             },
5060             "dist": {
5061                 "type": "zip",
5062                 "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/0172690db48d8935edaf625c4cba38b79719892c",
5063                 "reference": "0172690db48d8935edaf625c4cba38b79719892c",
5064                 "shasum": ""
5065             },
5066             "require": {
5067                 "php": "^5.6 || ^7.0",
5068                 "zendframework/zend-json": "^2.5 || ^3.0",
5069                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
5070             },
5071             "require-dev": {
5072                 "phpunit/phpunit": "^5.7.25 || ^6.4.4",
5073                 "zendframework/zend-coding-standard": "~1.0.0",
5074                 "zendframework/zend-math": "^2.6 || ^3.0",
5075                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
5076             },
5077             "suggest": {
5078                 "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization",
5079                 "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support"
5080             },
5081             "type": "library",
5082             "extra": {
5083                 "branch-alias": {
5084                     "dev-master": "2.9.x-dev",
5085                     "dev-develop": "2.10.x-dev"
5086                 },
5087                 "zf": {
5088                     "component": "Zend\\Serializer",
5089                     "config-provider": "Zend\\Serializer\\ConfigProvider"
5090                 }
5091             },
5092             "autoload": {
5093                 "psr-4": {
5094                     "Zend\\Serializer\\": "src/"
5095                 }
5096             },
5097             "notification-url": "https://packagist.org/downloads/",
5098             "license": [
5099                 "BSD-3-Clause"
5100             ],
5101             "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
5102             "keywords": [
5103                 "ZendFramework",
5104                 "serializer",
5105                 "zf"
5106             ],
5107             "time": "2018-05-14T18:45:18+00:00"
5108         },
5109         {
5110             "name": "zendframework/zend-servicemanager",
5111             "version": "2.7.11",
5112             "source": {
5113                 "type": "git",
5114                 "url": "https://github.com/zendframework/zend-servicemanager.git",
5115                 "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7"
5116             },
5117             "dist": {
5118                 "type": "zip",
5119                 "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/99ec9ed5d0f15aed9876433c74c2709eb933d4c7",
5120                 "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7",
5121                 "shasum": ""
5122             },
5123             "require": {
5124                 "container-interop/container-interop": "~1.0",
5125                 "php": "^5.5 || ^7.0"
5126             },
5127             "require-dev": {
5128                 "athletic/athletic": "dev-master",
5129                 "fabpot/php-cs-fixer": "1.7.*",
5130                 "phpunit/phpunit": "~4.0",
5131                 "zendframework/zend-di": "~2.5",
5132                 "zendframework/zend-mvc": "~2.5"
5133             },
5134             "suggest": {
5135                 "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
5136                 "zendframework/zend-di": "Zend\\Di component"
5137             },
5138             "type": "library",
5139             "extra": {
5140                 "branch-alias": {
5141                     "dev-master": "2.7-dev",
5142                     "dev-develop": "3.0-dev"
5143                 }
5144             },
5145             "autoload": {
5146                 "psr-4": {
5147                     "Zend\\ServiceManager\\": "src/"
5148                 }
5149             },
5150             "notification-url": "https://packagist.org/downloads/",
5151             "license": [
5152                 "BSD-3-Clause"
5153             ],
5154             "homepage": "https://github.com/zendframework/zend-servicemanager",
5155             "keywords": [
5156                 "servicemanager",
5157                 "zf2"
5158             ],
5159             "time": "2018-06-22T14:49:54+00:00"
5160         },
5161         {
5162             "name": "zendframework/zend-stdlib",
5163             "version": "2.7.7",
5164             "source": {
5165                 "type": "git",
5166                 "url": "https://github.com/zendframework/zend-stdlib.git",
5167                 "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
5168             },
5169             "dist": {
5170                 "type": "zip",
5171                 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
5172                 "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
5173                 "shasum": ""
5174             },
5175             "require": {
5176                 "php": "^5.5 || ^7.0",
5177                 "zendframework/zend-hydrator": "~1.1"
5178             },
5179             "require-dev": {
5180                 "athletic/athletic": "~0.1",
5181                 "fabpot/php-cs-fixer": "1.7.*",
5182                 "phpunit/phpunit": "~4.0",
5183                 "zendframework/zend-config": "~2.5",
5184                 "zendframework/zend-eventmanager": "~2.5",
5185                 "zendframework/zend-filter": "~2.5",
5186                 "zendframework/zend-inputfilter": "~2.5",
5187                 "zendframework/zend-serializer": "~2.5",
5188                 "zendframework/zend-servicemanager": "~2.5"
5189             },
5190             "suggest": {
5191                 "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
5192                 "zendframework/zend-filter": "To support naming strategy hydrator usage",
5193                 "zendframework/zend-serializer": "Zend\\Serializer component",
5194                 "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
5195             },
5196             "type": "library",
5197             "extra": {
5198                 "branch-alias": {
5199                     "dev-release-2.7": "2.7-dev",
5200                     "dev-master": "3.0-dev",
5201                     "dev-develop": "3.1-dev"
5202                 }
5203             },
5204             "autoload": {
5205                 "psr-4": {
5206                     "Zend\\Stdlib\\": "src/"
5207                 }
5208             },
5209             "notification-url": "https://packagist.org/downloads/",
5210             "license": [
5211                 "BSD-3-Clause"
5212             ],
5213             "homepage": "https://github.com/zendframework/zend-stdlib",
5214             "keywords": [
5215                 "stdlib",
5216                 "zf2"
5217             ],
5218             "time": "2016-04-12T21:17:31+00:00"
5219         },
5220         {
5221             "name": "zetacomponents/base",
5222             "version": "1.9.1",
5223             "source": {
5224                 "type": "git",
5225                 "url": "https://github.com/zetacomponents/Base.git",
5226                 "reference": "489e20235989ddc97fdd793af31ac803972454f1"
5227             },
5228             "dist": {
5229                 "type": "zip",
5230                 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
5231                 "reference": "489e20235989ddc97fdd793af31ac803972454f1",
5232                 "shasum": ""
5233             },
5234             "require-dev": {
5235                 "phpunit/phpunit": "~5.7",
5236                 "zetacomponents/unit-test": "*"
5237             },
5238             "type": "library",
5239             "autoload": {
5240                 "classmap": [
5241                     "src"
5242                 ]
5243             },
5244             "notification-url": "https://packagist.org/downloads/",
5245             "license": [
5246                 "Apache-2.0"
5247             ],
5248             "authors": [
5249                 {
5250                     "name": "Sergey Alexeev"
5251                 },
5252                 {
5253                     "name": "Sebastian Bergmann"
5254                 },
5255                 {
5256                     "name": "Jan Borsodi"
5257                 },
5258                 {
5259                     "name": "Raymond Bosman"
5260                 },
5261                 {
5262                     "name": "Frederik Holljen"
5263                 },
5264                 {
5265                     "name": "Kore Nordmann"
5266                 },
5267                 {
5268                     "name": "Derick Rethans"
5269                 },
5270                 {
5271                     "name": "Vadym Savchuk"
5272                 },
5273                 {
5274                     "name": "Tobias Schlitt"
5275                 },
5276                 {
5277                     "name": "Alexandru Stanoi"
5278                 }
5279             ],
5280             "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
5281             "homepage": "https://github.com/zetacomponents",
5282             "time": "2017-11-28T11:30:00+00:00"
5283         },
5284         {
5285             "name": "zetacomponents/document",
5286             "version": "1.3.1",
5287             "source": {
5288                 "type": "git",
5289                 "url": "https://github.com/zetacomponents/Document.git",
5290                 "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8"
5291             },
5292             "dist": {
5293                 "type": "zip",
5294                 "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
5295                 "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
5296                 "shasum": ""
5297             },
5298             "require": {
5299                 "zetacomponents/base": "*"
5300             },
5301             "require-dev": {
5302                 "zetacomponents/unit-test": "dev-master"
5303             },
5304             "type": "library",
5305             "autoload": {
5306                 "classmap": [
5307                     "src"
5308                 ]
5309             },
5310             "notification-url": "https://packagist.org/downloads/",
5311             "license": [
5312                 "Apache-2.0"
5313             ],
5314             "authors": [
5315                 {
5316                     "name": "Sebastian Bergmann"
5317                 },
5318                 {
5319                     "name": "Kore Nordmann"
5320                 },
5321                 {
5322                     "name": "Derick Rethans"
5323                 },
5324                 {
5325                     "name": "Tobias Schlitt"
5326                 },
5327                 {
5328                     "name": "Alexandru Stanoi"
5329                 }
5330             ],
5331             "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
5332             "homepage": "https://github.com/zetacomponents",
5333             "time": "2013-12-19T11:40:00+00:00"
5334         }
5335     ],
5336     "aliases": [],
5337     "minimum-stability": "dev",
5338     "stability-flags": {
5339         "phpseclib/phpseclib": 20
5340     },
5341     "prefer-stable": true,
5342     "prefer-lowest": false,
5343     "platform": {
5344         "php": "^7.0.0",
5345         "ext-bcmath": "*",
5346         "ext-curl": "*",
5347         "ext-dom": "*",
5348         "ext-gd": "*",
5349         "ext-intl": "*",
5350         "ext-json": "*",
5351         "ext-mbstring": "*",
5352         "ext-openssl": "*",
5353         "ext-simplexml": "*",
5354         "ext-xml": "*",
5355         "ext-xmlwriter": "*"
5356     },
5357     "platform-dev": [],
5358     "platform-overrides": {
5359         "php": "7.0.0"
5360     }
5361 }