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