MDL-60823 calendar: use first day of week on prepadding calc
[moodle.git] / composer.lock
blobd69ba0b0c3735835bb45702e48bb148b8e09b73f
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": "b36746ace2486c033136c855a63f3793",
8     "packages": [],
9     "packages-dev": [
10         {
11             "name": "behat/behat",
12             "version": "v3.3.1",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/Behat/Behat.git",
16                 "reference": "44a58c1480d6144b2dc2c2bf02b9cef73c83840d"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/Behat/Behat/zipball/44a58c1480d6144b2dc2c2bf02b9cef73c83840d",
21                 "reference": "44a58c1480d6144b2dc2c2bf02b9cef73c83840d",
22                 "shasum": ""
23             },
24             "require": {
25                 "behat/gherkin": "^4.4.4",
26                 "behat/transliterator": "^1.2",
27                 "container-interop/container-interop": "^1.1",
28                 "ext-mbstring": "*",
29                 "php": ">=5.3.3",
30                 "symfony/class-loader": "~2.1||~3.0",
31                 "symfony/config": "~2.3||~3.0",
32                 "symfony/console": "~2.5||~3.0",
33                 "symfony/dependency-injection": "~2.1||~3.0",
34                 "symfony/event-dispatcher": "~2.1||~3.0",
35                 "symfony/translation": "~2.3||~3.0",
36                 "symfony/yaml": "~2.1||~3.0"
37             },
38             "require-dev": {
39                 "herrera-io/box": "~1.6.1",
40                 "phpunit/phpunit": "~4.5",
41                 "symfony/process": "~2.5|~3.0"
42             },
43             "suggest": {
44                 "behat/mink-extension": "for integration with Mink testing framework",
45                 "behat/symfony2-extension": "for integration with Symfony2 web framework",
46                 "behat/yii-extension": "for integration with Yii web framework"
47             },
48             "bin": [
49                 "bin/behat"
50             ],
51             "type": "library",
52             "extra": {
53                 "branch-alias": {
54                     "dev-master": "3.2.x-dev"
55                 }
56             },
57             "autoload": {
58                 "psr-0": {
59                     "Behat\\Behat": "src/",
60                     "Behat\\Testwork": "src/"
61                 }
62             },
63             "notification-url": "https://packagist.org/downloads/",
64             "license": [
65                 "MIT"
66             ],
67             "authors": [
68                 {
69                     "name": "Konstantin Kudryashov",
70                     "email": "ever.zet@gmail.com",
71                     "homepage": "http://everzet.com"
72                 }
73             ],
74             "description": "Scenario-oriented BDD framework for PHP 5.3",
75             "homepage": "http://behat.org/",
76             "keywords": [
77                 "Agile",
78                 "BDD",
79                 "ScenarioBDD",
80                 "Scrum",
81                 "StoryBDD",
82                 "User story",
83                 "business",
84                 "development",
85                 "documentation",
86                 "examples",
87                 "symfony",
88                 "testing"
89             ],
90             "time": "2017-05-15T16:49:16+00:00"
91         },
92         {
93             "name": "behat/gherkin",
94             "version": "v4.5.1",
95             "source": {
96                 "type": "git",
97                 "url": "https://github.com/Behat/Gherkin.git",
98                 "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a"
99             },
100             "dist": {
101                 "type": "zip",
102                 "url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
103                 "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
104                 "shasum": ""
105             },
106             "require": {
107                 "php": ">=5.3.1"
108             },
109             "require-dev": {
110                 "phpunit/phpunit": "~4.5|~5",
111                 "symfony/phpunit-bridge": "~2.7|~3",
112                 "symfony/yaml": "~2.3|~3"
113             },
114             "suggest": {
115                 "symfony/yaml": "If you want to parse features, represented in YAML files"
116             },
117             "type": "library",
118             "extra": {
119                 "branch-alias": {
120                     "dev-master": "4.4-dev"
121                 }
122             },
123             "autoload": {
124                 "psr-0": {
125                     "Behat\\Gherkin": "src/"
126                 }
127             },
128             "notification-url": "https://packagist.org/downloads/",
129             "license": [
130                 "MIT"
131             ],
132             "authors": [
133                 {
134                     "name": "Konstantin Kudryashov",
135                     "email": "ever.zet@gmail.com",
136                     "homepage": "http://everzet.com"
137                 }
138             ],
139             "description": "Gherkin DSL parser for PHP 5.3",
140             "homepage": "http://behat.org/",
141             "keywords": [
142                 "BDD",
143                 "Behat",
144                 "Cucumber",
145                 "DSL",
146                 "gherkin",
147                 "parser"
148             ],
149             "time": "2017-08-30T11:04:43+00:00"
150         },
151         {
152             "name": "behat/mink",
153             "version": "v1.7.1",
154             "source": {
155                 "type": "git",
156                 "url": "https://github.com/minkphp/Mink.git",
157                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
158             },
159             "dist": {
160                 "type": "zip",
161                 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
162                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
163                 "shasum": ""
164             },
165             "require": {
166                 "php": ">=5.3.1",
167                 "symfony/css-selector": "~2.1|~3.0"
168             },
169             "require-dev": {
170                 "symfony/phpunit-bridge": "~2.7|~3.0"
171             },
172             "suggest": {
173                 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
174                 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
175                 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
176                 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
177             },
178             "type": "library",
179             "extra": {
180                 "branch-alias": {
181                     "dev-master": "1.7.x-dev"
182                 }
183             },
184             "autoload": {
185                 "psr-4": {
186                     "Behat\\Mink\\": "src/"
187                 }
188             },
189             "notification-url": "https://packagist.org/downloads/",
190             "license": [
191                 "MIT"
192             ],
193             "authors": [
194                 {
195                     "name": "Konstantin Kudryashov",
196                     "email": "ever.zet@gmail.com",
197                     "homepage": "http://everzet.com"
198                 }
199             ],
200             "description": "Browser controller/emulator abstraction for PHP",
201             "homepage": "http://mink.behat.org/",
202             "keywords": [
203                 "browser",
204                 "testing",
205                 "web"
206             ],
207             "time": "2016-03-05T08:26:18+00:00"
208         },
209         {
210             "name": "behat/mink-browserkit-driver",
211             "version": "v1.3.2",
212             "source": {
213                 "type": "git",
214                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
215                 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
216             },
217             "dist": {
218                 "type": "zip",
219                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
220                 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
221                 "shasum": ""
222             },
223             "require": {
224                 "behat/mink": "^1.7.1@dev",
225                 "php": ">=5.3.6",
226                 "symfony/browser-kit": "~2.3|~3.0",
227                 "symfony/dom-crawler": "~2.3|~3.0"
228             },
229             "require-dev": {
230                 "silex/silex": "~1.2",
231                 "symfony/phpunit-bridge": "~2.7|~3.0"
232             },
233             "type": "mink-driver",
234             "extra": {
235                 "branch-alias": {
236                     "dev-master": "1.3.x-dev"
237                 }
238             },
239             "autoload": {
240                 "psr-4": {
241                     "Behat\\Mink\\Driver\\": "src/"
242                 }
243             },
244             "notification-url": "https://packagist.org/downloads/",
245             "license": [
246                 "MIT"
247             ],
248             "authors": [
249                 {
250                     "name": "Konstantin Kudryashov",
251                     "email": "ever.zet@gmail.com",
252                     "homepage": "http://everzet.com"
253                 }
254             ],
255             "description": "Symfony2 BrowserKit driver for Mink framework",
256             "homepage": "http://mink.behat.org/",
257             "keywords": [
258                 "Mink",
259                 "Symfony2",
260                 "browser",
261                 "testing"
262             ],
263             "time": "2016-03-05T08:59:47+00:00"
264         },
265         {
266             "name": "behat/mink-extension",
267             "version": "v2.2",
268             "source": {
269                 "type": "git",
270                 "url": "https://github.com/Behat/MinkExtension.git",
271                 "reference": "5b4bda64ff456104564317e212c823e45cad9d59"
272             },
273             "dist": {
274                 "type": "zip",
275                 "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
276                 "reference": "5b4bda64ff456104564317e212c823e45cad9d59",
277                 "shasum": ""
278             },
279             "require": {
280                 "behat/behat": "~3.0,>=3.0.5",
281                 "behat/mink": "~1.5",
282                 "php": ">=5.3.2",
283                 "symfony/config": "~2.2|~3.0"
284             },
285             "require-dev": {
286                 "behat/mink-goutte-driver": "~1.1",
287                 "phpspec/phpspec": "~2.0"
288             },
289             "type": "behat-extension",
290             "extra": {
291                 "branch-alias": {
292                     "dev-master": "2.1.x-dev"
293                 }
294             },
295             "autoload": {
296                 "psr-0": {
297                     "Behat\\MinkExtension": "src/"
298                 }
299             },
300             "notification-url": "https://packagist.org/downloads/",
301             "license": [
302                 "MIT"
303             ],
304             "authors": [
305                 {
306                     "name": "Christophe Coevoet",
307                     "email": "stof@notk.org"
308                 },
309                 {
310                     "name": "Konstantin Kudryashov",
311                     "email": "ever.zet@gmail.com"
312                 }
313             ],
314             "description": "Mink extension for Behat",
315             "homepage": "http://extensions.behat.org/mink",
316             "keywords": [
317                 "browser",
318                 "gui",
319                 "test",
320                 "web"
321             ],
322             "time": "2016-02-15T07:55:18+00:00"
323         },
324         {
325             "name": "behat/mink-goutte-driver",
326             "version": "v1.2.1",
327             "source": {
328                 "type": "git",
329                 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
330                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
331             },
332             "dist": {
333                 "type": "zip",
334                 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
335                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
336                 "shasum": ""
337             },
338             "require": {
339                 "behat/mink": "~1.6@dev",
340                 "behat/mink-browserkit-driver": "~1.2@dev",
341                 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
342                 "php": ">=5.3.1"
343             },
344             "require-dev": {
345                 "symfony/phpunit-bridge": "~2.7|~3.0"
346             },
347             "type": "mink-driver",
348             "extra": {
349                 "branch-alias": {
350                     "dev-master": "1.2.x-dev"
351                 }
352             },
353             "autoload": {
354                 "psr-4": {
355                     "Behat\\Mink\\Driver\\": "src/"
356                 }
357             },
358             "notification-url": "https://packagist.org/downloads/",
359             "license": [
360                 "MIT"
361             ],
362             "authors": [
363                 {
364                     "name": "Konstantin Kudryashov",
365                     "email": "ever.zet@gmail.com",
366                     "homepage": "http://everzet.com"
367                 }
368             ],
369             "description": "Goutte driver for Mink framework",
370             "homepage": "http://mink.behat.org/",
371             "keywords": [
372                 "browser",
373                 "goutte",
374                 "headless",
375                 "testing"
376             ],
377             "time": "2016-03-05T09:04:22+00:00"
378         },
379         {
380             "name": "behat/mink-selenium2-driver",
381             "version": "v1.3.1",
382             "source": {
383                 "type": "git",
384                 "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
385                 "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
386             },
387             "dist": {
388                 "type": "zip",
389                 "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
390                 "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
391                 "shasum": ""
392             },
393             "require": {
394                 "behat/mink": "~1.7@dev",
395                 "instaclick/php-webdriver": "~1.1",
396                 "php": ">=5.3.1"
397             },
398             "require-dev": {
399                 "symfony/phpunit-bridge": "~2.7"
400             },
401             "type": "mink-driver",
402             "extra": {
403                 "branch-alias": {
404                     "dev-master": "1.3.x-dev"
405                 }
406             },
407             "autoload": {
408                 "psr-4": {
409                     "Behat\\Mink\\Driver\\": "src/"
410                 }
411             },
412             "notification-url": "https://packagist.org/downloads/",
413             "license": [
414                 "MIT"
415             ],
416             "authors": [
417                 {
418                     "name": "Konstantin Kudryashov",
419                     "email": "ever.zet@gmail.com",
420                     "homepage": "http://everzet.com"
421                 },
422                 {
423                     "name": "Pete Otaqui",
424                     "email": "pete@otaqui.com",
425                     "homepage": "https://github.com/pete-otaqui"
426                 }
427             ],
428             "description": "Selenium2 (WebDriver) driver for Mink framework",
429             "homepage": "http://mink.behat.org/",
430             "keywords": [
431                 "ajax",
432                 "browser",
433                 "javascript",
434                 "selenium",
435                 "testing",
436                 "webdriver"
437             ],
438             "time": "2016-03-05T09:10:18+00:00"
439         },
440         {
441             "name": "behat/transliterator",
442             "version": "v1.2.0",
443             "source": {
444                 "type": "git",
445                 "url": "https://github.com/Behat/Transliterator.git",
446                 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
447             },
448             "dist": {
449                 "type": "zip",
450                 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
451                 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
452                 "shasum": ""
453             },
454             "require": {
455                 "php": ">=5.3.3"
456             },
457             "require-dev": {
458                 "chuyskywalker/rolling-curl": "^3.1",
459                 "php-yaoi/php-yaoi": "^1.0"
460             },
461             "type": "library",
462             "extra": {
463                 "branch-alias": {
464                     "dev-master": "1.2-dev"
465                 }
466             },
467             "autoload": {
468                 "psr-0": {
469                     "Behat\\Transliterator": "src/"
470                 }
471             },
472             "notification-url": "https://packagist.org/downloads/",
473             "license": [
474                 "Artistic-1.0"
475             ],
476             "description": "String transliterator",
477             "keywords": [
478                 "i18n",
479                 "slug",
480                 "transliterator"
481             ],
482             "time": "2017-04-04T11:38:05+00:00"
483         },
484         {
485             "name": "container-interop/container-interop",
486             "version": "1.2.0",
487             "source": {
488                 "type": "git",
489                 "url": "https://github.com/container-interop/container-interop.git",
490                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
491             },
492             "dist": {
493                 "type": "zip",
494                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
495                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
496                 "shasum": ""
497             },
498             "require": {
499                 "psr/container": "^1.0"
500             },
501             "type": "library",
502             "autoload": {
503                 "psr-4": {
504                     "Interop\\Container\\": "src/Interop/Container/"
505                 }
506             },
507             "notification-url": "https://packagist.org/downloads/",
508             "license": [
509                 "MIT"
510             ],
511             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
512             "homepage": "https://github.com/container-interop/container-interop",
513             "time": "2017-02-14T19:40:03+00:00"
514         },
515         {
516             "name": "doctrine/instantiator",
517             "version": "1.0.5",
518             "source": {
519                 "type": "git",
520                 "url": "https://github.com/doctrine/instantiator.git",
521                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
522             },
523             "dist": {
524                 "type": "zip",
525                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
526                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
527                 "shasum": ""
528             },
529             "require": {
530                 "php": ">=5.3,<8.0-DEV"
531             },
532             "require-dev": {
533                 "athletic/athletic": "~0.1.8",
534                 "ext-pdo": "*",
535                 "ext-phar": "*",
536                 "phpunit/phpunit": "~4.0",
537                 "squizlabs/php_codesniffer": "~2.0"
538             },
539             "type": "library",
540             "extra": {
541                 "branch-alias": {
542                     "dev-master": "1.0.x-dev"
543                 }
544             },
545             "autoload": {
546                 "psr-4": {
547                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
548                 }
549             },
550             "notification-url": "https://packagist.org/downloads/",
551             "license": [
552                 "MIT"
553             ],
554             "authors": [
555                 {
556                     "name": "Marco Pivetta",
557                     "email": "ocramius@gmail.com",
558                     "homepage": "http://ocramius.github.com/"
559                 }
560             ],
561             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
562             "homepage": "https://github.com/doctrine/instantiator",
563             "keywords": [
564                 "constructor",
565                 "instantiate"
566             ],
567             "time": "2015-06-14T21:17:01+00:00"
568         },
569         {
570             "name": "fabpot/goutte",
571             "version": "v3.2.1",
572             "source": {
573                 "type": "git",
574                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
575                 "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638"
576             },
577             "dist": {
578                 "type": "zip",
579                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/db5c28f4a010b4161d507d5304e28a7ebf211638",
580                 "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638",
581                 "shasum": ""
582             },
583             "require": {
584                 "guzzlehttp/guzzle": "^6.0",
585                 "php": ">=5.5.0",
586                 "symfony/browser-kit": "~2.1|~3.0",
587                 "symfony/css-selector": "~2.1|~3.0",
588                 "symfony/dom-crawler": "~2.1|~3.0"
589             },
590             "type": "application",
591             "extra": {
592                 "branch-alias": {
593                     "dev-master": "3.2-dev"
594                 }
595             },
596             "autoload": {
597                 "psr-4": {
598                     "Goutte\\": "Goutte"
599                 }
600             },
601             "notification-url": "https://packagist.org/downloads/",
602             "license": [
603                 "MIT"
604             ],
605             "authors": [
606                 {
607                     "name": "Fabien Potencier",
608                     "email": "fabien@symfony.com"
609                 }
610             ],
611             "description": "A simple PHP Web Scraper",
612             "homepage": "https://github.com/FriendsOfPHP/Goutte",
613             "keywords": [
614                 "scraper"
615             ],
616             "time": "2017-01-03T13:21:43+00:00"
617         },
618         {
619             "name": "guzzlehttp/guzzle",
620             "version": "6.3.0",
621             "source": {
622                 "type": "git",
623                 "url": "https://github.com/guzzle/guzzle.git",
624                 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
625             },
626             "dist": {
627                 "type": "zip",
628                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
629                 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
630                 "shasum": ""
631             },
632             "require": {
633                 "guzzlehttp/promises": "^1.0",
634                 "guzzlehttp/psr7": "^1.4",
635                 "php": ">=5.5"
636             },
637             "require-dev": {
638                 "ext-curl": "*",
639                 "phpunit/phpunit": "^4.0 || ^5.0",
640                 "psr/log": "^1.0"
641             },
642             "suggest": {
643                 "psr/log": "Required for using the Log middleware"
644             },
645             "type": "library",
646             "extra": {
647                 "branch-alias": {
648                     "dev-master": "6.2-dev"
649                 }
650             },
651             "autoload": {
652                 "files": [
653                     "src/functions_include.php"
654                 ],
655                 "psr-4": {
656                     "GuzzleHttp\\": "src/"
657                 }
658             },
659             "notification-url": "https://packagist.org/downloads/",
660             "license": [
661                 "MIT"
662             ],
663             "authors": [
664                 {
665                     "name": "Michael Dowling",
666                     "email": "mtdowling@gmail.com",
667                     "homepage": "https://github.com/mtdowling"
668                 }
669             ],
670             "description": "Guzzle is a PHP HTTP client library",
671             "homepage": "http://guzzlephp.org/",
672             "keywords": [
673                 "client",
674                 "curl",
675                 "framework",
676                 "http",
677                 "http client",
678                 "rest",
679                 "web service"
680             ],
681             "time": "2017-06-22T18:50:49+00:00"
682         },
683         {
684             "name": "guzzlehttp/promises",
685             "version": "v1.3.1",
686             "source": {
687                 "type": "git",
688                 "url": "https://github.com/guzzle/promises.git",
689                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
690             },
691             "dist": {
692                 "type": "zip",
693                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
694                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
695                 "shasum": ""
696             },
697             "require": {
698                 "php": ">=5.5.0"
699             },
700             "require-dev": {
701                 "phpunit/phpunit": "^4.0"
702             },
703             "type": "library",
704             "extra": {
705                 "branch-alias": {
706                     "dev-master": "1.4-dev"
707                 }
708             },
709             "autoload": {
710                 "psr-4": {
711                     "GuzzleHttp\\Promise\\": "src/"
712                 },
713                 "files": [
714                     "src/functions_include.php"
715                 ]
716             },
717             "notification-url": "https://packagist.org/downloads/",
718             "license": [
719                 "MIT"
720             ],
721             "authors": [
722                 {
723                     "name": "Michael Dowling",
724                     "email": "mtdowling@gmail.com",
725                     "homepage": "https://github.com/mtdowling"
726                 }
727             ],
728             "description": "Guzzle promises library",
729             "keywords": [
730                 "promise"
731             ],
732             "time": "2016-12-20T10:07:11+00:00"
733         },
734         {
735             "name": "guzzlehttp/psr7",
736             "version": "1.4.2",
737             "source": {
738                 "type": "git",
739                 "url": "https://github.com/guzzle/psr7.git",
740                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
741             },
742             "dist": {
743                 "type": "zip",
744                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
745                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
746                 "shasum": ""
747             },
748             "require": {
749                 "php": ">=5.4.0",
750                 "psr/http-message": "~1.0"
751             },
752             "provide": {
753                 "psr/http-message-implementation": "1.0"
754             },
755             "require-dev": {
756                 "phpunit/phpunit": "~4.0"
757             },
758             "type": "library",
759             "extra": {
760                 "branch-alias": {
761                     "dev-master": "1.4-dev"
762                 }
763             },
764             "autoload": {
765                 "psr-4": {
766                     "GuzzleHttp\\Psr7\\": "src/"
767                 },
768                 "files": [
769                     "src/functions_include.php"
770                 ]
771             },
772             "notification-url": "https://packagist.org/downloads/",
773             "license": [
774                 "MIT"
775             ],
776             "authors": [
777                 {
778                     "name": "Michael Dowling",
779                     "email": "mtdowling@gmail.com",
780                     "homepage": "https://github.com/mtdowling"
781                 },
782                 {
783                     "name": "Tobias Schultze",
784                     "homepage": "https://github.com/Tobion"
785                 }
786             ],
787             "description": "PSR-7 message implementation that also provides common utility methods",
788             "keywords": [
789                 "http",
790                 "message",
791                 "request",
792                 "response",
793                 "stream",
794                 "uri",
795                 "url"
796             ],
797             "time": "2017-03-20T17:10:46+00:00"
798         },
799         {
800             "name": "instaclick/php-webdriver",
801             "version": "1.4.5",
802             "source": {
803                 "type": "git",
804                 "url": "https://github.com/instaclick/php-webdriver.git",
805                 "reference": "6fa959452e774dcaed543faad3a9d1a37d803327"
806             },
807             "dist": {
808                 "type": "zip",
809                 "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327",
810                 "reference": "6fa959452e774dcaed543faad3a9d1a37d803327",
811                 "shasum": ""
812             },
813             "require": {
814                 "ext-curl": "*",
815                 "php": ">=5.3.2"
816             },
817             "require-dev": {
818                 "phpunit/phpunit": "^4.8",
819                 "satooshi/php-coveralls": "^1.0||^2.0"
820             },
821             "type": "library",
822             "extra": {
823                 "branch-alias": {
824                     "dev-master": "1.4.x-dev"
825                 }
826             },
827             "autoload": {
828                 "psr-0": {
829                     "WebDriver": "lib/"
830                 }
831             },
832             "notification-url": "https://packagist.org/downloads/",
833             "license": [
834                 "Apache-2.0"
835             ],
836             "authors": [
837                 {
838                     "name": "Justin Bishop",
839                     "email": "jubishop@gmail.com",
840                     "role": "Developer"
841                 },
842                 {
843                     "name": "Anthon Pang",
844                     "email": "apang@softwaredevelopment.ca",
845                     "role": "Fork Maintainer"
846                 }
847             ],
848             "description": "PHP WebDriver for Selenium 2",
849             "homepage": "http://instaclick.com/",
850             "keywords": [
851                 "browser",
852                 "selenium",
853                 "webdriver",
854                 "webtest"
855             ],
856             "time": "2017-06-30T04:02:48+00:00"
857         },
858         {
859             "name": "mikey179/vfsStream",
860             "version": "v1.6.5",
861             "source": {
862                 "type": "git",
863                 "url": "https://github.com/mikey179/vfsStream.git",
864                 "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
865             },
866             "dist": {
867                 "type": "zip",
868                 "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
869                 "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
870                 "shasum": ""
871             },
872             "require": {
873                 "php": ">=5.3.0"
874             },
875             "require-dev": {
876                 "phpunit/phpunit": "~4.5"
877             },
878             "type": "library",
879             "extra": {
880                 "branch-alias": {
881                     "dev-master": "1.6.x-dev"
882                 }
883             },
884             "autoload": {
885                 "psr-0": {
886                     "org\\bovigo\\vfs\\": "src/main/php"
887                 }
888             },
889             "notification-url": "https://packagist.org/downloads/",
890             "license": [
891                 "BSD-3-Clause"
892             ],
893             "authors": [
894                 {
895                     "name": "Frank Kleine",
896                     "homepage": "http://frankkleine.de/",
897                     "role": "Developer"
898                 }
899             ],
900             "description": "Virtual file system to mock the real file system in unit tests.",
901             "homepage": "http://vfs.bovigo.org/",
902             "time": "2017-08-01T08:02:14+00:00"
903         },
904         {
905             "name": "moodlehq/behat-extension",
906             "version": "v3.34.1",
907             "source": {
908                 "type": "git",
909                 "url": "https://github.com/moodlehq/moodle-behat-extension.git",
910                 "reference": "8d0c4248b1efe6bc141fc7dc17d16fed1df017a5"
911             },
912             "dist": {
913                 "type": "zip",
914                 "url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/8d0c4248b1efe6bc141fc7dc17d16fed1df017a5",
915                 "reference": "8d0c4248b1efe6bc141fc7dc17d16fed1df017a5",
916                 "shasum": ""
917             },
918             "require": {
919                 "behat/behat": "3.3.*",
920                 "behat/mink": "~1.7",
921                 "behat/mink-extension": "~2.2",
922                 "behat/mink-goutte-driver": "~1.2",
923                 "behat/mink-selenium2-driver": "~1.3",
924                 "guzzlehttp/guzzle": "^6.3",
925                 "php": ">=5.4.4",
926                 "symfony/process": "2.8.*"
927             },
928             "type": "library",
929             "autoload": {
930                 "psr-0": {
931                     "Moodle\\BehatExtension": "src/"
932                 }
933             },
934             "notification-url": "https://packagist.org/downloads/",
935             "license": [
936                 "GPLv3"
937             ],
938             "authors": [
939                 {
940                     "name": "David Monllaó",
941                     "email": "david.monllao@gmail.com",
942                     "homepage": "http://moodle.com",
943                     "role": "Developer"
944                 }
945             ],
946             "description": "Moodle behat extension",
947             "keywords": [
948                 "BDD",
949                 "Behat",
950                 "moodle"
951             ],
952             "time": "2017-09-29T18:10:58+00:00"
953         },
954         {
955             "name": "myclabs/deep-copy",
956             "version": "1.7.0",
957             "source": {
958                 "type": "git",
959                 "url": "https://github.com/myclabs/DeepCopy.git",
960                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
961             },
962             "dist": {
963                 "type": "zip",
964                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
965                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
966                 "shasum": ""
967             },
968             "require": {
969                 "php": "^5.6 || ^7.0"
970             },
971             "require-dev": {
972                 "doctrine/collections": "^1.0",
973                 "doctrine/common": "^2.6",
974                 "phpunit/phpunit": "^4.1"
975             },
976             "type": "library",
977             "autoload": {
978                 "psr-4": {
979                     "DeepCopy\\": "src/DeepCopy/"
980                 },
981                 "files": [
982                     "src/DeepCopy/deep_copy.php"
983                 ]
984             },
985             "notification-url": "https://packagist.org/downloads/",
986             "license": [
987                 "MIT"
988             ],
989             "description": "Create deep copies (clones) of your objects",
990             "keywords": [
991                 "clone",
992                 "copy",
993                 "duplicate",
994                 "object",
995                 "object graph"
996             ],
997             "time": "2017-10-19T19:58:43+00:00"
998         },
999         {
1000             "name": "phar-io/manifest",
1001             "version": "1.0.1",
1002             "source": {
1003                 "type": "git",
1004                 "url": "https://github.com/phar-io/manifest.git",
1005                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
1006             },
1007             "dist": {
1008                 "type": "zip",
1009                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
1010                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
1011                 "shasum": ""
1012             },
1013             "require": {
1014                 "ext-dom": "*",
1015                 "ext-phar": "*",
1016                 "phar-io/version": "^1.0.1",
1017                 "php": "^5.6 || ^7.0"
1018             },
1019             "type": "library",
1020             "extra": {
1021                 "branch-alias": {
1022                     "dev-master": "1.0.x-dev"
1023                 }
1024             },
1025             "autoload": {
1026                 "classmap": [
1027                     "src/"
1028                 ]
1029             },
1030             "notification-url": "https://packagist.org/downloads/",
1031             "license": [
1032                 "BSD-3-Clause"
1033             ],
1034             "authors": [
1035                 {
1036                     "name": "Arne Blankerts",
1037                     "email": "arne@blankerts.de",
1038                     "role": "Developer"
1039                 },
1040                 {
1041                     "name": "Sebastian Heuer",
1042                     "email": "sebastian@phpeople.de",
1043                     "role": "Developer"
1044                 },
1045                 {
1046                     "name": "Sebastian Bergmann",
1047                     "email": "sebastian@phpunit.de",
1048                     "role": "Developer"
1049                 }
1050             ],
1051             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1052             "time": "2017-03-05T18:14:27+00:00"
1053         },
1054         {
1055             "name": "phar-io/version",
1056             "version": "1.0.1",
1057             "source": {
1058                 "type": "git",
1059                 "url": "https://github.com/phar-io/version.git",
1060                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
1061             },
1062             "dist": {
1063                 "type": "zip",
1064                 "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
1065                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
1066                 "shasum": ""
1067             },
1068             "require": {
1069                 "php": "^5.6 || ^7.0"
1070             },
1071             "type": "library",
1072             "autoload": {
1073                 "classmap": [
1074                     "src/"
1075                 ]
1076             },
1077             "notification-url": "https://packagist.org/downloads/",
1078             "license": [
1079                 "BSD-3-Clause"
1080             ],
1081             "authors": [
1082                 {
1083                     "name": "Arne Blankerts",
1084                     "email": "arne@blankerts.de",
1085                     "role": "Developer"
1086                 },
1087                 {
1088                     "name": "Sebastian Heuer",
1089                     "email": "sebastian@phpeople.de",
1090                     "role": "Developer"
1091                 },
1092                 {
1093                     "name": "Sebastian Bergmann",
1094                     "email": "sebastian@phpunit.de",
1095                     "role": "Developer"
1096                 }
1097             ],
1098             "description": "Library for handling version information and constraints",
1099             "time": "2017-03-05T17:38:23+00:00"
1100         },
1101         {
1102             "name": "phpdocumentor/reflection-common",
1103             "version": "1.0.1",
1104             "source": {
1105                 "type": "git",
1106                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1107                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1108             },
1109             "dist": {
1110                 "type": "zip",
1111                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1112                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1113                 "shasum": ""
1114             },
1115             "require": {
1116                 "php": ">=5.5"
1117             },
1118             "require-dev": {
1119                 "phpunit/phpunit": "^4.6"
1120             },
1121             "type": "library",
1122             "extra": {
1123                 "branch-alias": {
1124                     "dev-master": "1.0.x-dev"
1125                 }
1126             },
1127             "autoload": {
1128                 "psr-4": {
1129                     "phpDocumentor\\Reflection\\": [
1130                         "src"
1131                     ]
1132                 }
1133             },
1134             "notification-url": "https://packagist.org/downloads/",
1135             "license": [
1136                 "MIT"
1137             ],
1138             "authors": [
1139                 {
1140                     "name": "Jaap van Otterdijk",
1141                     "email": "opensource@ijaap.nl"
1142                 }
1143             ],
1144             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1145             "homepage": "http://www.phpdoc.org",
1146             "keywords": [
1147                 "FQSEN",
1148                 "phpDocumentor",
1149                 "phpdoc",
1150                 "reflection",
1151                 "static analysis"
1152             ],
1153             "time": "2017-09-11T18:02:19+00:00"
1154         },
1155         {
1156             "name": "phpdocumentor/reflection-docblock",
1157             "version": "4.1.1",
1158             "source": {
1159                 "type": "git",
1160                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1161                 "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2"
1162             },
1163             "dist": {
1164                 "type": "zip",
1165                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2",
1166                 "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2",
1167                 "shasum": ""
1168             },
1169             "require": {
1170                 "php": "^7.0",
1171                 "phpdocumentor/reflection-common": "^1.0@dev",
1172                 "phpdocumentor/type-resolver": "^0.4.0",
1173                 "webmozart/assert": "^1.0"
1174             },
1175             "require-dev": {
1176                 "mockery/mockery": "^0.9.4",
1177                 "phpunit/phpunit": "^4.4"
1178             },
1179             "type": "library",
1180             "autoload": {
1181                 "psr-4": {
1182                     "phpDocumentor\\Reflection\\": [
1183                         "src/"
1184                     ]
1185                 }
1186             },
1187             "notification-url": "https://packagist.org/downloads/",
1188             "license": [
1189                 "MIT"
1190             ],
1191             "authors": [
1192                 {
1193                     "name": "Mike van Riel",
1194                     "email": "me@mikevanriel.com"
1195                 }
1196             ],
1197             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1198             "time": "2017-08-30T18:51:59+00:00"
1199         },
1200         {
1201             "name": "phpdocumentor/type-resolver",
1202             "version": "0.4.0",
1203             "source": {
1204                 "type": "git",
1205                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
1206                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1207             },
1208             "dist": {
1209                 "type": "zip",
1210                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1211                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1212                 "shasum": ""
1213             },
1214             "require": {
1215                 "php": "^5.5 || ^7.0",
1216                 "phpdocumentor/reflection-common": "^1.0"
1217             },
1218             "require-dev": {
1219                 "mockery/mockery": "^0.9.4",
1220                 "phpunit/phpunit": "^5.2||^4.8.24"
1221             },
1222             "type": "library",
1223             "extra": {
1224                 "branch-alias": {
1225                     "dev-master": "1.0.x-dev"
1226                 }
1227             },
1228             "autoload": {
1229                 "psr-4": {
1230                     "phpDocumentor\\Reflection\\": [
1231                         "src/"
1232                     ]
1233                 }
1234             },
1235             "notification-url": "https://packagist.org/downloads/",
1236             "license": [
1237                 "MIT"
1238             ],
1239             "authors": [
1240                 {
1241                     "name": "Mike van Riel",
1242                     "email": "me@mikevanriel.com"
1243                 }
1244             ],
1245             "time": "2017-07-14T14:27:02+00:00"
1246         },
1247         {
1248             "name": "phpspec/prophecy",
1249             "version": "v1.7.2",
1250             "source": {
1251                 "type": "git",
1252                 "url": "https://github.com/phpspec/prophecy.git",
1253                 "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
1254             },
1255             "dist": {
1256                 "type": "zip",
1257                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
1258                 "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
1259                 "shasum": ""
1260             },
1261             "require": {
1262                 "doctrine/instantiator": "^1.0.2",
1263                 "php": "^5.3|^7.0",
1264                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1265                 "sebastian/comparator": "^1.1|^2.0",
1266                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1267             },
1268             "require-dev": {
1269                 "phpspec/phpspec": "^2.5|^3.2",
1270                 "phpunit/phpunit": "^4.8 || ^5.6.5"
1271             },
1272             "type": "library",
1273             "extra": {
1274                 "branch-alias": {
1275                     "dev-master": "1.7.x-dev"
1276                 }
1277             },
1278             "autoload": {
1279                 "psr-0": {
1280                     "Prophecy\\": "src/"
1281                 }
1282             },
1283             "notification-url": "https://packagist.org/downloads/",
1284             "license": [
1285                 "MIT"
1286             ],
1287             "authors": [
1288                 {
1289                     "name": "Konstantin Kudryashov",
1290                     "email": "ever.zet@gmail.com",
1291                     "homepage": "http://everzet.com"
1292                 },
1293                 {
1294                     "name": "Marcello Duarte",
1295                     "email": "marcello.duarte@gmail.com"
1296                 }
1297             ],
1298             "description": "Highly opinionated mocking framework for PHP 5.3+",
1299             "homepage": "https://github.com/phpspec/prophecy",
1300             "keywords": [
1301                 "Double",
1302                 "Dummy",
1303                 "fake",
1304                 "mock",
1305                 "spy",
1306                 "stub"
1307             ],
1308             "time": "2017-09-04T11:05:03+00:00"
1309         },
1310         {
1311             "name": "phpunit/dbunit",
1312             "version": "3.0.1",
1313             "source": {
1314                 "type": "git",
1315                 "url": "https://github.com/sebastianbergmann/dbunit.git",
1316                 "reference": "6b9cec80dca8694243aade33bceb425ccafbbd0d"
1317             },
1318             "dist": {
1319                 "type": "zip",
1320                 "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/6b9cec80dca8694243aade33bceb425ccafbbd0d",
1321                 "reference": "6b9cec80dca8694243aade33bceb425ccafbbd0d",
1322                 "shasum": ""
1323             },
1324             "require": {
1325                 "ext-pdo": "*",
1326                 "ext-simplexml": "*",
1327                 "php": "^7.0",
1328                 "phpunit/phpunit": "^6.0",
1329                 "symfony/yaml": "^3.0"
1330             },
1331             "type": "library",
1332             "extra": {
1333                 "branch-alias": {
1334                     "dev-master": "3.0.x-dev"
1335                 }
1336             },
1337             "autoload": {
1338                 "classmap": [
1339                     "src/"
1340                 ]
1341             },
1342             "notification-url": "https://packagist.org/downloads/",
1343             "license": [
1344                 "BSD-3-Clause"
1345             ],
1346             "authors": [
1347                 {
1348                     "name": "Sebastian Bergmann",
1349                     "email": "sebastian@phpunit.de",
1350                     "role": "lead"
1351                 }
1352             ],
1353             "description": "PHPUnit extension for database interaction testing",
1354             "homepage": "https://github.com/sebastianbergmann/dbunit/",
1355             "keywords": [
1356                 "database",
1357                 "testing",
1358                 "xunit"
1359             ],
1360             "time": "2017-10-19T13:21:48+00:00"
1361         },
1362         {
1363             "name": "phpunit/php-code-coverage",
1364             "version": "5.2.2",
1365             "source": {
1366                 "type": "git",
1367                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1368                 "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b"
1369             },
1370             "dist": {
1371                 "type": "zip",
1372                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8ed1902a57849e117b5651fc1a5c48110946c06b",
1373                 "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b",
1374                 "shasum": ""
1375             },
1376             "require": {
1377                 "ext-dom": "*",
1378                 "ext-xmlwriter": "*",
1379                 "php": "^7.0",
1380                 "phpunit/php-file-iterator": "^1.4.2",
1381                 "phpunit/php-text-template": "^1.2.1",
1382                 "phpunit/php-token-stream": "^1.4.11 || ^2.0",
1383                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
1384                 "sebastian/environment": "^3.0",
1385                 "sebastian/version": "^2.0.1",
1386                 "theseer/tokenizer": "^1.1"
1387             },
1388             "require-dev": {
1389                 "ext-xdebug": "^2.5",
1390                 "phpunit/phpunit": "^6.0"
1391             },
1392             "suggest": {
1393                 "ext-xdebug": "^2.5.5"
1394             },
1395             "type": "library",
1396             "extra": {
1397                 "branch-alias": {
1398                     "dev-master": "5.2.x-dev"
1399                 }
1400             },
1401             "autoload": {
1402                 "classmap": [
1403                     "src/"
1404                 ]
1405             },
1406             "notification-url": "https://packagist.org/downloads/",
1407             "license": [
1408                 "BSD-3-Clause"
1409             ],
1410             "authors": [
1411                 {
1412                     "name": "Sebastian Bergmann",
1413                     "email": "sb@sebastian-bergmann.de",
1414                     "role": "lead"
1415                 }
1416             ],
1417             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1418             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1419             "keywords": [
1420                 "coverage",
1421                 "testing",
1422                 "xunit"
1423             ],
1424             "time": "2017-08-03T12:40:43+00:00"
1425         },
1426         {
1427             "name": "phpunit/php-file-iterator",
1428             "version": "1.4.2",
1429             "source": {
1430                 "type": "git",
1431                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1432                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
1433             },
1434             "dist": {
1435                 "type": "zip",
1436                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1437                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1438                 "shasum": ""
1439             },
1440             "require": {
1441                 "php": ">=5.3.3"
1442             },
1443             "type": "library",
1444             "extra": {
1445                 "branch-alias": {
1446                     "dev-master": "1.4.x-dev"
1447                 }
1448             },
1449             "autoload": {
1450                 "classmap": [
1451                     "src/"
1452                 ]
1453             },
1454             "notification-url": "https://packagist.org/downloads/",
1455             "license": [
1456                 "BSD-3-Clause"
1457             ],
1458             "authors": [
1459                 {
1460                     "name": "Sebastian Bergmann",
1461                     "email": "sb@sebastian-bergmann.de",
1462                     "role": "lead"
1463                 }
1464             ],
1465             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1466             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1467             "keywords": [
1468                 "filesystem",
1469                 "iterator"
1470             ],
1471             "time": "2016-10-03T07:40:28+00:00"
1472         },
1473         {
1474             "name": "phpunit/php-text-template",
1475             "version": "1.2.1",
1476             "source": {
1477                 "type": "git",
1478                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1479                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1480             },
1481             "dist": {
1482                 "type": "zip",
1483                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1484                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1485                 "shasum": ""
1486             },
1487             "require": {
1488                 "php": ">=5.3.3"
1489             },
1490             "type": "library",
1491             "autoload": {
1492                 "classmap": [
1493                     "src/"
1494                 ]
1495             },
1496             "notification-url": "https://packagist.org/downloads/",
1497             "license": [
1498                 "BSD-3-Clause"
1499             ],
1500             "authors": [
1501                 {
1502                     "name": "Sebastian Bergmann",
1503                     "email": "sebastian@phpunit.de",
1504                     "role": "lead"
1505                 }
1506             ],
1507             "description": "Simple template engine.",
1508             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1509             "keywords": [
1510                 "template"
1511             ],
1512             "time": "2015-06-21T13:50:34+00:00"
1513         },
1514         {
1515             "name": "phpunit/php-timer",
1516             "version": "1.0.9",
1517             "source": {
1518                 "type": "git",
1519                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1520                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1521             },
1522             "dist": {
1523                 "type": "zip",
1524                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1525                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1526                 "shasum": ""
1527             },
1528             "require": {
1529                 "php": "^5.3.3 || ^7.0"
1530             },
1531             "require-dev": {
1532                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1533             },
1534             "type": "library",
1535             "extra": {
1536                 "branch-alias": {
1537                     "dev-master": "1.0-dev"
1538                 }
1539             },
1540             "autoload": {
1541                 "classmap": [
1542                     "src/"
1543                 ]
1544             },
1545             "notification-url": "https://packagist.org/downloads/",
1546             "license": [
1547                 "BSD-3-Clause"
1548             ],
1549             "authors": [
1550                 {
1551                     "name": "Sebastian Bergmann",
1552                     "email": "sb@sebastian-bergmann.de",
1553                     "role": "lead"
1554                 }
1555             ],
1556             "description": "Utility class for timing",
1557             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1558             "keywords": [
1559                 "timer"
1560             ],
1561             "time": "2017-02-26T11:10:40+00:00"
1562         },
1563         {
1564             "name": "phpunit/php-token-stream",
1565             "version": "2.0.1",
1566             "source": {
1567                 "type": "git",
1568                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1569                 "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0"
1570             },
1571             "dist": {
1572                 "type": "zip",
1573                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0",
1574                 "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0",
1575                 "shasum": ""
1576             },
1577             "require": {
1578                 "ext-tokenizer": "*",
1579                 "php": "^7.0"
1580             },
1581             "require-dev": {
1582                 "phpunit/phpunit": "^6.2.4"
1583             },
1584             "type": "library",
1585             "extra": {
1586                 "branch-alias": {
1587                     "dev-master": "2.0-dev"
1588                 }
1589             },
1590             "autoload": {
1591                 "classmap": [
1592                     "src/"
1593                 ]
1594             },
1595             "notification-url": "https://packagist.org/downloads/",
1596             "license": [
1597                 "BSD-3-Clause"
1598             ],
1599             "authors": [
1600                 {
1601                     "name": "Sebastian Bergmann",
1602                     "email": "sebastian@phpunit.de"
1603                 }
1604             ],
1605             "description": "Wrapper around PHP's tokenizer extension.",
1606             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1607             "keywords": [
1608                 "tokenizer"
1609             ],
1610             "time": "2017-08-20T05:47:52+00:00"
1611         },
1612         {
1613             "name": "phpunit/phpunit",
1614             "version": "6.4.3",
1615             "source": {
1616                 "type": "git",
1617                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1618                 "reference": "06b28548fd2b4a20c3cd6e247dc86331a7d4db13"
1619             },
1620             "dist": {
1621                 "type": "zip",
1622                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/06b28548fd2b4a20c3cd6e247dc86331a7d4db13",
1623                 "reference": "06b28548fd2b4a20c3cd6e247dc86331a7d4db13",
1624                 "shasum": ""
1625             },
1626             "require": {
1627                 "ext-dom": "*",
1628                 "ext-json": "*",
1629                 "ext-libxml": "*",
1630                 "ext-mbstring": "*",
1631                 "ext-xml": "*",
1632                 "myclabs/deep-copy": "^1.6.1",
1633                 "phar-io/manifest": "^1.0.1",
1634                 "phar-io/version": "^1.0",
1635                 "php": "^7.0",
1636                 "phpspec/prophecy": "^1.7",
1637                 "phpunit/php-code-coverage": "^5.2.2",
1638                 "phpunit/php-file-iterator": "^1.4.2",
1639                 "phpunit/php-text-template": "^1.2.1",
1640                 "phpunit/php-timer": "^1.0.9",
1641                 "phpunit/phpunit-mock-objects": "^4.0.3",
1642                 "sebastian/comparator": "^2.0.2",
1643                 "sebastian/diff": "^2.0",
1644                 "sebastian/environment": "^3.1",
1645                 "sebastian/exporter": "^3.1",
1646                 "sebastian/global-state": "^2.0",
1647                 "sebastian/object-enumerator": "^3.0.3",
1648                 "sebastian/resource-operations": "^1.0",
1649                 "sebastian/version": "^2.0.1"
1650             },
1651             "conflict": {
1652                 "phpdocumentor/reflection-docblock": "3.0.2",
1653                 "phpunit/dbunit": "<3.0"
1654             },
1655             "require-dev": {
1656                 "ext-pdo": "*"
1657             },
1658             "suggest": {
1659                 "ext-xdebug": "*",
1660                 "phpunit/php-invoker": "^1.1"
1661             },
1662             "bin": [
1663                 "phpunit"
1664             ],
1665             "type": "library",
1666             "extra": {
1667                 "branch-alias": {
1668                     "dev-master": "6.4.x-dev"
1669                 }
1670             },
1671             "autoload": {
1672                 "classmap": [
1673                     "src/"
1674                 ]
1675             },
1676             "notification-url": "https://packagist.org/downloads/",
1677             "license": [
1678                 "BSD-3-Clause"
1679             ],
1680             "authors": [
1681                 {
1682                     "name": "Sebastian Bergmann",
1683                     "email": "sebastian@phpunit.de",
1684                     "role": "lead"
1685                 }
1686             ],
1687             "description": "The PHP Unit Testing framework.",
1688             "homepage": "https://phpunit.de/",
1689             "keywords": [
1690                 "phpunit",
1691                 "testing",
1692                 "xunit"
1693             ],
1694             "time": "2017-10-16T13:18:59+00:00"
1695         },
1696         {
1697             "name": "phpunit/phpunit-mock-objects",
1698             "version": "4.0.4",
1699             "source": {
1700                 "type": "git",
1701                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1702                 "reference": "2f789b59ab89669015ad984afa350c4ec577ade0"
1703             },
1704             "dist": {
1705                 "type": "zip",
1706                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0",
1707                 "reference": "2f789b59ab89669015ad984afa350c4ec577ade0",
1708                 "shasum": ""
1709             },
1710             "require": {
1711                 "doctrine/instantiator": "^1.0.5",
1712                 "php": "^7.0",
1713                 "phpunit/php-text-template": "^1.2.1",
1714                 "sebastian/exporter": "^3.0"
1715             },
1716             "conflict": {
1717                 "phpunit/phpunit": "<6.0"
1718             },
1719             "require-dev": {
1720                 "phpunit/phpunit": "^6.0"
1721             },
1722             "suggest": {
1723                 "ext-soap": "*"
1724             },
1725             "type": "library",
1726             "extra": {
1727                 "branch-alias": {
1728                     "dev-master": "4.0.x-dev"
1729                 }
1730             },
1731             "autoload": {
1732                 "classmap": [
1733                     "src/"
1734                 ]
1735             },
1736             "notification-url": "https://packagist.org/downloads/",
1737             "license": [
1738                 "BSD-3-Clause"
1739             ],
1740             "authors": [
1741                 {
1742                     "name": "Sebastian Bergmann",
1743                     "email": "sb@sebastian-bergmann.de",
1744                     "role": "lead"
1745                 }
1746             ],
1747             "description": "Mock Object library for PHPUnit",
1748             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1749             "keywords": [
1750                 "mock",
1751                 "xunit"
1752             ],
1753             "time": "2017-08-03T14:08:16+00:00"
1754         },
1755         {
1756             "name": "psr/container",
1757             "version": "1.0.0",
1758             "source": {
1759                 "type": "git",
1760                 "url": "https://github.com/php-fig/container.git",
1761                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1762             },
1763             "dist": {
1764                 "type": "zip",
1765                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1766                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1767                 "shasum": ""
1768             },
1769             "require": {
1770                 "php": ">=5.3.0"
1771             },
1772             "type": "library",
1773             "extra": {
1774                 "branch-alias": {
1775                     "dev-master": "1.0.x-dev"
1776                 }
1777             },
1778             "autoload": {
1779                 "psr-4": {
1780                     "Psr\\Container\\": "src/"
1781                 }
1782             },
1783             "notification-url": "https://packagist.org/downloads/",
1784             "license": [
1785                 "MIT"
1786             ],
1787             "authors": [
1788                 {
1789                     "name": "PHP-FIG",
1790                     "homepage": "http://www.php-fig.org/"
1791                 }
1792             ],
1793             "description": "Common Container Interface (PHP FIG PSR-11)",
1794             "homepage": "https://github.com/php-fig/container",
1795             "keywords": [
1796                 "PSR-11",
1797                 "container",
1798                 "container-interface",
1799                 "container-interop",
1800                 "psr"
1801             ],
1802             "time": "2017-02-14T16:28:37+00:00"
1803         },
1804         {
1805             "name": "psr/http-message",
1806             "version": "1.0.1",
1807             "source": {
1808                 "type": "git",
1809                 "url": "https://github.com/php-fig/http-message.git",
1810                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1811             },
1812             "dist": {
1813                 "type": "zip",
1814                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1815                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1816                 "shasum": ""
1817             },
1818             "require": {
1819                 "php": ">=5.3.0"
1820             },
1821             "type": "library",
1822             "extra": {
1823                 "branch-alias": {
1824                     "dev-master": "1.0.x-dev"
1825                 }
1826             },
1827             "autoload": {
1828                 "psr-4": {
1829                     "Psr\\Http\\Message\\": "src/"
1830                 }
1831             },
1832             "notification-url": "https://packagist.org/downloads/",
1833             "license": [
1834                 "MIT"
1835             ],
1836             "authors": [
1837                 {
1838                     "name": "PHP-FIG",
1839                     "homepage": "http://www.php-fig.org/"
1840                 }
1841             ],
1842             "description": "Common interface for HTTP messages",
1843             "homepage": "https://github.com/php-fig/http-message",
1844             "keywords": [
1845                 "http",
1846                 "http-message",
1847                 "psr",
1848                 "psr-7",
1849                 "request",
1850                 "response"
1851             ],
1852             "time": "2016-08-06T14:39:51+00:00"
1853         },
1854         {
1855             "name": "psr/log",
1856             "version": "1.0.2",
1857             "source": {
1858                 "type": "git",
1859                 "url": "https://github.com/php-fig/log.git",
1860                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1861             },
1862             "dist": {
1863                 "type": "zip",
1864                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1865                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1866                 "shasum": ""
1867             },
1868             "require": {
1869                 "php": ">=5.3.0"
1870             },
1871             "type": "library",
1872             "extra": {
1873                 "branch-alias": {
1874                     "dev-master": "1.0.x-dev"
1875                 }
1876             },
1877             "autoload": {
1878                 "psr-4": {
1879                     "Psr\\Log\\": "Psr/Log/"
1880                 }
1881             },
1882             "notification-url": "https://packagist.org/downloads/",
1883             "license": [
1884                 "MIT"
1885             ],
1886             "authors": [
1887                 {
1888                     "name": "PHP-FIG",
1889                     "homepage": "http://www.php-fig.org/"
1890                 }
1891             ],
1892             "description": "Common interface for logging libraries",
1893             "homepage": "https://github.com/php-fig/log",
1894             "keywords": [
1895                 "log",
1896                 "psr",
1897                 "psr-3"
1898             ],
1899             "time": "2016-10-10T12:19:37+00:00"
1900         },
1901         {
1902             "name": "sebastian/code-unit-reverse-lookup",
1903             "version": "1.0.1",
1904             "source": {
1905                 "type": "git",
1906                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1907                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1908             },
1909             "dist": {
1910                 "type": "zip",
1911                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1912                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1913                 "shasum": ""
1914             },
1915             "require": {
1916                 "php": "^5.6 || ^7.0"
1917             },
1918             "require-dev": {
1919                 "phpunit/phpunit": "^5.7 || ^6.0"
1920             },
1921             "type": "library",
1922             "extra": {
1923                 "branch-alias": {
1924                     "dev-master": "1.0.x-dev"
1925                 }
1926             },
1927             "autoload": {
1928                 "classmap": [
1929                     "src/"
1930                 ]
1931             },
1932             "notification-url": "https://packagist.org/downloads/",
1933             "license": [
1934                 "BSD-3-Clause"
1935             ],
1936             "authors": [
1937                 {
1938                     "name": "Sebastian Bergmann",
1939                     "email": "sebastian@phpunit.de"
1940                 }
1941             ],
1942             "description": "Looks up which function or method a line of code belongs to",
1943             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1944             "time": "2017-03-04T06:30:41+00:00"
1945         },
1946         {
1947             "name": "sebastian/comparator",
1948             "version": "2.0.2",
1949             "source": {
1950                 "type": "git",
1951                 "url": "https://github.com/sebastianbergmann/comparator.git",
1952                 "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a"
1953             },
1954             "dist": {
1955                 "type": "zip",
1956                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
1957                 "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
1958                 "shasum": ""
1959             },
1960             "require": {
1961                 "php": "^7.0",
1962                 "sebastian/diff": "^2.0",
1963                 "sebastian/exporter": "^3.0"
1964             },
1965             "require-dev": {
1966                 "phpunit/phpunit": "^6.0"
1967             },
1968             "type": "library",
1969             "extra": {
1970                 "branch-alias": {
1971                     "dev-master": "2.0.x-dev"
1972                 }
1973             },
1974             "autoload": {
1975                 "classmap": [
1976                     "src/"
1977                 ]
1978             },
1979             "notification-url": "https://packagist.org/downloads/",
1980             "license": [
1981                 "BSD-3-Clause"
1982             ],
1983             "authors": [
1984                 {
1985                     "name": "Jeff Welch",
1986                     "email": "whatthejeff@gmail.com"
1987                 },
1988                 {
1989                     "name": "Volker Dusch",
1990                     "email": "github@wallbash.com"
1991                 },
1992                 {
1993                     "name": "Bernhard Schussek",
1994                     "email": "bschussek@2bepublished.at"
1995                 },
1996                 {
1997                     "name": "Sebastian Bergmann",
1998                     "email": "sebastian@phpunit.de"
1999                 }
2000             ],
2001             "description": "Provides the functionality to compare PHP values for equality",
2002             "homepage": "http://www.github.com/sebastianbergmann/comparator",
2003             "keywords": [
2004                 "comparator",
2005                 "compare",
2006                 "equality"
2007             ],
2008             "time": "2017-08-03T07:14:59+00:00"
2009         },
2010         {
2011             "name": "sebastian/diff",
2012             "version": "2.0.1",
2013             "source": {
2014                 "type": "git",
2015                 "url": "https://github.com/sebastianbergmann/diff.git",
2016                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
2017             },
2018             "dist": {
2019                 "type": "zip",
2020                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2021                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2022                 "shasum": ""
2023             },
2024             "require": {
2025                 "php": "^7.0"
2026             },
2027             "require-dev": {
2028                 "phpunit/phpunit": "^6.2"
2029             },
2030             "type": "library",
2031             "extra": {
2032                 "branch-alias": {
2033                     "dev-master": "2.0-dev"
2034                 }
2035             },
2036             "autoload": {
2037                 "classmap": [
2038                     "src/"
2039                 ]
2040             },
2041             "notification-url": "https://packagist.org/downloads/",
2042             "license": [
2043                 "BSD-3-Clause"
2044             ],
2045             "authors": [
2046                 {
2047                     "name": "Kore Nordmann",
2048                     "email": "mail@kore-nordmann.de"
2049                 },
2050                 {
2051                     "name": "Sebastian Bergmann",
2052                     "email": "sebastian@phpunit.de"
2053                 }
2054             ],
2055             "description": "Diff implementation",
2056             "homepage": "https://github.com/sebastianbergmann/diff",
2057             "keywords": [
2058                 "diff"
2059             ],
2060             "time": "2017-08-03T08:09:46+00:00"
2061         },
2062         {
2063             "name": "sebastian/environment",
2064             "version": "3.1.0",
2065             "source": {
2066                 "type": "git",
2067                 "url": "https://github.com/sebastianbergmann/environment.git",
2068                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
2069             },
2070             "dist": {
2071                 "type": "zip",
2072                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2073                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2074                 "shasum": ""
2075             },
2076             "require": {
2077                 "php": "^7.0"
2078             },
2079             "require-dev": {
2080                 "phpunit/phpunit": "^6.1"
2081             },
2082             "type": "library",
2083             "extra": {
2084                 "branch-alias": {
2085                     "dev-master": "3.1.x-dev"
2086                 }
2087             },
2088             "autoload": {
2089                 "classmap": [
2090                     "src/"
2091                 ]
2092             },
2093             "notification-url": "https://packagist.org/downloads/",
2094             "license": [
2095                 "BSD-3-Clause"
2096             ],
2097             "authors": [
2098                 {
2099                     "name": "Sebastian Bergmann",
2100                     "email": "sebastian@phpunit.de"
2101                 }
2102             ],
2103             "description": "Provides functionality to handle HHVM/PHP environments",
2104             "homepage": "http://www.github.com/sebastianbergmann/environment",
2105             "keywords": [
2106                 "Xdebug",
2107                 "environment",
2108                 "hhvm"
2109             ],
2110             "time": "2017-07-01T08:51:00+00:00"
2111         },
2112         {
2113             "name": "sebastian/exporter",
2114             "version": "3.1.0",
2115             "source": {
2116                 "type": "git",
2117                 "url": "https://github.com/sebastianbergmann/exporter.git",
2118                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2119             },
2120             "dist": {
2121                 "type": "zip",
2122                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
2123                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2124                 "shasum": ""
2125             },
2126             "require": {
2127                 "php": "^7.0",
2128                 "sebastian/recursion-context": "^3.0"
2129             },
2130             "require-dev": {
2131                 "ext-mbstring": "*",
2132                 "phpunit/phpunit": "^6.0"
2133             },
2134             "type": "library",
2135             "extra": {
2136                 "branch-alias": {
2137                     "dev-master": "3.1.x-dev"
2138                 }
2139             },
2140             "autoload": {
2141                 "classmap": [
2142                     "src/"
2143                 ]
2144             },
2145             "notification-url": "https://packagist.org/downloads/",
2146             "license": [
2147                 "BSD-3-Clause"
2148             ],
2149             "authors": [
2150                 {
2151                     "name": "Jeff Welch",
2152                     "email": "whatthejeff@gmail.com"
2153                 },
2154                 {
2155                     "name": "Volker Dusch",
2156                     "email": "github@wallbash.com"
2157                 },
2158                 {
2159                     "name": "Bernhard Schussek",
2160                     "email": "bschussek@2bepublished.at"
2161                 },
2162                 {
2163                     "name": "Sebastian Bergmann",
2164                     "email": "sebastian@phpunit.de"
2165                 },
2166                 {
2167                     "name": "Adam Harvey",
2168                     "email": "aharvey@php.net"
2169                 }
2170             ],
2171             "description": "Provides the functionality to export PHP variables for visualization",
2172             "homepage": "http://www.github.com/sebastianbergmann/exporter",
2173             "keywords": [
2174                 "export",
2175                 "exporter"
2176             ],
2177             "time": "2017-04-03T13:19:02+00:00"
2178         },
2179         {
2180             "name": "sebastian/global-state",
2181             "version": "2.0.0",
2182             "source": {
2183                 "type": "git",
2184                 "url": "https://github.com/sebastianbergmann/global-state.git",
2185                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2186             },
2187             "dist": {
2188                 "type": "zip",
2189                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2190                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2191                 "shasum": ""
2192             },
2193             "require": {
2194                 "php": "^7.0"
2195             },
2196             "require-dev": {
2197                 "phpunit/phpunit": "^6.0"
2198             },
2199             "suggest": {
2200                 "ext-uopz": "*"
2201             },
2202             "type": "library",
2203             "extra": {
2204                 "branch-alias": {
2205                     "dev-master": "2.0-dev"
2206                 }
2207             },
2208             "autoload": {
2209                 "classmap": [
2210                     "src/"
2211                 ]
2212             },
2213             "notification-url": "https://packagist.org/downloads/",
2214             "license": [
2215                 "BSD-3-Clause"
2216             ],
2217             "authors": [
2218                 {
2219                     "name": "Sebastian Bergmann",
2220                     "email": "sebastian@phpunit.de"
2221                 }
2222             ],
2223             "description": "Snapshotting of global state",
2224             "homepage": "http://www.github.com/sebastianbergmann/global-state",
2225             "keywords": [
2226                 "global state"
2227             ],
2228             "time": "2017-04-27T15:39:26+00:00"
2229         },
2230         {
2231             "name": "sebastian/object-enumerator",
2232             "version": "3.0.3",
2233             "source": {
2234                 "type": "git",
2235                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2236                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2237             },
2238             "dist": {
2239                 "type": "zip",
2240                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2241                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2242                 "shasum": ""
2243             },
2244             "require": {
2245                 "php": "^7.0",
2246                 "sebastian/object-reflector": "^1.1.1",
2247                 "sebastian/recursion-context": "^3.0"
2248             },
2249             "require-dev": {
2250                 "phpunit/phpunit": "^6.0"
2251             },
2252             "type": "library",
2253             "extra": {
2254                 "branch-alias": {
2255                     "dev-master": "3.0.x-dev"
2256                 }
2257             },
2258             "autoload": {
2259                 "classmap": [
2260                     "src/"
2261                 ]
2262             },
2263             "notification-url": "https://packagist.org/downloads/",
2264             "license": [
2265                 "BSD-3-Clause"
2266             ],
2267             "authors": [
2268                 {
2269                     "name": "Sebastian Bergmann",
2270                     "email": "sebastian@phpunit.de"
2271                 }
2272             ],
2273             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2274             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2275             "time": "2017-08-03T12:35:26+00:00"
2276         },
2277         {
2278             "name": "sebastian/object-reflector",
2279             "version": "1.1.1",
2280             "source": {
2281                 "type": "git",
2282                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
2283                 "reference": "773f97c67f28de00d397be301821b06708fca0be"
2284             },
2285             "dist": {
2286                 "type": "zip",
2287                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
2288                 "reference": "773f97c67f28de00d397be301821b06708fca0be",
2289                 "shasum": ""
2290             },
2291             "require": {
2292                 "php": "^7.0"
2293             },
2294             "require-dev": {
2295                 "phpunit/phpunit": "^6.0"
2296             },
2297             "type": "library",
2298             "extra": {
2299                 "branch-alias": {
2300                     "dev-master": "1.1-dev"
2301                 }
2302             },
2303             "autoload": {
2304                 "classmap": [
2305                     "src/"
2306                 ]
2307             },
2308             "notification-url": "https://packagist.org/downloads/",
2309             "license": [
2310                 "BSD-3-Clause"
2311             ],
2312             "authors": [
2313                 {
2314                     "name": "Sebastian Bergmann",
2315                     "email": "sebastian@phpunit.de"
2316                 }
2317             ],
2318             "description": "Allows reflection of object attributes, including inherited and non-public ones",
2319             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2320             "time": "2017-03-29T09:07:27+00:00"
2321         },
2322         {
2323             "name": "sebastian/recursion-context",
2324             "version": "3.0.0",
2325             "source": {
2326                 "type": "git",
2327                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
2328                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2329             },
2330             "dist": {
2331                 "type": "zip",
2332                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2333                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2334                 "shasum": ""
2335             },
2336             "require": {
2337                 "php": "^7.0"
2338             },
2339             "require-dev": {
2340                 "phpunit/phpunit": "^6.0"
2341             },
2342             "type": "library",
2343             "extra": {
2344                 "branch-alias": {
2345                     "dev-master": "3.0.x-dev"
2346                 }
2347             },
2348             "autoload": {
2349                 "classmap": [
2350                     "src/"
2351                 ]
2352             },
2353             "notification-url": "https://packagist.org/downloads/",
2354             "license": [
2355                 "BSD-3-Clause"
2356             ],
2357             "authors": [
2358                 {
2359                     "name": "Jeff Welch",
2360                     "email": "whatthejeff@gmail.com"
2361                 },
2362                 {
2363                     "name": "Sebastian Bergmann",
2364                     "email": "sebastian@phpunit.de"
2365                 },
2366                 {
2367                     "name": "Adam Harvey",
2368                     "email": "aharvey@php.net"
2369                 }
2370             ],
2371             "description": "Provides functionality to recursively process PHP variables",
2372             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2373             "time": "2017-03-03T06:23:57+00:00"
2374         },
2375         {
2376             "name": "sebastian/resource-operations",
2377             "version": "1.0.0",
2378             "source": {
2379                 "type": "git",
2380                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
2381                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2382             },
2383             "dist": {
2384                 "type": "zip",
2385                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2386                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2387                 "shasum": ""
2388             },
2389             "require": {
2390                 "php": ">=5.6.0"
2391             },
2392             "type": "library",
2393             "extra": {
2394                 "branch-alias": {
2395                     "dev-master": "1.0.x-dev"
2396                 }
2397             },
2398             "autoload": {
2399                 "classmap": [
2400                     "src/"
2401                 ]
2402             },
2403             "notification-url": "https://packagist.org/downloads/",
2404             "license": [
2405                 "BSD-3-Clause"
2406             ],
2407             "authors": [
2408                 {
2409                     "name": "Sebastian Bergmann",
2410                     "email": "sebastian@phpunit.de"
2411                 }
2412             ],
2413             "description": "Provides a list of PHP built-in functions that operate on resources",
2414             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2415             "time": "2015-07-28T20:34:47+00:00"
2416         },
2417         {
2418             "name": "sebastian/version",
2419             "version": "2.0.1",
2420             "source": {
2421                 "type": "git",
2422                 "url": "https://github.com/sebastianbergmann/version.git",
2423                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2424             },
2425             "dist": {
2426                 "type": "zip",
2427                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2428                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2429                 "shasum": ""
2430             },
2431             "require": {
2432                 "php": ">=5.6"
2433             },
2434             "type": "library",
2435             "extra": {
2436                 "branch-alias": {
2437                     "dev-master": "2.0.x-dev"
2438                 }
2439             },
2440             "autoload": {
2441                 "classmap": [
2442                     "src/"
2443                 ]
2444             },
2445             "notification-url": "https://packagist.org/downloads/",
2446             "license": [
2447                 "BSD-3-Clause"
2448             ],
2449             "authors": [
2450                 {
2451                     "name": "Sebastian Bergmann",
2452                     "email": "sebastian@phpunit.de",
2453                     "role": "lead"
2454                 }
2455             ],
2456             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2457             "homepage": "https://github.com/sebastianbergmann/version",
2458             "time": "2016-10-03T07:35:21+00:00"
2459         },
2460         {
2461             "name": "symfony/browser-kit",
2462             "version": "v3.3.10",
2463             "source": {
2464                 "type": "git",
2465                 "url": "https://github.com/symfony/browser-kit.git",
2466                 "reference": "317d5bdf0127f06db7ea294186132b4f5b036839"
2467             },
2468             "dist": {
2469                 "type": "zip",
2470                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/317d5bdf0127f06db7ea294186132b4f5b036839",
2471                 "reference": "317d5bdf0127f06db7ea294186132b4f5b036839",
2472                 "shasum": ""
2473             },
2474             "require": {
2475                 "php": "^5.5.9|>=7.0.8",
2476                 "symfony/dom-crawler": "~2.8|~3.0"
2477             },
2478             "require-dev": {
2479                 "symfony/css-selector": "~2.8|~3.0",
2480                 "symfony/process": "~2.8|~3.0"
2481             },
2482             "suggest": {
2483                 "symfony/process": ""
2484             },
2485             "type": "library",
2486             "extra": {
2487                 "branch-alias": {
2488                     "dev-master": "3.3-dev"
2489                 }
2490             },
2491             "autoload": {
2492                 "psr-4": {
2493                     "Symfony\\Component\\BrowserKit\\": ""
2494                 },
2495                 "exclude-from-classmap": [
2496                     "/Tests/"
2497                 ]
2498             },
2499             "notification-url": "https://packagist.org/downloads/",
2500             "license": [
2501                 "MIT"
2502             ],
2503             "authors": [
2504                 {
2505                     "name": "Fabien Potencier",
2506                     "email": "fabien@symfony.com"
2507                 },
2508                 {
2509                     "name": "Symfony Community",
2510                     "homepage": "https://symfony.com/contributors"
2511                 }
2512             ],
2513             "description": "Symfony BrowserKit Component",
2514             "homepage": "https://symfony.com",
2515             "time": "2017-10-02T06:42:24+00:00"
2516         },
2517         {
2518             "name": "symfony/class-loader",
2519             "version": "v3.3.10",
2520             "source": {
2521                 "type": "git",
2522                 "url": "https://github.com/symfony/class-loader.git",
2523                 "reference": "7572c904b209fa9907c69a6a9a68243c265a4d01"
2524             },
2525             "dist": {
2526                 "type": "zip",
2527                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/7572c904b209fa9907c69a6a9a68243c265a4d01",
2528                 "reference": "7572c904b209fa9907c69a6a9a68243c265a4d01",
2529                 "shasum": ""
2530             },
2531             "require": {
2532                 "php": "^5.5.9|>=7.0.8"
2533             },
2534             "require-dev": {
2535                 "symfony/finder": "~2.8|~3.0",
2536                 "symfony/polyfill-apcu": "~1.1"
2537             },
2538             "suggest": {
2539                 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
2540             },
2541             "type": "library",
2542             "extra": {
2543                 "branch-alias": {
2544                     "dev-master": "3.3-dev"
2545                 }
2546             },
2547             "autoload": {
2548                 "psr-4": {
2549                     "Symfony\\Component\\ClassLoader\\": ""
2550                 },
2551                 "exclude-from-classmap": [
2552                     "/Tests/"
2553                 ]
2554             },
2555             "notification-url": "https://packagist.org/downloads/",
2556             "license": [
2557                 "MIT"
2558             ],
2559             "authors": [
2560                 {
2561                     "name": "Fabien Potencier",
2562                     "email": "fabien@symfony.com"
2563                 },
2564                 {
2565                     "name": "Symfony Community",
2566                     "homepage": "https://symfony.com/contributors"
2567                 }
2568             ],
2569             "description": "Symfony ClassLoader Component",
2570             "homepage": "https://symfony.com",
2571             "time": "2017-10-02T06:42:24+00:00"
2572         },
2573         {
2574             "name": "symfony/config",
2575             "version": "v3.3.10",
2576             "source": {
2577                 "type": "git",
2578                 "url": "https://github.com/symfony/config.git",
2579                 "reference": "4ab62407bff9cd97c410a7feaef04c375aaa5cfd"
2580             },
2581             "dist": {
2582                 "type": "zip",
2583                 "url": "https://api.github.com/repos/symfony/config/zipball/4ab62407bff9cd97c410a7feaef04c375aaa5cfd",
2584                 "reference": "4ab62407bff9cd97c410a7feaef04c375aaa5cfd",
2585                 "shasum": ""
2586             },
2587             "require": {
2588                 "php": "^5.5.9|>=7.0.8",
2589                 "symfony/filesystem": "~2.8|~3.0"
2590             },
2591             "conflict": {
2592                 "symfony/dependency-injection": "<3.3",
2593                 "symfony/finder": "<3.3"
2594             },
2595             "require-dev": {
2596                 "symfony/dependency-injection": "~3.3",
2597                 "symfony/finder": "~3.3",
2598                 "symfony/yaml": "~3.0"
2599             },
2600             "suggest": {
2601                 "symfony/yaml": "To use the yaml reference dumper"
2602             },
2603             "type": "library",
2604             "extra": {
2605                 "branch-alias": {
2606                     "dev-master": "3.3-dev"
2607                 }
2608             },
2609             "autoload": {
2610                 "psr-4": {
2611                     "Symfony\\Component\\Config\\": ""
2612                 },
2613                 "exclude-from-classmap": [
2614                     "/Tests/"
2615                 ]
2616             },
2617             "notification-url": "https://packagist.org/downloads/",
2618             "license": [
2619                 "MIT"
2620             ],
2621             "authors": [
2622                 {
2623                     "name": "Fabien Potencier",
2624                     "email": "fabien@symfony.com"
2625                 },
2626                 {
2627                     "name": "Symfony Community",
2628                     "homepage": "https://symfony.com/contributors"
2629                 }
2630             ],
2631             "description": "Symfony Config Component",
2632             "homepage": "https://symfony.com",
2633             "time": "2017-10-04T18:56:58+00:00"
2634         },
2635         {
2636             "name": "symfony/console",
2637             "version": "v3.3.10",
2638             "source": {
2639                 "type": "git",
2640                 "url": "https://github.com/symfony/console.git",
2641                 "reference": "116bc56e45a8e5572e51eb43ab58c769a352366c"
2642             },
2643             "dist": {
2644                 "type": "zip",
2645                 "url": "https://api.github.com/repos/symfony/console/zipball/116bc56e45a8e5572e51eb43ab58c769a352366c",
2646                 "reference": "116bc56e45a8e5572e51eb43ab58c769a352366c",
2647                 "shasum": ""
2648             },
2649             "require": {
2650                 "php": "^5.5.9|>=7.0.8",
2651                 "symfony/debug": "~2.8|~3.0",
2652                 "symfony/polyfill-mbstring": "~1.0"
2653             },
2654             "conflict": {
2655                 "symfony/dependency-injection": "<3.3"
2656             },
2657             "require-dev": {
2658                 "psr/log": "~1.0",
2659                 "symfony/config": "~3.3",
2660                 "symfony/dependency-injection": "~3.3",
2661                 "symfony/event-dispatcher": "~2.8|~3.0",
2662                 "symfony/filesystem": "~2.8|~3.0",
2663                 "symfony/process": "~2.8|~3.0"
2664             },
2665             "suggest": {
2666                 "psr/log": "For using the console logger",
2667                 "symfony/event-dispatcher": "",
2668                 "symfony/filesystem": "",
2669                 "symfony/process": ""
2670             },
2671             "type": "library",
2672             "extra": {
2673                 "branch-alias": {
2674                     "dev-master": "3.3-dev"
2675                 }
2676             },
2677             "autoload": {
2678                 "psr-4": {
2679                     "Symfony\\Component\\Console\\": ""
2680                 },
2681                 "exclude-from-classmap": [
2682                     "/Tests/"
2683                 ]
2684             },
2685             "notification-url": "https://packagist.org/downloads/",
2686             "license": [
2687                 "MIT"
2688             ],
2689             "authors": [
2690                 {
2691                     "name": "Fabien Potencier",
2692                     "email": "fabien@symfony.com"
2693                 },
2694                 {
2695                     "name": "Symfony Community",
2696                     "homepage": "https://symfony.com/contributors"
2697                 }
2698             ],
2699             "description": "Symfony Console Component",
2700             "homepage": "https://symfony.com",
2701             "time": "2017-10-02T06:42:24+00:00"
2702         },
2703         {
2704             "name": "symfony/css-selector",
2705             "version": "v3.3.10",
2706             "source": {
2707                 "type": "git",
2708                 "url": "https://github.com/symfony/css-selector.git",
2709                 "reference": "07447650225ca9223bd5c97180fe7c8267f7d332"
2710             },
2711             "dist": {
2712                 "type": "zip",
2713                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/07447650225ca9223bd5c97180fe7c8267f7d332",
2714                 "reference": "07447650225ca9223bd5c97180fe7c8267f7d332",
2715                 "shasum": ""
2716             },
2717             "require": {
2718                 "php": "^5.5.9|>=7.0.8"
2719             },
2720             "type": "library",
2721             "extra": {
2722                 "branch-alias": {
2723                     "dev-master": "3.3-dev"
2724                 }
2725             },
2726             "autoload": {
2727                 "psr-4": {
2728                     "Symfony\\Component\\CssSelector\\": ""
2729                 },
2730                 "exclude-from-classmap": [
2731                     "/Tests/"
2732                 ]
2733             },
2734             "notification-url": "https://packagist.org/downloads/",
2735             "license": [
2736                 "MIT"
2737             ],
2738             "authors": [
2739                 {
2740                     "name": "Jean-François Simon",
2741                     "email": "jeanfrancois.simon@sensiolabs.com"
2742                 },
2743                 {
2744                     "name": "Fabien Potencier",
2745                     "email": "fabien@symfony.com"
2746                 },
2747                 {
2748                     "name": "Symfony Community",
2749                     "homepage": "https://symfony.com/contributors"
2750                 }
2751             ],
2752             "description": "Symfony CssSelector Component",
2753             "homepage": "https://symfony.com",
2754             "time": "2017-10-02T06:42:24+00:00"
2755         },
2756         {
2757             "name": "symfony/debug",
2758             "version": "v3.3.10",
2759             "source": {
2760                 "type": "git",
2761                 "url": "https://github.com/symfony/debug.git",
2762                 "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd"
2763             },
2764             "dist": {
2765                 "type": "zip",
2766                 "url": "https://api.github.com/repos/symfony/debug/zipball/eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd",
2767                 "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd",
2768                 "shasum": ""
2769             },
2770             "require": {
2771                 "php": "^5.5.9|>=7.0.8",
2772                 "psr/log": "~1.0"
2773             },
2774             "conflict": {
2775                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2776             },
2777             "require-dev": {
2778                 "symfony/http-kernel": "~2.8|~3.0"
2779             },
2780             "type": "library",
2781             "extra": {
2782                 "branch-alias": {
2783                     "dev-master": "3.3-dev"
2784                 }
2785             },
2786             "autoload": {
2787                 "psr-4": {
2788                     "Symfony\\Component\\Debug\\": ""
2789                 },
2790                 "exclude-from-classmap": [
2791                     "/Tests/"
2792                 ]
2793             },
2794             "notification-url": "https://packagist.org/downloads/",
2795             "license": [
2796                 "MIT"
2797             ],
2798             "authors": [
2799                 {
2800                     "name": "Fabien Potencier",
2801                     "email": "fabien@symfony.com"
2802                 },
2803                 {
2804                     "name": "Symfony Community",
2805                     "homepage": "https://symfony.com/contributors"
2806                 }
2807             ],
2808             "description": "Symfony Debug Component",
2809             "homepage": "https://symfony.com",
2810             "time": "2017-10-02T06:42:24+00:00"
2811         },
2812         {
2813             "name": "symfony/dependency-injection",
2814             "version": "v3.3.10",
2815             "source": {
2816                 "type": "git",
2817                 "url": "https://github.com/symfony/dependency-injection.git",
2818                 "reference": "8ebad929aee3ca185b05f55d9cc5521670821ad1"
2819             },
2820             "dist": {
2821                 "type": "zip",
2822                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8ebad929aee3ca185b05f55d9cc5521670821ad1",
2823                 "reference": "8ebad929aee3ca185b05f55d9cc5521670821ad1",
2824                 "shasum": ""
2825             },
2826             "require": {
2827                 "php": "^5.5.9|>=7.0.8",
2828                 "psr/container": "^1.0"
2829             },
2830             "conflict": {
2831                 "symfony/config": "<3.3.1",
2832                 "symfony/finder": "<3.3",
2833                 "symfony/yaml": "<3.3"
2834             },
2835             "provide": {
2836                 "psr/container-implementation": "1.0"
2837             },
2838             "require-dev": {
2839                 "symfony/config": "~3.3",
2840                 "symfony/expression-language": "~2.8|~3.0",
2841                 "symfony/yaml": "~3.3"
2842             },
2843             "suggest": {
2844                 "symfony/config": "",
2845                 "symfony/expression-language": "For using expressions in service container configuration",
2846                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2847                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2848                 "symfony/yaml": ""
2849             },
2850             "type": "library",
2851             "extra": {
2852                 "branch-alias": {
2853                     "dev-master": "3.3-dev"
2854                 }
2855             },
2856             "autoload": {
2857                 "psr-4": {
2858                     "Symfony\\Component\\DependencyInjection\\": ""
2859                 },
2860                 "exclude-from-classmap": [
2861                     "/Tests/"
2862                 ]
2863             },
2864             "notification-url": "https://packagist.org/downloads/",
2865             "license": [
2866                 "MIT"
2867             ],
2868             "authors": [
2869                 {
2870                     "name": "Fabien Potencier",
2871                     "email": "fabien@symfony.com"
2872                 },
2873                 {
2874                     "name": "Symfony Community",
2875                     "homepage": "https://symfony.com/contributors"
2876                 }
2877             ],
2878             "description": "Symfony DependencyInjection Component",
2879             "homepage": "https://symfony.com",
2880             "time": "2017-10-04T17:15:30+00:00"
2881         },
2882         {
2883             "name": "symfony/dom-crawler",
2884             "version": "v3.3.10",
2885             "source": {
2886                 "type": "git",
2887                 "url": "https://github.com/symfony/dom-crawler.git",
2888                 "reference": "40dafd42d5dad7fe5ad4e958413d92a207522ac1"
2889             },
2890             "dist": {
2891                 "type": "zip",
2892                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/40dafd42d5dad7fe5ad4e958413d92a207522ac1",
2893                 "reference": "40dafd42d5dad7fe5ad4e958413d92a207522ac1",
2894                 "shasum": ""
2895             },
2896             "require": {
2897                 "php": "^5.5.9|>=7.0.8",
2898                 "symfony/polyfill-mbstring": "~1.0"
2899             },
2900             "require-dev": {
2901                 "symfony/css-selector": "~2.8|~3.0"
2902             },
2903             "suggest": {
2904                 "symfony/css-selector": ""
2905             },
2906             "type": "library",
2907             "extra": {
2908                 "branch-alias": {
2909                     "dev-master": "3.3-dev"
2910                 }
2911             },
2912             "autoload": {
2913                 "psr-4": {
2914                     "Symfony\\Component\\DomCrawler\\": ""
2915                 },
2916                 "exclude-from-classmap": [
2917                     "/Tests/"
2918                 ]
2919             },
2920             "notification-url": "https://packagist.org/downloads/",
2921             "license": [
2922                 "MIT"
2923             ],
2924             "authors": [
2925                 {
2926                     "name": "Fabien Potencier",
2927                     "email": "fabien@symfony.com"
2928                 },
2929                 {
2930                     "name": "Symfony Community",
2931                     "homepage": "https://symfony.com/contributors"
2932                 }
2933             ],
2934             "description": "Symfony DomCrawler Component",
2935             "homepage": "https://symfony.com",
2936             "time": "2017-10-02T06:42:24+00:00"
2937         },
2938         {
2939             "name": "symfony/event-dispatcher",
2940             "version": "v3.3.10",
2941             "source": {
2942                 "type": "git",
2943                 "url": "https://github.com/symfony/event-dispatcher.git",
2944                 "reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423"
2945             },
2946             "dist": {
2947                 "type": "zip",
2948                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d7ba037e4b8221956ab1e221c73c9e27e05dd423",
2949                 "reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423",
2950                 "shasum": ""
2951             },
2952             "require": {
2953                 "php": "^5.5.9|>=7.0.8"
2954             },
2955             "conflict": {
2956                 "symfony/dependency-injection": "<3.3"
2957             },
2958             "require-dev": {
2959                 "psr/log": "~1.0",
2960                 "symfony/config": "~2.8|~3.0",
2961                 "symfony/dependency-injection": "~3.3",
2962                 "symfony/expression-language": "~2.8|~3.0",
2963                 "symfony/stopwatch": "~2.8|~3.0"
2964             },
2965             "suggest": {
2966                 "symfony/dependency-injection": "",
2967                 "symfony/http-kernel": ""
2968             },
2969             "type": "library",
2970             "extra": {
2971                 "branch-alias": {
2972                     "dev-master": "3.3-dev"
2973                 }
2974             },
2975             "autoload": {
2976                 "psr-4": {
2977                     "Symfony\\Component\\EventDispatcher\\": ""
2978                 },
2979                 "exclude-from-classmap": [
2980                     "/Tests/"
2981                 ]
2982             },
2983             "notification-url": "https://packagist.org/downloads/",
2984             "license": [
2985                 "MIT"
2986             ],
2987             "authors": [
2988                 {
2989                     "name": "Fabien Potencier",
2990                     "email": "fabien@symfony.com"
2991                 },
2992                 {
2993                     "name": "Symfony Community",
2994                     "homepage": "https://symfony.com/contributors"
2995                 }
2996             ],
2997             "description": "Symfony EventDispatcher Component",
2998             "homepage": "https://symfony.com",
2999             "time": "2017-10-02T06:42:24+00:00"
3000         },
3001         {
3002             "name": "symfony/filesystem",
3003             "version": "v3.3.10",
3004             "source": {
3005                 "type": "git",
3006                 "url": "https://github.com/symfony/filesystem.git",
3007                 "reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1"
3008             },
3009             "dist": {
3010                 "type": "zip",
3011                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/90bc45abf02ae6b7deb43895c1052cb0038506f1",
3012                 "reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1",
3013                 "shasum": ""
3014             },
3015             "require": {
3016                 "php": "^5.5.9|>=7.0.8"
3017             },
3018             "type": "library",
3019             "extra": {
3020                 "branch-alias": {
3021                     "dev-master": "3.3-dev"
3022                 }
3023             },
3024             "autoload": {
3025                 "psr-4": {
3026                     "Symfony\\Component\\Filesystem\\": ""
3027                 },
3028                 "exclude-from-classmap": [
3029                     "/Tests/"
3030                 ]
3031             },
3032             "notification-url": "https://packagist.org/downloads/",
3033             "license": [
3034                 "MIT"
3035             ],
3036             "authors": [
3037                 {
3038                     "name": "Fabien Potencier",
3039                     "email": "fabien@symfony.com"
3040                 },
3041                 {
3042                     "name": "Symfony Community",
3043                     "homepage": "https://symfony.com/contributors"
3044                 }
3045             ],
3046             "description": "Symfony Filesystem Component",
3047             "homepage": "https://symfony.com",
3048             "time": "2017-10-03T13:33:10+00:00"
3049         },
3050         {
3051             "name": "symfony/polyfill-mbstring",
3052             "version": "v1.6.0",
3053             "source": {
3054                 "type": "git",
3055                 "url": "https://github.com/symfony/polyfill-mbstring.git",
3056                 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
3057             },
3058             "dist": {
3059                 "type": "zip",
3060                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
3061                 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
3062                 "shasum": ""
3063             },
3064             "require": {
3065                 "php": ">=5.3.3"
3066             },
3067             "suggest": {
3068                 "ext-mbstring": "For best performance"
3069             },
3070             "type": "library",
3071             "extra": {
3072                 "branch-alias": {
3073                     "dev-master": "1.6-dev"
3074                 }
3075             },
3076             "autoload": {
3077                 "psr-4": {
3078                     "Symfony\\Polyfill\\Mbstring\\": ""
3079                 },
3080                 "files": [
3081                     "bootstrap.php"
3082                 ]
3083             },
3084             "notification-url": "https://packagist.org/downloads/",
3085             "license": [
3086                 "MIT"
3087             ],
3088             "authors": [
3089                 {
3090                     "name": "Nicolas Grekas",
3091                     "email": "p@tchwork.com"
3092                 },
3093                 {
3094                     "name": "Symfony Community",
3095                     "homepage": "https://symfony.com/contributors"
3096                 }
3097             ],
3098             "description": "Symfony polyfill for the Mbstring extension",
3099             "homepage": "https://symfony.com",
3100             "keywords": [
3101                 "compatibility",
3102                 "mbstring",
3103                 "polyfill",
3104                 "portable",
3105                 "shim"
3106             ],
3107             "time": "2017-10-11T12:05:26+00:00"
3108         },
3109         {
3110             "name": "symfony/process",
3111             "version": "v2.8.28",
3112             "source": {
3113                 "type": "git",
3114                 "url": "https://github.com/symfony/process.git",
3115                 "reference": "26c9fb02bf06bd6b90f661a5bd17e510810d0176"
3116             },
3117             "dist": {
3118                 "type": "zip",
3119                 "url": "https://api.github.com/repos/symfony/process/zipball/26c9fb02bf06bd6b90f661a5bd17e510810d0176",
3120                 "reference": "26c9fb02bf06bd6b90f661a5bd17e510810d0176",
3121                 "shasum": ""
3122             },
3123             "require": {
3124                 "php": ">=5.3.9"
3125             },
3126             "type": "library",
3127             "extra": {
3128                 "branch-alias": {
3129                     "dev-master": "2.8-dev"
3130                 }
3131             },
3132             "autoload": {
3133                 "psr-4": {
3134                     "Symfony\\Component\\Process\\": ""
3135                 },
3136                 "exclude-from-classmap": [
3137                     "/Tests/"
3138                 ]
3139             },
3140             "notification-url": "https://packagist.org/downloads/",
3141             "license": [
3142                 "MIT"
3143             ],
3144             "authors": [
3145                 {
3146                     "name": "Fabien Potencier",
3147                     "email": "fabien@symfony.com"
3148                 },
3149                 {
3150                     "name": "Symfony Community",
3151                     "homepage": "https://symfony.com/contributors"
3152                 }
3153             ],
3154             "description": "Symfony Process Component",
3155             "homepage": "https://symfony.com",
3156             "time": "2017-10-01T21:00:16+00:00"
3157         },
3158         {
3159             "name": "symfony/translation",
3160             "version": "v3.3.10",
3161             "source": {
3162                 "type": "git",
3163                 "url": "https://github.com/symfony/translation.git",
3164                 "reference": "409bf229cd552bf7e3faa8ab7e3980b07672073f"
3165             },
3166             "dist": {
3167                 "type": "zip",
3168                 "url": "https://api.github.com/repos/symfony/translation/zipball/409bf229cd552bf7e3faa8ab7e3980b07672073f",
3169                 "reference": "409bf229cd552bf7e3faa8ab7e3980b07672073f",
3170                 "shasum": ""
3171             },
3172             "require": {
3173                 "php": "^5.5.9|>=7.0.8",
3174                 "symfony/polyfill-mbstring": "~1.0"
3175             },
3176             "conflict": {
3177                 "symfony/config": "<2.8",
3178                 "symfony/yaml": "<3.3"
3179             },
3180             "require-dev": {
3181                 "psr/log": "~1.0",
3182                 "symfony/config": "~2.8|~3.0",
3183                 "symfony/intl": "^2.8.18|^3.2.5",
3184                 "symfony/yaml": "~3.3"
3185             },
3186             "suggest": {
3187                 "psr/log": "To use logging capability in translator",
3188                 "symfony/config": "",
3189                 "symfony/yaml": ""
3190             },
3191             "type": "library",
3192             "extra": {
3193                 "branch-alias": {
3194                     "dev-master": "3.3-dev"
3195                 }
3196             },
3197             "autoload": {
3198                 "psr-4": {
3199                     "Symfony\\Component\\Translation\\": ""
3200                 },
3201                 "exclude-from-classmap": [
3202                     "/Tests/"
3203                 ]
3204             },
3205             "notification-url": "https://packagist.org/downloads/",
3206             "license": [
3207                 "MIT"
3208             ],
3209             "authors": [
3210                 {
3211                     "name": "Fabien Potencier",
3212                     "email": "fabien@symfony.com"
3213                 },
3214                 {
3215                     "name": "Symfony Community",
3216                     "homepage": "https://symfony.com/contributors"
3217                 }
3218             ],
3219             "description": "Symfony Translation Component",
3220             "homepage": "https://symfony.com",
3221             "time": "2017-10-02T06:42:24+00:00"
3222         },
3223         {
3224             "name": "symfony/yaml",
3225             "version": "v3.3.10",
3226             "source": {
3227                 "type": "git",
3228                 "url": "https://github.com/symfony/yaml.git",
3229                 "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46"
3230             },
3231             "dist": {
3232                 "type": "zip",
3233                 "url": "https://api.github.com/repos/symfony/yaml/zipball/8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46",
3234                 "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46",
3235                 "shasum": ""
3236             },
3237             "require": {
3238                 "php": "^5.5.9|>=7.0.8"
3239             },
3240             "require-dev": {
3241                 "symfony/console": "~2.8|~3.0"
3242             },
3243             "suggest": {
3244                 "symfony/console": "For validating YAML files using the lint command"
3245             },
3246             "type": "library",
3247             "extra": {
3248                 "branch-alias": {
3249                     "dev-master": "3.3-dev"
3250                 }
3251             },
3252             "autoload": {
3253                 "psr-4": {
3254                     "Symfony\\Component\\Yaml\\": ""
3255                 },
3256                 "exclude-from-classmap": [
3257                     "/Tests/"
3258                 ]
3259             },
3260             "notification-url": "https://packagist.org/downloads/",
3261             "license": [
3262                 "MIT"
3263             ],
3264             "authors": [
3265                 {
3266                     "name": "Fabien Potencier",
3267                     "email": "fabien@symfony.com"
3268                 },
3269                 {
3270                     "name": "Symfony Community",
3271                     "homepage": "https://symfony.com/contributors"
3272                 }
3273             ],
3274             "description": "Symfony Yaml Component",
3275             "homepage": "https://symfony.com",
3276             "time": "2017-10-05T14:43:42+00:00"
3277         },
3278         {
3279             "name": "theseer/tokenizer",
3280             "version": "1.1.0",
3281             "source": {
3282                 "type": "git",
3283                 "url": "https://github.com/theseer/tokenizer.git",
3284                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3285             },
3286             "dist": {
3287                 "type": "zip",
3288                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3289                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3290                 "shasum": ""
3291             },
3292             "require": {
3293                 "ext-dom": "*",
3294                 "ext-tokenizer": "*",
3295                 "ext-xmlwriter": "*",
3296                 "php": "^7.0"
3297             },
3298             "type": "library",
3299             "autoload": {
3300                 "classmap": [
3301                     "src/"
3302                 ]
3303             },
3304             "notification-url": "https://packagist.org/downloads/",
3305             "license": [
3306                 "BSD-3-Clause"
3307             ],
3308             "authors": [
3309                 {
3310                     "name": "Arne Blankerts",
3311                     "email": "arne@blankerts.de",
3312                     "role": "Developer"
3313                 }
3314             ],
3315             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3316             "time": "2017-04-07T12:08:54+00:00"
3317         },
3318         {
3319             "name": "webmozart/assert",
3320             "version": "1.2.0",
3321             "source": {
3322                 "type": "git",
3323                 "url": "https://github.com/webmozart/assert.git",
3324                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3325             },
3326             "dist": {
3327                 "type": "zip",
3328                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3329                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3330                 "shasum": ""
3331             },
3332             "require": {
3333                 "php": "^5.3.3 || ^7.0"
3334             },
3335             "require-dev": {
3336                 "phpunit/phpunit": "^4.6",
3337                 "sebastian/version": "^1.0.1"
3338             },
3339             "type": "library",
3340             "extra": {
3341                 "branch-alias": {
3342                     "dev-master": "1.3-dev"
3343                 }
3344             },
3345             "autoload": {
3346                 "psr-4": {
3347                     "Webmozart\\Assert\\": "src/"
3348                 }
3349             },
3350             "notification-url": "https://packagist.org/downloads/",
3351             "license": [
3352                 "MIT"
3353             ],
3354             "authors": [
3355                 {
3356                     "name": "Bernhard Schussek",
3357                     "email": "bschussek@gmail.com"
3358                 }
3359             ],
3360             "description": "Assertions to validate method input/output with nice error messages.",
3361             "keywords": [
3362                 "assert",
3363                 "check",
3364                 "validate"
3365             ],
3366             "time": "2016-11-23T20:04:58+00:00"
3367         }
3368     ],
3369     "aliases": [],
3370     "minimum-stability": "stable",
3371     "stability-flags": [],
3372     "prefer-stable": false,
3373     "prefer-lowest": false,
3374     "platform": [],
3375     "platform-dev": []