Issues (159)

Security Analysis    not enabled

This project does not seem to handle request data directly as such no vulnerable execution paths were found.

  Cross-Site Scripting
Cross-Site Scripting enables an attacker to inject code into the response of a web-request that is viewed by other users. It can for example be used to bypass access controls, or even to take over other users' accounts.
  File Exposure
File Exposure allows an attacker to gain access to local files that he should not be able to access. These files can for example include database credentials, or other configuration files.
  File Manipulation
File Manipulation enables an attacker to write custom data to files. This potentially leads to injection of arbitrary code on the server.
  Object Injection
Object Injection enables an attacker to inject an object into PHP code, and can lead to arbitrary code execution, file exposure, or file manipulation attacks.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  File Inclusion
File Inclusion enables an attacker to inject custom files into PHP's file loading mechanism, either explicitly passed to include, or for example via PHP's auto-loading mechanism.
  Command Injection
Command Injection enables an attacker to inject a shell command that is execute with the privileges of the web-server. This can be used to expose sensitive data, or gain access of your server.
  SQL Injection
SQL Injection enables an attacker to execute arbitrary SQL code on your database server gaining access to user data, or manipulating user data.
  XPath Injection
XPath Injection enables an attacker to modify the parts of XML document that are read. If that XML document is for example used for authentication, this can lead to further vulnerabilities similar to SQL Injection.
  LDAP Injection
LDAP Injection enables an attacker to inject LDAP statements potentially granting permission to run unauthorized queries, or modify content inside the LDAP tree.
  Header Injection
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  XML Injection
XML Injection enables an attacker to read files on your local filesystem including configuration files, or can be abused to freeze your web-server process.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
Unfortunately, the security analysis is currently not available for your project. If you are a non-commercial open-source project, please contact support to gain access.

composer.lock (2 issues)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "ecdf4381b17663afa682d8216141955e",
8
    "content-hash": "fab9f4950d13271c7e7a078acfa411f8",
9
    "packages": [
10
        {
11
            "name": "classpreloader/classpreloader",
12
            "version": "3.0.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/ClassPreloader/ClassPreloader.git",
16
                "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
21
                "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "nikic/php-parser": "^1.0|^2.0",
26
                "php": ">=5.5.9"
27
            },
28
            "require-dev": {
29
                "phpunit/phpunit": "^4.8|^5.0"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "3.0-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-4": {
39
                    "ClassPreloader\\": "src/"
40
                }
41
            },
42
            "notification-url": "https://packagist.org/downloads/",
43
            "license": [
44
                "MIT"
45
            ],
46
            "authors": [
47
                {
48
                    "name": "Michael Dowling",
49
                    "email": "[email protected]"
50
                },
51
                {
52
                    "name": "Graham Campbell",
53
                    "email": "[email protected]"
54
                }
55
            ],
56
            "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
57
            "keywords": [
58
                "autoload",
59
                "class",
60
                "preload"
61
            ],
62
            "time": "2015-11-09 22:51:51"
63
        },
64
        {
65
            "name": "dnoegel/php-xdg-base-dir",
66
            "version": "0.1",
67
            "source": {
68
                "type": "git",
69
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
70
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
71
            },
72
            "dist": {
73
                "type": "zip",
74
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
75
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
76
                "shasum": ""
77
            },
78
            "require": {
79
                "php": ">=5.3.2"
80
            },
81
            "require-dev": {
82
                "phpunit/phpunit": "@stable"
83
            },
84
            "type": "project",
85
            "autoload": {
86
                "psr-4": {
87
                    "XdgBaseDir\\": "src/"
88
                }
89
            },
90
            "notification-url": "https://packagist.org/downloads/",
91
            "license": [
92
                "MIT"
93
            ],
94
            "description": "implementation of xdg base directory specification for php",
95
            "time": "2014-10-24 07:27:01"
96
        },
97
        {
98
            "name": "doctrine/inflector",
99
            "version": "v1.1.0",
100
            "source": {
101
                "type": "git",
102
                "url": "https://github.com/doctrine/inflector.git",
103
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
104
            },
105
            "dist": {
106
                "type": "zip",
107
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
108
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
109
                "shasum": ""
110
            },
111
            "require": {
112
                "php": ">=5.3.2"
113
            },
114
            "require-dev": {
115
                "phpunit/phpunit": "4.*"
116
            },
117
            "type": "library",
118
            "extra": {
119
                "branch-alias": {
120
                    "dev-master": "1.1.x-dev"
121
                }
122
            },
123
            "autoload": {
124
                "psr-0": {
125
                    "Doctrine\\Common\\Inflector\\": "lib/"
126
                }
127
            },
128
            "notification-url": "https://packagist.org/downloads/",
129
            "license": [
130
                "MIT"
131
            ],
132
            "authors": [
133
                {
134
                    "name": "Roman Borschel",
135
                    "email": "[email protected]"
136
                },
137
                {
138
                    "name": "Benjamin Eberlei",
139
                    "email": "[email protected]"
140
                },
141
                {
142
                    "name": "Guilherme Blanco",
143
                    "email": "[email protected]"
144
                },
145
                {
146
                    "name": "Jonathan Wage",
147
                    "email": "[email protected]"
148
                },
149
                {
150
                    "name": "Johannes Schmitt",
151
                    "email": "[email protected]"
152
                }
153
            ],
154
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
155
            "homepage": "http://www.doctrine-project.org",
156
            "keywords": [
157
                "inflection",
158
                "pluralize",
159
                "singularize",
160
                "string"
161
            ],
162
            "time": "2015-11-06 14:35:42"
163
        },
164
        {
165
            "name": "fabpot/goutte",
166
            "version": "v3.1.2",
167
            "source": {
168
                "type": "git",
169
                "url": "https://github.com/FriendsOfPHP/Goutte.git",
170
                "reference": "3cbc6ed222422a28400e470050f14928a153207e"
171
            },
172
            "dist": {
173
                "type": "zip",
174
                "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3cbc6ed222422a28400e470050f14928a153207e",
175
                "reference": "3cbc6ed222422a28400e470050f14928a153207e",
176
                "shasum": ""
177
            },
178
            "require": {
179
                "guzzlehttp/guzzle": "^6.0",
180
                "php": ">=5.5.0",
181
                "symfony/browser-kit": "~2.1|~3.0",
182
                "symfony/css-selector": "~2.1|~3.0",
183
                "symfony/dom-crawler": "~2.1|~3.0"
184
            },
185
            "type": "application",
186
            "extra": {
187
                "branch-alias": {
188
                    "dev-master": "3.1-dev"
189
                }
190
            },
191
            "autoload": {
192
                "psr-4": {
193
                    "Goutte\\": "Goutte"
194
                }
195
            },
196
            "notification-url": "https://packagist.org/downloads/",
197
            "license": [
198
                "MIT"
199
            ],
200
            "authors": [
201
                {
202
                    "name": "Fabien Potencier",
203
                    "email": "[email protected]"
204
                }
205
            ],
206
            "description": "A simple PHP Web Scraper",
207
            "homepage": "https://github.com/FriendsOfPHP/Goutte",
208
            "keywords": [
209
                "scraper"
210
            ],
211
            "time": "2015-11-05 12:58:44"
212
        },
213
        {
214
            "name": "guzzle/guzzle",
215
            "version": "v3.8.1",
216
            "source": {
217
                "type": "git",
218
                "url": "https://github.com/guzzle/guzzle.git",
219
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
220
            },
221
            "dist": {
222
                "type": "zip",
223
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
224
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
225
                "shasum": ""
226
            },
227
            "require": {
228
                "ext-curl": "*",
229
                "php": ">=5.3.3",
230
                "symfony/event-dispatcher": ">=2.1"
231
            },
232
            "replace": {
233
                "guzzle/batch": "self.version",
234
                "guzzle/cache": "self.version",
235
                "guzzle/common": "self.version",
236
                "guzzle/http": "self.version",
237
                "guzzle/inflection": "self.version",
238
                "guzzle/iterator": "self.version",
239
                "guzzle/log": "self.version",
240
                "guzzle/parser": "self.version",
241
                "guzzle/plugin": "self.version",
242
                "guzzle/plugin-async": "self.version",
243
                "guzzle/plugin-backoff": "self.version",
244
                "guzzle/plugin-cache": "self.version",
245
                "guzzle/plugin-cookie": "self.version",
246
                "guzzle/plugin-curlauth": "self.version",
247
                "guzzle/plugin-error-response": "self.version",
248
                "guzzle/plugin-history": "self.version",
249
                "guzzle/plugin-log": "self.version",
250
                "guzzle/plugin-md5": "self.version",
251
                "guzzle/plugin-mock": "self.version",
252
                "guzzle/plugin-oauth": "self.version",
253
                "guzzle/service": "self.version",
254
                "guzzle/stream": "self.version"
255
            },
256
            "require-dev": {
257
                "doctrine/cache": "*",
258
                "monolog/monolog": "1.*",
259
                "phpunit/phpunit": "3.7.*",
260
                "psr/log": "1.0.*",
261
                "symfony/class-loader": "*",
262
                "zendframework/zend-cache": "<2.3",
263
                "zendframework/zend-log": "<2.3"
264
            },
265
            "type": "library",
266
            "extra": {
267
                "branch-alias": {
268
                    "dev-master": "3.8-dev"
269
                }
270
            },
271
            "autoload": {
272
                "psr-0": {
273
                    "Guzzle": "src/",
274
                    "Guzzle\\Tests": "tests/"
275
                }
276
            },
277
            "notification-url": "https://packagist.org/downloads/",
278
            "license": [
279
                "MIT"
280
            ],
281
            "authors": [
282
                {
283
                    "name": "Michael Dowling",
284
                    "email": "[email protected]",
285
                    "homepage": "https://github.com/mtdowling"
286
                },
287
                {
288
                    "name": "Guzzle Community",
289
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
290
                }
291
            ],
292
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
293
            "homepage": "http://guzzlephp.org/",
294
            "keywords": [
295
                "client",
296
                "curl",
297
                "framework",
298
                "http",
299
                "http client",
300
                "rest",
301
                "web service"
302
            ],
303
            "abandoned": "guzzlehttp/guzzle",
304
            "time": "2014-01-28 22:29:15"
305
        },
306
        {
307
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
308
            "version": "6.2.0",
309
            "source": {
310
                "type": "git",
311
                "url": "https://github.com/guzzle/guzzle.git",
312
                "reference": "d094e337976dff9d8e2424e8485872194e768662"
313
            },
314
            "dist": {
315
                "type": "zip",
316
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
317
                "reference": "d094e337976dff9d8e2424e8485872194e768662",
318
                "shasum": ""
319
            },
320
            "require": {
321
                "guzzlehttp/promises": "~1.0",
322
                "guzzlehttp/psr7": "~1.1",
323
                "php": ">=5.5.0"
324
            },
325
            "require-dev": {
326
                "ext-curl": "*",
327
                "phpunit/phpunit": "~4.0",
328
                "psr/log": "~1.0"
329
            },
330
            "type": "library",
331
            "extra": {
332
                "branch-alias": {
333
                    "dev-master": "6.2-dev"
334
                }
335
            },
336
            "autoload": {
337
                "files": [
338
                    "src/functions_include.php"
339
                ],
340
                "psr-4": {
341
                    "GuzzleHttp\\": "src/"
342
                }
343
            },
344
            "notification-url": "https://packagist.org/downloads/",
345
            "license": [
346
                "MIT"
347
            ],
348
            "authors": [
349
                {
350
                    "name": "Michael Dowling",
351
                    "email": "[email protected]",
352
                    "homepage": "https://github.com/mtdowling"
353
                }
354
            ],
355
            "description": "Guzzle is a PHP HTTP client library",
356
            "homepage": "http://guzzlephp.org/",
357
            "keywords": [
358
                "client",
359
                "curl",
360
                "framework",
361
                "http",
362
                "http client",
363
                "rest",
364
                "web service"
365
            ],
366
            "time": "2016-03-21 20:02:09"
367
        },
368
        {
369
            "name": "guzzlehttp/promises",
370
            "version": "1.2.0",
371
            "source": {
372
                "type": "git",
373
                "url": "https://github.com/guzzle/promises.git",
374
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
375
            },
376
            "dist": {
377
                "type": "zip",
378
                "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
379
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
380
                "shasum": ""
381
            },
382
            "require": {
383
                "php": ">=5.5.0"
384
            },
385
            "require-dev": {
386
                "phpunit/phpunit": "~4.0"
387
            },
388
            "type": "library",
389
            "extra": {
390
                "branch-alias": {
391
                    "dev-master": "1.0-dev"
392
                }
393
            },
394
            "autoload": {
395
                "psr-4": {
396
                    "GuzzleHttp\\Promise\\": "src/"
397
                },
398
                "files": [
399
                    "src/functions_include.php"
400
                ]
401
            },
402
            "notification-url": "https://packagist.org/downloads/",
403
            "license": [
404
                "MIT"
405
            ],
406
            "authors": [
407
                {
408
                    "name": "Michael Dowling",
409
                    "email": "[email protected]",
410
                    "homepage": "https://github.com/mtdowling"
411
                }
412
            ],
413
            "description": "Guzzle promises library",
414
            "keywords": [
415
                "promise"
416
            ],
417
            "time": "2016-05-18 16:56:05"
418
        },
419
        {
420
            "name": "guzzlehttp/psr7",
421
            "version": "1.3.1",
422
            "source": {
423
                "type": "git",
424
                "url": "https://github.com/guzzle/psr7.git",
425
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
426
            },
427
            "dist": {
428
                "type": "zip",
429
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
430
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
431
                "shasum": ""
432
            },
433
            "require": {
434
                "php": ">=5.4.0",
435
                "psr/http-message": "~1.0"
436
            },
437
            "provide": {
438
                "psr/http-message-implementation": "1.0"
439
            },
440
            "require-dev": {
441
                "phpunit/phpunit": "~4.0"
442
            },
443
            "type": "library",
444
            "extra": {
445
                "branch-alias": {
446
                    "dev-master": "1.4-dev"
447
                }
448
            },
449
            "autoload": {
450
                "psr-4": {
451
                    "GuzzleHttp\\Psr7\\": "src/"
452
                },
453
                "files": [
454
                    "src/functions_include.php"
455
                ]
456
            },
457
            "notification-url": "https://packagist.org/downloads/",
458
            "license": [
459
                "MIT"
460
            ],
461
            "authors": [
462
                {
463
                    "name": "Michael Dowling",
464
                    "email": "[email protected]",
465
                    "homepage": "https://github.com/mtdowling"
466
                }
467
            ],
468
            "description": "PSR-7 message implementation",
469
            "keywords": [
470
                "http",
471
                "message",
472
                "stream",
473
                "uri"
474
            ],
475
            "time": "2016-06-24 23:00:38"
476
        },
477
        {
478
            "name": "intervention/image",
479
            "version": "2.3.7",
480
            "source": {
481
                "type": "git",
482
                "url": "https://github.com/Intervention/image.git",
483
                "reference": "22088b04728a039bd1fc32f7e79a89a118b78698"
484
            },
485
            "dist": {
486
                "type": "zip",
487
                "url": "https://api.github.com/repos/Intervention/image/zipball/22088b04728a039bd1fc32f7e79a89a118b78698",
488
                "reference": "22088b04728a039bd1fc32f7e79a89a118b78698",
489
                "shasum": ""
490
            },
491
            "require": {
492
                "ext-fileinfo": "*",
493
                "guzzlehttp/psr7": "~1.1",
494
                "php": ">=5.4.0"
495
            },
496
            "require-dev": {
497
                "mockery/mockery": "~0.9.2",
498
                "phpunit/phpunit": "3.*"
499
            },
500
            "suggest": {
501
                "ext-gd": "to use GD library based image processing.",
502
                "ext-imagick": "to use Imagick based image processing.",
503
                "intervention/imagecache": "Caching extension for the Intervention Image library"
504
            },
505
            "type": "library",
506
            "extra": {
507
                "branch-alias": {
508
                    "dev-master": "2.3-dev"
509
                }
510
            },
511
            "autoload": {
512
                "psr-4": {
513
                    "Intervention\\Image\\": "src/Intervention/Image"
514
                }
515
            },
516
            "notification-url": "https://packagist.org/downloads/",
517
            "license": [
518
                "MIT"
519
            ],
520
            "authors": [
521
                {
522
                    "name": "Oliver Vogel",
523
                    "email": "[email protected]",
524
                    "homepage": "http://olivervogel.net/"
525
                }
526
            ],
527
            "description": "Image handling and manipulation library with support for Laravel integration",
528
            "homepage": "http://image.intervention.io/",
529
            "keywords": [
530
                "gd",
531
                "image",
532
                "imagick",
533
                "laravel",
534
                "thumbnail",
535
                "watermark"
536
            ],
537
            "time": "2016-04-26 14:08:40"
538
        },
539
        {
540
            "name": "intervention/imagecache",
541
            "version": "2.3.3",
542
            "source": {
543
                "type": "git",
544
                "url": "https://github.com/Intervention/imagecache.git",
545
                "reference": "7936b90e695daee1aafbd25221815352ef97bcbc"
546
            },
547
            "dist": {
548
                "type": "zip",
549
                "url": "https://api.github.com/repos/Intervention/imagecache/zipball/7936b90e695daee1aafbd25221815352ef97bcbc",
550
                "reference": "7936b90e695daee1aafbd25221815352ef97bcbc",
551
                "shasum": ""
552
            },
553
            "require": {
554
                "illuminate/cache": "~4|~5",
555
                "illuminate/filesystem": "~4|~5",
556
                "intervention/image": "dev-master|~2,>=2.2.0",
557
                "jeremeamia/superclosure": "~1|~2",
558
                "php": ">=5.3.0"
559
            },
560
            "require-dev": {
561
                "mockery/mockery": "~0.9.2",
562
                "phpunit/phpunit": "3.*"
563
            },
564
            "type": "library",
565
            "autoload": {
566
                "psr-4": {
567
                    "Intervention\\Image\\": "src/Intervention/Image"
568
                }
569
            },
570
            "notification-url": "https://packagist.org/downloads/",
571
            "license": [
572
                "MIT"
573
            ],
574
            "authors": [
575
                {
576
                    "name": "Oliver Vogel",
577
                    "email": "[email protected]",
578
                    "homepage": "http://olivervogel.net/"
579
                }
580
            ],
581
            "description": "Caching extension for the Intervention Image Class",
582
            "homepage": "http://image.intervention.io",
583
            "keywords": [
584
                "cache",
585
                "gd",
586
                "image",
587
                "imagick",
588
                "laravel"
589
            ],
590
            "time": "2015-09-22 15:22:47"
591
        },
592
        {
593
            "name": "jakub-onderka/php-console-color",
594
            "version": "0.1",
595
            "source": {
596
                "type": "git",
597
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
598
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
599
            },
600
            "dist": {
601
                "type": "zip",
602
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
603
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
604
                "shasum": ""
605
            },
606
            "require": {
607
                "php": ">=5.3.2"
608
            },
609
            "require-dev": {
610
                "jakub-onderka/php-code-style": "1.0",
611
                "jakub-onderka/php-parallel-lint": "0.*",
612
                "jakub-onderka/php-var-dump-check": "0.*",
613
                "phpunit/phpunit": "3.7.*",
614
                "squizlabs/php_codesniffer": "1.*"
615
            },
616
            "type": "library",
617
            "autoload": {
618
                "psr-0": {
619
                    "JakubOnderka\\PhpConsoleColor": "src/"
620
                }
621
            },
622
            "notification-url": "https://packagist.org/downloads/",
623
            "license": [
624
                "BSD-2-Clause"
625
            ],
626
            "authors": [
627
                {
628
                    "name": "Jakub Onderka",
629
                    "email": "[email protected]",
630
                    "homepage": "http://www.acci.cz"
631
                }
632
            ],
633
            "time": "2014-04-08 15:00:19"
634
        },
635
        {
636
            "name": "jakub-onderka/php-console-highlighter",
637
            "version": "v0.3.2",
638
            "source": {
639
                "type": "git",
640
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
641
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
642
            },
643
            "dist": {
644
                "type": "zip",
645
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
646
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
647
                "shasum": ""
648
            },
649
            "require": {
650
                "jakub-onderka/php-console-color": "~0.1",
651
                "php": ">=5.3.0"
652
            },
653
            "require-dev": {
654
                "jakub-onderka/php-code-style": "~1.0",
655
                "jakub-onderka/php-parallel-lint": "~0.5",
656
                "jakub-onderka/php-var-dump-check": "~0.1",
657
                "phpunit/phpunit": "~4.0",
658
                "squizlabs/php_codesniffer": "~1.5"
659
            },
660
            "type": "library",
661
            "autoload": {
662
                "psr-0": {
663
                    "JakubOnderka\\PhpConsoleHighlighter": "src/"
664
                }
665
            },
666
            "notification-url": "https://packagist.org/downloads/",
667
            "license": [
668
                "MIT"
669
            ],
670
            "authors": [
671
                {
672
                    "name": "Jakub Onderka",
673
                    "email": "[email protected]",
674
                    "homepage": "http://www.acci.cz/"
675
                }
676
            ],
677
            "time": "2015-04-20 18:58:01"
678
        },
679
        {
680
            "name": "jeremeamia/SuperClosure",
681
            "version": "2.2.0",
682
            "source": {
683
                "type": "git",
684
                "url": "https://github.com/jeremeamia/super_closure.git",
685
                "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938"
686
            },
687
            "dist": {
688
                "type": "zip",
689
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938",
690
                "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938",
691
                "shasum": ""
692
            },
693
            "require": {
694
                "nikic/php-parser": "^1.2|^2.0",
695
                "php": ">=5.4",
696
                "symfony/polyfill-php56": "^1.0"
697
            },
698
            "require-dev": {
699
                "phpunit/phpunit": "^4.0|^5.0"
700
            },
701
            "type": "library",
702
            "extra": {
703
                "branch-alias": {
704
                    "dev-master": "2.2-dev"
705
                }
706
            },
707
            "autoload": {
708
                "psr-4": {
709
                    "SuperClosure\\": "src/"
710
                }
711
            },
712
            "notification-url": "https://packagist.org/downloads/",
713
            "license": [
714
                "MIT"
715
            ],
716
            "authors": [
717
                {
718
                    "name": "Jeremy Lindblom",
719
                    "email": "[email protected]",
720
                    "homepage": "https://github.com/jeremeamia",
721
                    "role": "Developer"
722
                }
723
            ],
724
            "description": "Serialize Closure objects, including their context and binding",
725
            "homepage": "https://github.com/jeremeamia/super_closure",
726
            "keywords": [
727
                "closure",
728
                "function",
729
                "lambda",
730
                "parser",
731
                "serializable",
732
                "serialize",
733
                "tokenizer"
734
            ],
735
            "time": "2015-12-05 17:17:57"
736
        },
737
        {
738
            "name": "knplabs/gaufrette",
739
            "version": "0.2.1",
740
            "source": {
741
                "type": "git",
742
                "url": "https://github.com/KnpLabs/Gaufrette.git",
743
                "reference": "1696386ca66f2f046dea7892cf1f85fd82b5b68e"
744
            },
745
            "dist": {
746
                "type": "zip",
747
                "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/1696386ca66f2f046dea7892cf1f85fd82b5b68e",
748
                "reference": "1696386ca66f2f046dea7892cf1f85fd82b5b68e",
749
                "shasum": ""
750
            },
751
            "require": {
752
                "php": ">=5.3.2"
753
            },
754
            "require-dev": {
755
                "amazonwebservices/aws-sdk-for-php": "1.5.*",
756
                "aws/aws-sdk-php": "~2",
757
                "doctrine/dbal": ">=2.3",
758
                "dropbox-php/dropbox-php": "*",
759
                "google/apiclient": "~1.1.3",
760
                "herzult/php-ssh": "*",
761
                "microsoft/windowsazure": "dev-master",
762
                "mikey179/vfsstream": "~1.2.0",
763
                "phpseclib/phpseclib": "^2.0",
764
                "phpspec/phpspec": "2.0.*",
765
                "phpunit/phpunit": "3.7.*",
766
                "rackspace/php-opencloud": "1.9.*"
767
            },
768
            "suggest": {
769
                "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
770
                "aws/aws-sdk-php": "to use the Amazon S3 adapter",
771
                "doctrine/dbal": "to use the Doctrine DBAL adapter",
772
                "dropbox-php/dropbox-php": "to use the Dropbox adapter",
773
                "ext-apc": "to use the APC adapter",
774
                "ext-curl": "*",
775
                "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
776
                "ext-mbstring": "*",
777
                "ext-mongo": "*",
778
                "ext-zip": "to use the Zip adapter",
779
                "google/apiclient": "to use GoogleCloudStorage adapter",
780
                "herzult/php-ssh": "to use SFtp adapter",
781
                "knplabs/knp-gaufrette-bundle": "to use with Symfony2",
782
                "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
783
                "phpseclib/phpseclib": "to use PhpseclibSftp adapter",
784
                "rackspace/php-opencloud": "to use Opencloud adapter"
785
            },
786
            "type": "library",
787
            "extra": {
788
                "branch-alias": {
789
                    "dev-master": "0.4.x-dev"
790
                }
791
            },
792
            "autoload": {
793
                "psr-0": {
794
                    "Gaufrette": "src/"
795
                }
796
            },
797
            "notification-url": "https://packagist.org/downloads/",
798
            "license": [
799
                "MIT"
800
            ],
801
            "authors": [
802
                {
803
                    "name": "The contributors",
804
                    "homepage": "http://github.com/knplabs/Gaufrette/contributors"
805
                },
806
                {
807
                    "name": "KnpLabs Team",
808
                    "homepage": "http://knplabs.com"
809
                }
810
            ],
811
            "description": "PHP5 library that provides a filesystem abstraction layer",
812
            "homepage": "http://knplabs.com",
813
            "keywords": [
814
                "abstraction",
815
                "file",
816
                "filesystem",
817
                "media"
818
            ],
819
            "time": "2016-03-03 09:36:22"
820
        },
821
        {
822
            "name": "laravel/framework",
823
            "version": "v5.2.39",
824
            "source": {
825
                "type": "git",
826
                "url": "https://github.com/laravel/framework.git",
827
                "reference": "c2a77050269b4e03bd9a735a9f24e573a7598b8a"
828
            },
829
            "dist": {
830
                "type": "zip",
831
                "url": "https://api.github.com/repos/laravel/framework/zipball/c2a77050269b4e03bd9a735a9f24e573a7598b8a",
832
                "reference": "c2a77050269b4e03bd9a735a9f24e573a7598b8a",
833
                "shasum": ""
834
            },
835
            "require": {
836
                "classpreloader/classpreloader": "~3.0",
837
                "doctrine/inflector": "~1.0",
838
                "ext-mbstring": "*",
839
                "ext-openssl": "*",
840
                "jeremeamia/superclosure": "~2.2",
841
                "league/flysystem": "~1.0",
842
                "monolog/monolog": "~1.11",
843
                "mtdowling/cron-expression": "~1.0",
844
                "nesbot/carbon": "~1.20",
845
                "paragonie/random_compat": "~1.4",
846
                "php": ">=5.5.9",
847
                "psy/psysh": "0.7.*",
848
                "swiftmailer/swiftmailer": "~5.1",
849
                "symfony/console": "2.8.*|3.0.*",
850
                "symfony/debug": "2.8.*|3.0.*",
851
                "symfony/finder": "2.8.*|3.0.*",
852
                "symfony/http-foundation": "2.8.*|3.0.*",
853
                "symfony/http-kernel": "2.8.*|3.0.*",
854
                "symfony/polyfill-php56": "~1.0",
855
                "symfony/process": "2.8.*|3.0.*",
856
                "symfony/routing": "2.8.*|3.0.*",
857
                "symfony/translation": "2.8.*|3.0.*",
858
                "symfony/var-dumper": "2.8.*|3.0.*",
859
                "vlucas/phpdotenv": "~2.2"
860
            },
861
            "replace": {
862
                "illuminate/auth": "self.version",
863
                "illuminate/broadcasting": "self.version",
864
                "illuminate/bus": "self.version",
865
                "illuminate/cache": "self.version",
866
                "illuminate/config": "self.version",
867
                "illuminate/console": "self.version",
868
                "illuminate/container": "self.version",
869
                "illuminate/contracts": "self.version",
870
                "illuminate/cookie": "self.version",
871
                "illuminate/database": "self.version",
872
                "illuminate/encryption": "self.version",
873
                "illuminate/events": "self.version",
874
                "illuminate/exception": "self.version",
875
                "illuminate/filesystem": "self.version",
876
                "illuminate/hashing": "self.version",
877
                "illuminate/http": "self.version",
878
                "illuminate/log": "self.version",
879
                "illuminate/mail": "self.version",
880
                "illuminate/pagination": "self.version",
881
                "illuminate/pipeline": "self.version",
882
                "illuminate/queue": "self.version",
883
                "illuminate/redis": "self.version",
884
                "illuminate/routing": "self.version",
885
                "illuminate/session": "self.version",
886
                "illuminate/support": "self.version",
887
                "illuminate/translation": "self.version",
888
                "illuminate/validation": "self.version",
889
                "illuminate/view": "self.version"
890
            },
891
            "require-dev": {
892
                "aws/aws-sdk-php": "~3.0",
893
                "mockery/mockery": "~0.9.4",
894
                "pda/pheanstalk": "~3.0",
895
                "phpunit/phpunit": "~4.1",
896
                "predis/predis": "~1.0",
897
                "symfony/css-selector": "2.8.*|3.0.*",
898
                "symfony/dom-crawler": "2.8.*|3.0.*"
899
            },
900
            "suggest": {
901
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
902
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
903
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
904
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).",
905
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
906
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
907
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
908
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
909
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
910
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (2.8.*|3.0.*).",
911
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (2.8.*|3.0.*).",
912
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
913
            },
914
            "type": "library",
915
            "extra": {
916
                "branch-alias": {
917
                    "dev-master": "5.2-dev"
918
                }
919
            },
920
            "autoload": {
921
                "classmap": [
922
                    "src/Illuminate/Queue/IlluminateQueueClosure.php"
923
                ],
924
                "files": [
925
                    "src/Illuminate/Foundation/helpers.php",
926
                    "src/Illuminate/Support/helpers.php"
927
                ],
928
                "psr-4": {
929
                    "Illuminate\\": "src/Illuminate/"
930
                }
931
            },
932
            "notification-url": "https://packagist.org/downloads/",
933
            "license": [
934
                "MIT"
935
            ],
936
            "authors": [
937
                {
938
                    "name": "Taylor Otwell",
939
                    "email": "[email protected]"
940
                }
941
            ],
942
            "description": "The Laravel Framework.",
943
            "homepage": "http://laravel.com",
944
            "keywords": [
945
                "framework",
946
                "laravel"
947
            ],
948
            "time": "2016-06-17 19:25:12"
949
        },
950
        {
951
            "name": "laravel/socialite",
952
            "version": "v2.0.18",
953
            "source": {
954
                "type": "git",
955
                "url": "https://github.com/laravel/socialite.git",
956
                "reference": "76ee5397fcdea5a062361392abca4eb397e519a3"
957
            },
958
            "dist": {
959
                "type": "zip",
960
                "url": "https://api.github.com/repos/laravel/socialite/zipball/76ee5397fcdea5a062361392abca4eb397e519a3",
961
                "reference": "76ee5397fcdea5a062361392abca4eb397e519a3",
962
                "shasum": ""
963
            },
964
            "require": {
965
                "guzzlehttp/guzzle": "~5.0|~6.0",
966
                "illuminate/contracts": "~5.0",
967
                "illuminate/http": "~5.0",
968
                "illuminate/support": "~5.0",
969
                "league/oauth1-client": "~1.0",
970
                "php": ">=5.4.0"
971
            },
972
            "require-dev": {
973
                "mockery/mockery": "~0.9",
974
                "phpunit/phpunit": "~4.0|~5.0"
975
            },
976
            "type": "library",
977
            "extra": {
978
                "branch-alias": {
979
                    "dev-master": "3.0-dev"
980
                }
981
            },
982
            "autoload": {
983
                "psr-4": {
984
                    "Laravel\\Socialite\\": "src/"
985
                }
986
            },
987
            "notification-url": "https://packagist.org/downloads/",
988
            "license": [
989
                "MIT"
990
            ],
991
            "authors": [
992
                {
993
                    "name": "Taylor Otwell",
994
                    "email": "[email protected]"
995
                }
996
            ],
997
            "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
998
            "keywords": [
999
                "laravel",
1000
                "oauth"
1001
            ],
1002
            "time": "2016-06-22 12:40:16"
1003
        },
1004
        {
1005
            "name": "laravelcollective/bus",
1006
            "version": "v5.2",
1007
            "source": {
1008
                "type": "git",
1009
                "url": "https://github.com/LaravelCollective/bus.git",
1010
                "reference": "e48b4d44d49f820e1b85ff16b9402e01c770c83a"
1011
            },
1012
            "dist": {
1013
                "type": "zip",
1014
                "url": "https://api.github.com/repos/LaravelCollective/bus/zipball/e48b4d44d49f820e1b85ff16b9402e01c770c83a",
1015
                "reference": "e48b4d44d49f820e1b85ff16b9402e01c770c83a",
1016
                "shasum": ""
1017
            },
1018
            "require": {
1019
                "illuminate/container": "5.2.*",
1020
                "illuminate/contracts": "5.2.*",
1021
                "illuminate/pipeline": "5.2.*",
1022
                "illuminate/support": "5.2.*",
1023
                "php": ">=5.5.9"
1024
            },
1025
            "require-dev": {
1026
                "mockery/mockery": "~0.9",
1027
                "phpunit/phpunit": "~4.0"
1028
            },
1029
            "type": "library",
1030
            "autoload": {
1031
                "psr-4": {
1032
                    "Collective\\Bus\\": "src/"
1033
                }
1034
            },
1035
            "notification-url": "https://packagist.org/downloads/",
1036
            "license": [
1037
                "MIT"
1038
            ],
1039
            "authors": [
1040
                {
1041
                    "name": "Taylor Otwell",
1042
                    "email": "[email protected]"
1043
                }
1044
            ],
1045
            "description": "The Laravel Bus (5.1) package for use in Laravel 5.2.",
1046
            "homepage": "http://laravelcollective.com",
1047
            "time": "2015-12-23 07:43:33"
1048
        },
1049
        {
1050
            "name": "league/flysystem",
1051
            "version": "1.0.24",
1052
            "source": {
1053
                "type": "git",
1054
                "url": "https://github.com/thephpleague/flysystem.git",
1055
                "reference": "9aca859a303fdca30370f42b8c611d9cf0dedf4b"
1056
            },
1057
            "dist": {
1058
                "type": "zip",
1059
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9aca859a303fdca30370f42b8c611d9cf0dedf4b",
1060
                "reference": "9aca859a303fdca30370f42b8c611d9cf0dedf4b",
1061
                "shasum": ""
1062
            },
1063
            "require": {
1064
                "php": ">=5.4.0"
1065
            },
1066
            "conflict": {
1067
                "league/flysystem-sftp": "<1.0.6"
1068
            },
1069
            "require-dev": {
1070
                "ext-fileinfo": "*",
1071
                "mockery/mockery": "~0.9",
1072
                "phpspec/phpspec": "^2.2",
1073
                "phpunit/phpunit": "~4.8 || ~5.0"
1074
            },
1075
            "suggest": {
1076
                "ext-fileinfo": "Required for MimeType",
1077
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1078
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1079
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1080
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1081
                "league/flysystem-copy": "Allows you to use Copy.com storage",
1082
                "league/flysystem-dropbox": "Allows you to use Dropbox storage",
1083
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1084
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1085
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1086
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1087
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
1088
            },
1089
            "type": "library",
1090
            "extra": {
1091
                "branch-alias": {
1092
                    "dev-master": "1.1-dev"
1093
                }
1094
            },
1095
            "autoload": {
1096
                "psr-4": {
1097
                    "League\\Flysystem\\": "src/"
1098
                }
1099
            },
1100
            "notification-url": "https://packagist.org/downloads/",
1101
            "license": [
1102
                "MIT"
1103
            ],
1104
            "authors": [
1105
                {
1106
                    "name": "Frank de Jonge",
1107
                    "email": "[email protected]"
1108
                }
1109
            ],
1110
            "description": "Filesystem abstraction: Many filesystems, one API.",
1111
            "keywords": [
1112
                "Cloud Files",
1113
                "WebDAV",
1114
                "abstraction",
1115
                "aws",
1116
                "cloud",
1117
                "copy.com",
1118
                "dropbox",
1119
                "file systems",
1120
                "files",
1121
                "filesystem",
1122
                "filesystems",
1123
                "ftp",
1124
                "rackspace",
1125
                "remote",
1126
                "s3",
1127
                "sftp",
1128
                "storage"
1129
            ],
1130
            "time": "2016-06-03 19:11:39"
1131
        },
1132
        {
1133
            "name": "league/oauth1-client",
1134
            "version": "1.6.1",
1135
            "source": {
1136
                "type": "git",
1137
                "url": "https://github.com/thephpleague/oauth1-client.git",
1138
                "reference": "cef3ceda13c78f89c323e4d5e6301c0eb7cea422"
1139
            },
1140
            "dist": {
1141
                "type": "zip",
1142
                "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/cef3ceda13c78f89c323e4d5e6301c0eb7cea422",
1143
                "reference": "cef3ceda13c78f89c323e4d5e6301c0eb7cea422",
1144
                "shasum": ""
1145
            },
1146
            "require": {
1147
                "guzzle/guzzle": "3.*",
1148
                "php": ">=5.3.0"
1149
            },
1150
            "require-dev": {
1151
                "mockery/mockery": "~0.9",
1152
                "phpunit/phpunit": "~4.0",
1153
                "squizlabs/php_codesniffer": "~2.0"
1154
            },
1155
            "type": "library",
1156
            "extra": {
1157
                "branch-alias": {
1158
                    "dev-master": "1.0-dev"
1159
                }
1160
            },
1161
            "autoload": {
1162
                "psr-4": {
1163
                    "League\\OAuth1\\": "src/"
1164
                }
1165
            },
1166
            "notification-url": "https://packagist.org/downloads/",
1167
            "license": [
1168
                "MIT"
1169
            ],
1170
            "authors": [
1171
                {
1172
                    "name": "Ben Corlett",
1173
                    "email": "[email protected]",
1174
                    "homepage": "http://www.webcomm.com.au",
1175
                    "role": "Developer"
1176
                }
1177
            ],
1178
            "description": "OAuth 1.0 Client Library",
1179
            "keywords": [
1180
                "Authentication",
1181
                "SSO",
1182
                "authorization",
1183
                "bitbucket",
1184
                "identity",
1185
                "idp",
1186
                "oauth",
1187
                "oauth1",
1188
                "single sign on",
1189
                "trello",
1190
                "tumblr",
1191
                "twitter"
1192
            ],
1193
            "time": "2015-10-23 04:02:07"
1194
        },
1195
        {
1196
            "name": "monolog/monolog",
1197
            "version": "1.20.0",
1198
            "source": {
1199
                "type": "git",
1200
                "url": "https://github.com/Seldaek/monolog.git",
1201
                "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037"
1202
            },
1203
            "dist": {
1204
                "type": "zip",
1205
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/55841909e2bcde01b5318c35f2b74f8ecc86e037",
1206
                "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037",
1207
                "shasum": ""
1208
            },
1209
            "require": {
1210
                "php": ">=5.3.0",
1211
                "psr/log": "~1.0"
1212
            },
1213
            "provide": {
1214
                "psr/log-implementation": "1.0.0"
1215
            },
1216
            "require-dev": {
1217
                "aws/aws-sdk-php": "^2.4.9",
1218
                "doctrine/couchdb": "~1.0@dev",
1219
                "graylog2/gelf-php": "~1.0",
1220
                "jakub-onderka/php-parallel-lint": "0.9",
1221
                "php-amqplib/php-amqplib": "~2.4",
1222
                "php-console/php-console": "^3.1.3",
1223
                "phpunit/phpunit": "~4.5",
1224
                "phpunit/phpunit-mock-objects": "2.3.0",
1225
                "ruflin/elastica": ">=0.90 <3.0",
1226
                "sentry/sentry": "^0.13",
1227
                "swiftmailer/swiftmailer": "~5.3"
1228
            },
1229
            "suggest": {
1230
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1231
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1232
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1233
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1234
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1235
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1236
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1237
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1238
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1239
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1240
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1241
            },
1242
            "type": "library",
1243
            "extra": {
1244
                "branch-alias": {
1245
                    "dev-master": "2.0.x-dev"
1246
                }
1247
            },
1248
            "autoload": {
1249
                "psr-4": {
1250
                    "Monolog\\": "src/Monolog"
1251
                }
1252
            },
1253
            "notification-url": "https://packagist.org/downloads/",
1254
            "license": [
1255
                "MIT"
1256
            ],
1257
            "authors": [
1258
                {
1259
                    "name": "Jordi Boggiano",
1260
                    "email": "[email protected]",
1261
                    "homepage": "http://seld.be"
1262
                }
1263
            ],
1264
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1265
            "homepage": "http://github.com/Seldaek/monolog",
1266
            "keywords": [
1267
                "log",
1268
                "logging",
1269
                "psr-3"
1270
            ],
1271
            "time": "2016-07-02 14:02:10"
1272
        },
1273
        {
1274
            "name": "mtdowling/cron-expression",
1275
            "version": "v1.1.0",
1276
            "source": {
1277
                "type": "git",
1278
                "url": "https://github.com/mtdowling/cron-expression.git",
1279
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5"
1280
            },
1281
            "dist": {
1282
                "type": "zip",
1283
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
1284
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
1285
                "shasum": ""
1286
            },
1287
            "require": {
1288
                "php": ">=5.3.2"
1289
            },
1290
            "require-dev": {
1291
                "phpunit/phpunit": "~4.0|~5.0"
1292
            },
1293
            "type": "library",
1294
            "autoload": {
1295
                "psr-0": {
1296
                    "Cron": "src/"
1297
                }
1298
            },
1299
            "notification-url": "https://packagist.org/downloads/",
1300
            "license": [
1301
                "MIT"
1302
            ],
1303
            "authors": [
1304
                {
1305
                    "name": "Michael Dowling",
1306
                    "email": "[email protected]",
1307
                    "homepage": "https://github.com/mtdowling"
1308
                }
1309
            ],
1310
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
1311
            "keywords": [
1312
                "cron",
1313
                "schedule"
1314
            ],
1315
            "time": "2016-01-26 21:23:30"
1316
        },
1317
        {
1318
            "name": "nesbot/carbon",
1319
            "version": "1.21.0",
1320
            "source": {
1321
                "type": "git",
1322
                "url": "https://github.com/briannesbitt/Carbon.git",
1323
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
1324
            },
1325
            "dist": {
1326
                "type": "zip",
1327
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1328
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1329
                "shasum": ""
1330
            },
1331
            "require": {
1332
                "php": ">=5.3.0",
1333
                "symfony/translation": "~2.6|~3.0"
1334
            },
1335
            "require-dev": {
1336
                "phpunit/phpunit": "~4.0|~5.0"
1337
            },
1338
            "type": "library",
1339
            "autoload": {
1340
                "psr-4": {
1341
                    "Carbon\\": "src/Carbon/"
1342
                }
1343
            },
1344
            "notification-url": "https://packagist.org/downloads/",
1345
            "license": [
1346
                "MIT"
1347
            ],
1348
            "authors": [
1349
                {
1350
                    "name": "Brian Nesbitt",
1351
                    "email": "[email protected]",
1352
                    "homepage": "http://nesbot.com"
1353
                }
1354
            ],
1355
            "description": "A simple API extension for DateTime.",
1356
            "homepage": "http://carbon.nesbot.com",
1357
            "keywords": [
1358
                "date",
1359
                "datetime",
1360
                "time"
1361
            ],
1362
            "time": "2015-11-04 20:07:17"
1363
        },
1364
        {
1365
            "name": "nikic/php-parser",
1366
            "version": "v2.1.0",
1367
            "source": {
1368
                "type": "git",
1369
                "url": "https://github.com/nikic/PHP-Parser.git",
1370
                "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3"
1371
            },
1372
            "dist": {
1373
                "type": "zip",
1374
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
1375
                "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
1376
                "shasum": ""
1377
            },
1378
            "require": {
1379
                "ext-tokenizer": "*",
1380
                "php": ">=5.4"
1381
            },
1382
            "require-dev": {
1383
                "phpunit/phpunit": "~4.0"
1384
            },
1385
            "bin": [
1386
                "bin/php-parse"
1387
            ],
1388
            "type": "library",
1389
            "extra": {
1390
                "branch-alias": {
1391
                    "dev-master": "2.1-dev"
1392
                }
1393
            },
1394
            "autoload": {
1395
                "psr-4": {
1396
                    "PhpParser\\": "lib/PhpParser"
1397
                }
1398
            },
1399
            "notification-url": "https://packagist.org/downloads/",
1400
            "license": [
1401
                "BSD-3-Clause"
1402
            ],
1403
            "authors": [
1404
                {
1405
                    "name": "Nikita Popov"
1406
                }
1407
            ],
1408
            "description": "A PHP parser written in PHP",
1409
            "keywords": [
1410
                "parser",
1411
                "php"
1412
            ],
1413
            "time": "2016-04-19 13:41:41"
1414
        },
1415
        {
1416
            "name": "paragonie/random_compat",
1417
            "version": "v1.4.1",
1418
            "source": {
1419
                "type": "git",
1420
                "url": "https://github.com/paragonie/random_compat.git",
1421
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
1422
            },
1423
            "dist": {
1424
                "type": "zip",
1425
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
1426
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
1427
                "shasum": ""
1428
            },
1429
            "require": {
1430
                "php": ">=5.2.0"
1431
            },
1432
            "require-dev": {
1433
                "phpunit/phpunit": "4.*|5.*"
1434
            },
1435
            "suggest": {
1436
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1437
            },
1438
            "type": "library",
1439
            "autoload": {
1440
                "files": [
1441
                    "lib/random.php"
1442
                ]
1443
            },
1444
            "notification-url": "https://packagist.org/downloads/",
1445
            "license": [
1446
                "MIT"
1447
            ],
1448
            "authors": [
1449
                {
1450
                    "name": "Paragon Initiative Enterprises",
1451
                    "email": "[email protected]",
1452
                    "homepage": "https://paragonie.com"
1453
                }
1454
            ],
1455
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1456
            "keywords": [
1457
                "csprng",
1458
                "pseudorandom",
1459
                "random"
1460
            ],
1461
            "time": "2016-03-18 20:34:03"
1462
        },
1463
        {
1464
            "name": "psr/http-message",
1465
            "version": "1.0",
1466
            "source": {
1467
                "type": "git",
1468
                "url": "https://github.com/php-fig/http-message.git",
1469
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
1470
            },
1471
            "dist": {
1472
                "type": "zip",
1473
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1474
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1475
                "shasum": ""
1476
            },
1477
            "require": {
1478
                "php": ">=5.3.0"
1479
            },
1480
            "type": "library",
1481
            "extra": {
1482
                "branch-alias": {
1483
                    "dev-master": "1.0.x-dev"
1484
                }
1485
            },
1486
            "autoload": {
1487
                "psr-4": {
1488
                    "Psr\\Http\\Message\\": "src/"
1489
                }
1490
            },
1491
            "notification-url": "https://packagist.org/downloads/",
1492
            "license": [
1493
                "MIT"
1494
            ],
1495
            "authors": [
1496
                {
1497
                    "name": "PHP-FIG",
1498
                    "homepage": "http://www.php-fig.org/"
1499
                }
1500
            ],
1501
            "description": "Common interface for HTTP messages",
1502
            "keywords": [
1503
                "http",
1504
                "http-message",
1505
                "psr",
1506
                "psr-7",
1507
                "request",
1508
                "response"
1509
            ],
1510
            "time": "2015-05-04 20:22:00"
1511
        },
1512
        {
1513
            "name": "psr/log",
1514
            "version": "1.0.0",
1515
            "source": {
1516
                "type": "git",
1517
                "url": "https://github.com/php-fig/log.git",
1518
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1519
            },
1520
            "dist": {
1521
                "type": "zip",
1522
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1523
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1524
                "shasum": ""
1525
            },
1526
            "type": "library",
1527
            "autoload": {
1528
                "psr-0": {
1529
                    "Psr\\Log\\": ""
1530
                }
1531
            },
1532
            "notification-url": "https://packagist.org/downloads/",
1533
            "license": [
1534
                "MIT"
1535
            ],
1536
            "authors": [
1537
                {
1538
                    "name": "PHP-FIG",
1539
                    "homepage": "http://www.php-fig.org/"
1540
                }
1541
            ],
1542
            "description": "Common interface for logging libraries",
1543
            "keywords": [
1544
                "log",
1545
                "psr",
1546
                "psr-3"
1547
            ],
1548
            "time": "2012-12-21 11:40:51"
1549
        },
1550
        {
1551
            "name": "psy/psysh",
1552
            "version": "v0.7.2",
1553
            "source": {
1554
                "type": "git",
1555
                "url": "https://github.com/bobthecow/psysh.git",
1556
                "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280"
1557
            },
1558
            "dist": {
1559
                "type": "zip",
1560
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280",
1561
                "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280",
1562
                "shasum": ""
1563
            },
1564
            "require": {
1565
                "dnoegel/php-xdg-base-dir": "0.1",
1566
                "jakub-onderka/php-console-highlighter": "0.3.*",
1567
                "nikic/php-parser": "^1.2.1|~2.0",
1568
                "php": ">=5.3.9",
1569
                "symfony/console": "~2.3.10|^2.4.2|~3.0",
1570
                "symfony/var-dumper": "~2.7|~3.0"
1571
            },
1572
            "require-dev": {
1573
                "fabpot/php-cs-fixer": "~1.5",
1574
                "phpunit/phpunit": "~3.7|~4.0|~5.0",
1575
                "squizlabs/php_codesniffer": "~2.0",
1576
                "symfony/finder": "~2.1|~3.0"
1577
            },
1578
            "suggest": {
1579
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
1580
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
1581
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
1582
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
1583
            },
1584
            "bin": [
1585
                "bin/psysh"
1586
            ],
1587
            "type": "library",
1588
            "extra": {
1589
                "branch-alias": {
1590
                    "dev-develop": "0.8.x-dev"
1591
                }
1592
            },
1593
            "autoload": {
1594
                "files": [
1595
                    "src/Psy/functions.php"
1596
                ],
1597
                "psr-4": {
1598
                    "Psy\\": "src/Psy/"
1599
                }
1600
            },
1601
            "notification-url": "https://packagist.org/downloads/",
1602
            "license": [
1603
                "MIT"
1604
            ],
1605
            "authors": [
1606
                {
1607
                    "name": "Justin Hileman",
1608
                    "email": "[email protected]",
1609
                    "homepage": "http://justinhileman.com"
1610
                }
1611
            ],
1612
            "description": "An interactive shell for modern PHP.",
1613
            "homepage": "http://psysh.org",
1614
            "keywords": [
1615
                "REPL",
1616
                "console",
1617
                "interactive",
1618
                "shell"
1619
            ],
1620
            "time": "2016-03-09 05:03:14"
1621
        },
1622
        {
1623
            "name": "rcrowe/twigbridge",
1624
            "version": "v0.9.2",
1625
            "source": {
1626
                "type": "git",
1627
                "url": "https://github.com/rcrowe/TwigBridge.git",
1628
                "reference": "78a4b7da75042660258a3269751c259eee81c34a"
1629
            },
1630
            "dist": {
1631
                "type": "zip",
1632
                "url": "https://api.github.com/repos/rcrowe/TwigBridge/zipball/78a4b7da75042660258a3269751c259eee81c34a",
1633
                "reference": "78a4b7da75042660258a3269751c259eee81c34a",
1634
                "shasum": ""
1635
            },
1636
            "require": {
1637
                "illuminate/support": "5.0.*|5.1.*|5.2.*",
1638
                "illuminate/view": "5.0.*|5.1.*|5.2.*",
1639
                "php": ">=5.4.0",
1640
                "twig/twig": "~1.15|~2.0"
1641
            },
1642
            "require-dev": {
1643
                "laravel/framework": "5.0.*",
1644
                "mockery/mockery": "0.9.*",
1645
                "phpunit/phpunit": "~4.0",
1646
                "satooshi/php-coveralls": "~0.6",
1647
                "squizlabs/php_codesniffer": "~1.5"
1648
            },
1649
            "suggest": {
1650
                "laravelcollective/html": "For bringing back html/form in Laravel 5.x",
1651
                "twig/extensions": "~1.0"
1652
            },
1653
            "type": "library",
1654
            "extra": {
1655
                "branch-alias": {
1656
                    "dev-master": "0.10-dev"
1657
                }
1658
            },
1659
            "autoload": {
1660
                "psr-4": {
1661
                    "TwigBridge\\": "src",
1662
                    "TwigBridge\\Tests\\": "tests"
1663
                }
1664
            },
1665
            "notification-url": "https://packagist.org/downloads/",
1666
            "license": [
1667
                "MIT"
1668
            ],
1669
            "authors": [
1670
                {
1671
                    "name": "Barry vd. Heuvel",
1672
                    "email": "[email protected]"
1673
                },
1674
                {
1675
                    "name": "Rob Crowe",
1676
                    "email": "[email protected]"
1677
                }
1678
            ],
1679
            "description": "Adds the power of Twig to Laravel",
1680
            "keywords": [
1681
                "laravel",
1682
                "twig"
1683
            ],
1684
            "time": "2016-02-22 07:48:48"
1685
        },
1686
        {
1687
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

Remote Code Execution when using the mail transport
Loading history...
1688
            "version": "v5.4.2",
1689
            "source": {
1690
                "type": "git",
1691
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1692
                "reference": "d8db871a54619458a805229a057ea2af33c753e8"
1693
            },
1694
            "dist": {
1695
                "type": "zip",
1696
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8",
1697
                "reference": "d8db871a54619458a805229a057ea2af33c753e8",
1698
                "shasum": ""
1699
            },
1700
            "require": {
1701
                "php": ">=5.3.3"
1702
            },
1703
            "require-dev": {
1704
                "mockery/mockery": "~0.9.1,<0.9.4"
1705
            },
1706
            "type": "library",
1707
            "extra": {
1708
                "branch-alias": {
1709
                    "dev-master": "5.4-dev"
1710
                }
1711
            },
1712
            "autoload": {
1713
                "files": [
1714
                    "lib/swift_required.php"
1715
                ]
1716
            },
1717
            "notification-url": "https://packagist.org/downloads/",
1718
            "license": [
1719
                "MIT"
1720
            ],
1721
            "authors": [
1722
                {
1723
                    "name": "Chris Corbyn"
1724
                },
1725
                {
1726
                    "name": "Fabien Potencier",
1727
                    "email": "[email protected]"
1728
                }
1729
            ],
1730
            "description": "Swiftmailer, free feature-rich PHP mailer",
1731
            "homepage": "http://swiftmailer.org",
1732
            "keywords": [
1733
                "email",
1734
                "mail",
1735
                "mailer"
1736
            ],
1737
            "time": "2016-05-01 08:45:47"
1738
        },
1739
        {
1740
            "name": "symfony/browser-kit",
1741
            "version": "v3.1.2",
1742
            "source": {
1743
                "type": "git",
1744
                "url": "https://github.com/symfony/browser-kit.git",
1745
                "reference": "dcf41ed026b0499254385b5c88f03247b2ba010b"
1746
            },
1747
            "dist": {
1748
                "type": "zip",
1749
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/dcf41ed026b0499254385b5c88f03247b2ba010b",
1750
                "reference": "dcf41ed026b0499254385b5c88f03247b2ba010b",
1751
                "shasum": ""
1752
            },
1753
            "require": {
1754
                "php": ">=5.5.9",
1755
                "symfony/dom-crawler": "~2.8|~3.0"
1756
            },
1757
            "require-dev": {
1758
                "symfony/css-selector": "~2.8|~3.0",
1759
                "symfony/process": "~2.8|~3.0"
1760
            },
1761
            "suggest": {
1762
                "symfony/process": ""
1763
            },
1764
            "type": "library",
1765
            "extra": {
1766
                "branch-alias": {
1767
                    "dev-master": "3.1-dev"
1768
                }
1769
            },
1770
            "autoload": {
1771
                "psr-4": {
1772
                    "Symfony\\Component\\BrowserKit\\": ""
1773
                },
1774
                "exclude-from-classmap": [
1775
                    "/Tests/"
1776
                ]
1777
            },
1778
            "notification-url": "https://packagist.org/downloads/",
1779
            "license": [
1780
                "MIT"
1781
            ],
1782
            "authors": [
1783
                {
1784
                    "name": "Fabien Potencier",
1785
                    "email": "[email protected]"
1786
                },
1787
                {
1788
                    "name": "Symfony Community",
1789
                    "homepage": "https://symfony.com/contributors"
1790
                }
1791
            ],
1792
            "description": "Symfony BrowserKit Component",
1793
            "homepage": "https://symfony.com",
1794
            "time": "2016-06-29 05:41:56"
1795
        },
1796
        {
1797
            "name": "symfony/console",
1798
            "version": "v3.0.8",
1799
            "source": {
1800
                "type": "git",
1801
                "url": "https://github.com/symfony/console.git",
1802
                "reference": "a7abb7153f6d1da47f87ec50274844e246b09d9f"
1803
            },
1804
            "dist": {
1805
                "type": "zip",
1806
                "url": "https://api.github.com/repos/symfony/console/zipball/a7abb7153f6d1da47f87ec50274844e246b09d9f",
1807
                "reference": "a7abb7153f6d1da47f87ec50274844e246b09d9f",
1808
                "shasum": ""
1809
            },
1810
            "require": {
1811
                "php": ">=5.5.9",
1812
                "symfony/polyfill-mbstring": "~1.0"
1813
            },
1814
            "require-dev": {
1815
                "psr/log": "~1.0",
1816
                "symfony/event-dispatcher": "~2.8|~3.0",
1817
                "symfony/process": "~2.8|~3.0"
1818
            },
1819
            "suggest": {
1820
                "psr/log": "For using the console logger",
1821
                "symfony/event-dispatcher": "",
1822
                "symfony/process": ""
1823
            },
1824
            "type": "library",
1825
            "extra": {
1826
                "branch-alias": {
1827
                    "dev-master": "3.0-dev"
1828
                }
1829
            },
1830
            "autoload": {
1831
                "psr-4": {
1832
                    "Symfony\\Component\\Console\\": ""
1833
                },
1834
                "exclude-from-classmap": [
1835
                    "/Tests/"
1836
                ]
1837
            },
1838
            "notification-url": "https://packagist.org/downloads/",
1839
            "license": [
1840
                "MIT"
1841
            ],
1842
            "authors": [
1843
                {
1844
                    "name": "Fabien Potencier",
1845
                    "email": "[email protected]"
1846
                },
1847
                {
1848
                    "name": "Symfony Community",
1849
                    "homepage": "https://symfony.com/contributors"
1850
                }
1851
            ],
1852
            "description": "Symfony Console Component",
1853
            "homepage": "https://symfony.com",
1854
            "time": "2016-06-29 07:02:21"
1855
        },
1856
        {
1857
            "name": "symfony/css-selector",
1858
            "version": "v3.1.2",
1859
            "source": {
1860
                "type": "git",
1861
                "url": "https://github.com/symfony/css-selector.git",
1862
                "reference": "2851e1932d77ce727776154d659b232d061e816a"
1863
            },
1864
            "dist": {
1865
                "type": "zip",
1866
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/2851e1932d77ce727776154d659b232d061e816a",
1867
                "reference": "2851e1932d77ce727776154d659b232d061e816a",
1868
                "shasum": ""
1869
            },
1870
            "require": {
1871
                "php": ">=5.5.9"
1872
            },
1873
            "type": "library",
1874
            "extra": {
1875
                "branch-alias": {
1876
                    "dev-master": "3.1-dev"
1877
                }
1878
            },
1879
            "autoload": {
1880
                "psr-4": {
1881
                    "Symfony\\Component\\CssSelector\\": ""
1882
                },
1883
                "exclude-from-classmap": [
1884
                    "/Tests/"
1885
                ]
1886
            },
1887
            "notification-url": "https://packagist.org/downloads/",
1888
            "license": [
1889
                "MIT"
1890
            ],
1891
            "authors": [
1892
                {
1893
                    "name": "Jean-François Simon",
1894
                    "email": "[email protected]"
1895
                },
1896
                {
1897
                    "name": "Fabien Potencier",
1898
                    "email": "[email protected]"
1899
                },
1900
                {
1901
                    "name": "Symfony Community",
1902
                    "homepage": "https://symfony.com/contributors"
1903
                }
1904
            ],
1905
            "description": "Symfony CssSelector Component",
1906
            "homepage": "https://symfony.com",
1907
            "time": "2016-06-29 05:41:56"
1908
        },
1909
        {
1910
            "name": "symfony/debug",
1911
            "version": "v3.0.8",
1912
            "source": {
1913
                "type": "git",
1914
                "url": "https://github.com/symfony/debug.git",
1915
                "reference": "c54bc3539c3b87e86799533801e8ae0e971d78c2"
1916
            },
1917
            "dist": {
1918
                "type": "zip",
1919
                "url": "https://api.github.com/repos/symfony/debug/zipball/c54bc3539c3b87e86799533801e8ae0e971d78c2",
1920
                "reference": "c54bc3539c3b87e86799533801e8ae0e971d78c2",
1921
                "shasum": ""
1922
            },
1923
            "require": {
1924
                "php": ">=5.5.9",
1925
                "psr/log": "~1.0"
1926
            },
1927
            "conflict": {
1928
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1929
            },
1930
            "require-dev": {
1931
                "symfony/class-loader": "~2.8|~3.0",
1932
                "symfony/http-kernel": "~2.8|~3.0"
1933
            },
1934
            "type": "library",
1935
            "extra": {
1936
                "branch-alias": {
1937
                    "dev-master": "3.0-dev"
1938
                }
1939
            },
1940
            "autoload": {
1941
                "psr-4": {
1942
                    "Symfony\\Component\\Debug\\": ""
1943
                },
1944
                "exclude-from-classmap": [
1945
                    "/Tests/"
1946
                ]
1947
            },
1948
            "notification-url": "https://packagist.org/downloads/",
1949
            "license": [
1950
                "MIT"
1951
            ],
1952
            "authors": [
1953
                {
1954
                    "name": "Fabien Potencier",
1955
                    "email": "[email protected]"
1956
                },
1957
                {
1958
                    "name": "Symfony Community",
1959
                    "homepage": "https://symfony.com/contributors"
1960
                }
1961
            ],
1962
            "description": "Symfony Debug Component",
1963
            "homepage": "https://symfony.com",
1964
            "time": "2016-06-29 05:40:00"
1965
        },
1966
        {
1967
            "name": "symfony/dom-crawler",
1968
            "version": "v3.1.2",
1969
            "source": {
1970
                "type": "git",
1971
                "url": "https://github.com/symfony/dom-crawler.git",
1972
                "reference": "99ec4a23330fcd0c8667095f3ef7aa204ffd9dc0"
1973
            },
1974
            "dist": {
1975
                "type": "zip",
1976
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/99ec4a23330fcd0c8667095f3ef7aa204ffd9dc0",
1977
                "reference": "99ec4a23330fcd0c8667095f3ef7aa204ffd9dc0",
1978
                "shasum": ""
1979
            },
1980
            "require": {
1981
                "php": ">=5.5.9",
1982
                "symfony/polyfill-mbstring": "~1.0"
1983
            },
1984
            "require-dev": {
1985
                "symfony/css-selector": "~2.8|~3.0"
1986
            },
1987
            "suggest": {
1988
                "symfony/css-selector": ""
1989
            },
1990
            "type": "library",
1991
            "extra": {
1992
                "branch-alias": {
1993
                    "dev-master": "3.1-dev"
1994
                }
1995
            },
1996
            "autoload": {
1997
                "psr-4": {
1998
                    "Symfony\\Component\\DomCrawler\\": ""
1999
                },
2000
                "exclude-from-classmap": [
2001
                    "/Tests/"
2002
                ]
2003
            },
2004
            "notification-url": "https://packagist.org/downloads/",
2005
            "license": [
2006
                "MIT"
2007
            ],
2008
            "authors": [
2009
                {
2010
                    "name": "Fabien Potencier",
2011
                    "email": "[email protected]"
2012
                },
2013
                {
2014
                    "name": "Symfony Community",
2015
                    "homepage": "https://symfony.com/contributors"
2016
                }
2017
            ],
2018
            "description": "Symfony DomCrawler Component",
2019
            "homepage": "https://symfony.com",
2020
            "time": "2016-06-29 05:41:56"
2021
        },
2022
        {
2023
            "name": "symfony/event-dispatcher",
2024
            "version": "v3.1.2",
2025
            "source": {
2026
                "type": "git",
2027
                "url": "https://github.com/symfony/event-dispatcher.git",
2028
                "reference": "7f9839ede2070f53e7e2f0849b9bd14748c434c5"
2029
            },
2030
            "dist": {
2031
                "type": "zip",
2032
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7f9839ede2070f53e7e2f0849b9bd14748c434c5",
2033
                "reference": "7f9839ede2070f53e7e2f0849b9bd14748c434c5",
2034
                "shasum": ""
2035
            },
2036
            "require": {
2037
                "php": ">=5.5.9"
2038
            },
2039
            "require-dev": {
2040
                "psr/log": "~1.0",
2041
                "symfony/config": "~2.8|~3.0",
2042
                "symfony/dependency-injection": "~2.8|~3.0",
2043
                "symfony/expression-language": "~2.8|~3.0",
2044
                "symfony/stopwatch": "~2.8|~3.0"
2045
            },
2046
            "suggest": {
2047
                "symfony/dependency-injection": "",
2048
                "symfony/http-kernel": ""
2049
            },
2050
            "type": "library",
2051
            "extra": {
2052
                "branch-alias": {
2053
                    "dev-master": "3.1-dev"
2054
                }
2055
            },
2056
            "autoload": {
2057
                "psr-4": {
2058
                    "Symfony\\Component\\EventDispatcher\\": ""
2059
                },
2060
                "exclude-from-classmap": [
2061
                    "/Tests/"
2062
                ]
2063
            },
2064
            "notification-url": "https://packagist.org/downloads/",
2065
            "license": [
2066
                "MIT"
2067
            ],
2068
            "authors": [
2069
                {
2070
                    "name": "Fabien Potencier",
2071
                    "email": "[email protected]"
2072
                },
2073
                {
2074
                    "name": "Symfony Community",
2075
                    "homepage": "https://symfony.com/contributors"
2076
                }
2077
            ],
2078
            "description": "Symfony EventDispatcher Component",
2079
            "homepage": "https://symfony.com",
2080
            "time": "2016-06-29 05:41:56"
2081
        },
2082
        {
2083
            "name": "symfony/finder",
2084
            "version": "v3.0.8",
2085
            "source": {
2086
                "type": "git",
2087
                "url": "https://github.com/symfony/finder.git",
2088
                "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9"
2089
            },
2090
            "dist": {
2091
                "type": "zip",
2092
                "url": "https://api.github.com/repos/symfony/finder/zipball/3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9",
2093
                "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9",
2094
                "shasum": ""
2095
            },
2096
            "require": {
2097
                "php": ">=5.5.9"
2098
            },
2099
            "type": "library",
2100
            "extra": {
2101
                "branch-alias": {
2102
                    "dev-master": "3.0-dev"
2103
                }
2104
            },
2105
            "autoload": {
2106
                "psr-4": {
2107
                    "Symfony\\Component\\Finder\\": ""
2108
                },
2109
                "exclude-from-classmap": [
2110
                    "/Tests/"
2111
                ]
2112
            },
2113
            "notification-url": "https://packagist.org/downloads/",
2114
            "license": [
2115
                "MIT"
2116
            ],
2117
            "authors": [
2118
                {
2119
                    "name": "Fabien Potencier",
2120
                    "email": "[email protected]"
2121
                },
2122
                {
2123
                    "name": "Symfony Community",
2124
                    "homepage": "https://symfony.com/contributors"
2125
                }
2126
            ],
2127
            "description": "Symfony Finder Component",
2128
            "homepage": "https://symfony.com",
2129
            "time": "2016-06-29 05:40:00"
2130
        },
2131
        {
2132
            "name": "symfony/http-foundation",
2133
            "version": "v3.0.8",
2134
            "source": {
2135
                "type": "git",
2136
                "url": "https://github.com/symfony/http-foundation.git",
2137
                "reference": "1341139f906d295baa4f4abd55293d07e25a065a"
2138
            },
2139
            "dist": {
2140
                "type": "zip",
2141
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1341139f906d295baa4f4abd55293d07e25a065a",
2142
                "reference": "1341139f906d295baa4f4abd55293d07e25a065a",
2143
                "shasum": ""
2144
            },
2145
            "require": {
2146
                "php": ">=5.5.9",
2147
                "symfony/polyfill-mbstring": "~1.1"
2148
            },
2149
            "require-dev": {
2150
                "symfony/expression-language": "~2.8|~3.0"
2151
            },
2152
            "type": "library",
2153
            "extra": {
2154
                "branch-alias": {
2155
                    "dev-master": "3.0-dev"
2156
                }
2157
            },
2158
            "autoload": {
2159
                "psr-4": {
2160
                    "Symfony\\Component\\HttpFoundation\\": ""
2161
                },
2162
                "exclude-from-classmap": [
2163
                    "/Tests/"
2164
                ]
2165
            },
2166
            "notification-url": "https://packagist.org/downloads/",
2167
            "license": [
2168
                "MIT"
2169
            ],
2170
            "authors": [
2171
                {
2172
                    "name": "Fabien Potencier",
2173
                    "email": "[email protected]"
2174
                },
2175
                {
2176
                    "name": "Symfony Community",
2177
                    "homepage": "https://symfony.com/contributors"
2178
                }
2179
            ],
2180
            "description": "Symfony HttpFoundation Component",
2181
            "homepage": "https://symfony.com",
2182
            "time": "2016-06-29 07:02:21"
2183
        },
2184
        {
2185
            "name": "symfony/http-kernel",
2186
            "version": "v3.0.8",
2187
            "source": {
2188
                "type": "git",
2189
                "url": "https://github.com/symfony/http-kernel.git",
2190
                "reference": "177b63b2d50b63fa6d82ea41359ed9928cc7a1fb"
2191
            },
2192
            "dist": {
2193
                "type": "zip",
2194
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/177b63b2d50b63fa6d82ea41359ed9928cc7a1fb",
2195
                "reference": "177b63b2d50b63fa6d82ea41359ed9928cc7a1fb",
2196
                "shasum": ""
2197
            },
2198
            "require": {
2199
                "php": ">=5.5.9",
2200
                "psr/log": "~1.0",
2201
                "symfony/debug": "~2.8|~3.0",
2202
                "symfony/event-dispatcher": "~2.8|~3.0",
2203
                "symfony/http-foundation": "~2.8.8|~3.0.8|~3.1.2|~3.2"
2204
            },
2205
            "conflict": {
2206
                "symfony/config": "<2.8"
2207
            },
2208
            "require-dev": {
2209
                "symfony/browser-kit": "~2.8|~3.0",
2210
                "symfony/class-loader": "~2.8|~3.0",
2211
                "symfony/config": "~2.8|~3.0",
2212
                "symfony/console": "~2.8|~3.0",
2213
                "symfony/css-selector": "~2.8|~3.0",
2214
                "symfony/dependency-injection": "~2.8|~3.0",
2215
                "symfony/dom-crawler": "~2.8|~3.0",
2216
                "symfony/expression-language": "~2.8|~3.0",
2217
                "symfony/finder": "~2.8|~3.0",
2218
                "symfony/process": "~2.8|~3.0",
2219
                "symfony/routing": "~2.8|~3.0",
2220
                "symfony/stopwatch": "~2.8|~3.0",
2221
                "symfony/templating": "~2.8|~3.0",
2222
                "symfony/translation": "~2.8|~3.0",
2223
                "symfony/var-dumper": "~2.8|~3.0"
2224
            },
2225
            "suggest": {
2226
                "symfony/browser-kit": "",
2227
                "symfony/class-loader": "",
2228
                "symfony/config": "",
2229
                "symfony/console": "",
2230
                "symfony/dependency-injection": "",
2231
                "symfony/finder": "",
2232
                "symfony/var-dumper": ""
2233
            },
2234
            "type": "library",
2235
            "extra": {
2236
                "branch-alias": {
2237
                    "dev-master": "3.0-dev"
2238
                }
2239
            },
2240
            "autoload": {
2241
                "psr-4": {
2242
                    "Symfony\\Component\\HttpKernel\\": ""
2243
                },
2244
                "exclude-from-classmap": [
2245
                    "/Tests/"
2246
                ]
2247
            },
2248
            "notification-url": "https://packagist.org/downloads/",
2249
            "license": [
2250
                "MIT"
2251
            ],
2252
            "authors": [
2253
                {
2254
                    "name": "Fabien Potencier",
2255
                    "email": "[email protected]"
2256
                },
2257
                {
2258
                    "name": "Symfony Community",
2259
                    "homepage": "https://symfony.com/contributors"
2260
                }
2261
            ],
2262
            "description": "Symfony HttpKernel Component",
2263
            "homepage": "https://symfony.com",
2264
            "time": "2016-06-30 16:30:17"
2265
        },
2266
        {
2267
            "name": "symfony/polyfill-mbstring",
2268
            "version": "v1.2.0",
2269
            "source": {
2270
                "type": "git",
2271
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2272
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
2273
            },
2274
            "dist": {
2275
                "type": "zip",
2276
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2277
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
2278
                "shasum": ""
2279
            },
2280
            "require": {
2281
                "php": ">=5.3.3"
2282
            },
2283
            "suggest": {
2284
                "ext-mbstring": "For best performance"
2285
            },
2286
            "type": "library",
2287
            "extra": {
2288
                "branch-alias": {
2289
                    "dev-master": "1.2-dev"
2290
                }
2291
            },
2292
            "autoload": {
2293
                "psr-4": {
2294
                    "Symfony\\Polyfill\\Mbstring\\": ""
2295
                },
2296
                "files": [
2297
                    "bootstrap.php"
2298
                ]
2299
            },
2300
            "notification-url": "https://packagist.org/downloads/",
2301
            "license": [
2302
                "MIT"
2303
            ],
2304
            "authors": [
2305
                {
2306
                    "name": "Nicolas Grekas",
2307
                    "email": "[email protected]"
2308
                },
2309
                {
2310
                    "name": "Symfony Community",
2311
                    "homepage": "https://symfony.com/contributors"
2312
                }
2313
            ],
2314
            "description": "Symfony polyfill for the Mbstring extension",
2315
            "homepage": "https://symfony.com",
2316
            "keywords": [
2317
                "compatibility",
2318
                "mbstring",
2319
                "polyfill",
2320
                "portable",
2321
                "shim"
2322
            ],
2323
            "time": "2016-05-18 14:26:46"
2324
        },
2325
        {
2326
            "name": "symfony/polyfill-php56",
2327
            "version": "v1.2.0",
2328
            "source": {
2329
                "type": "git",
2330
                "url": "https://github.com/symfony/polyfill-php56.git",
2331
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a"
2332
            },
2333
            "dist": {
2334
                "type": "zip",
2335
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a",
2336
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a",
2337
                "shasum": ""
2338
            },
2339
            "require": {
2340
                "php": ">=5.3.3",
2341
                "symfony/polyfill-util": "~1.0"
2342
            },
2343
            "type": "library",
2344
            "extra": {
2345
                "branch-alias": {
2346
                    "dev-master": "1.2-dev"
2347
                }
2348
            },
2349
            "autoload": {
2350
                "psr-4": {
2351
                    "Symfony\\Polyfill\\Php56\\": ""
2352
                },
2353
                "files": [
2354
                    "bootstrap.php"
2355
                ]
2356
            },
2357
            "notification-url": "https://packagist.org/downloads/",
2358
            "license": [
2359
                "MIT"
2360
            ],
2361
            "authors": [
2362
                {
2363
                    "name": "Nicolas Grekas",
2364
                    "email": "[email protected]"
2365
                },
2366
                {
2367
                    "name": "Symfony Community",
2368
                    "homepage": "https://symfony.com/contributors"
2369
                }
2370
            ],
2371
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2372
            "homepage": "https://symfony.com",
2373
            "keywords": [
2374
                "compatibility",
2375
                "polyfill",
2376
                "portable",
2377
                "shim"
2378
            ],
2379
            "time": "2016-05-18 14:26:46"
2380
        },
2381
        {
2382
            "name": "symfony/polyfill-util",
2383
            "version": "v1.2.0",
2384
            "source": {
2385
                "type": "git",
2386
                "url": "https://github.com/symfony/polyfill-util.git",
2387
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99"
2388
            },
2389
            "dist": {
2390
                "type": "zip",
2391
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99",
2392
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99",
2393
                "shasum": ""
2394
            },
2395
            "require": {
2396
                "php": ">=5.3.3"
2397
            },
2398
            "type": "library",
2399
            "extra": {
2400
                "branch-alias": {
2401
                    "dev-master": "1.2-dev"
2402
                }
2403
            },
2404
            "autoload": {
2405
                "psr-4": {
2406
                    "Symfony\\Polyfill\\Util\\": ""
2407
                }
2408
            },
2409
            "notification-url": "https://packagist.org/downloads/",
2410
            "license": [
2411
                "MIT"
2412
            ],
2413
            "authors": [
2414
                {
2415
                    "name": "Nicolas Grekas",
2416
                    "email": "[email protected]"
2417
                },
2418
                {
2419
                    "name": "Symfony Community",
2420
                    "homepage": "https://symfony.com/contributors"
2421
                }
2422
            ],
2423
            "description": "Symfony utilities for portability of PHP codes",
2424
            "homepage": "https://symfony.com",
2425
            "keywords": [
2426
                "compat",
2427
                "compatibility",
2428
                "polyfill",
2429
                "shim"
2430
            ],
2431
            "time": "2016-05-18 14:26:46"
2432
        },
2433
        {
2434
            "name": "symfony/process",
2435
            "version": "v3.0.8",
2436
            "source": {
2437
                "type": "git",
2438
                "url": "https://github.com/symfony/process.git",
2439
                "reference": "d7cde1f9d94d87060204f863779389b61c382eeb"
2440
            },
2441
            "dist": {
2442
                "type": "zip",
2443
                "url": "https://api.github.com/repos/symfony/process/zipball/d7cde1f9d94d87060204f863779389b61c382eeb",
2444
                "reference": "d7cde1f9d94d87060204f863779389b61c382eeb",
2445
                "shasum": ""
2446
            },
2447
            "require": {
2448
                "php": ">=5.5.9"
2449
            },
2450
            "type": "library",
2451
            "extra": {
2452
                "branch-alias": {
2453
                    "dev-master": "3.0-dev"
2454
                }
2455
            },
2456
            "autoload": {
2457
                "psr-4": {
2458
                    "Symfony\\Component\\Process\\": ""
2459
                },
2460
                "exclude-from-classmap": [
2461
                    "/Tests/"
2462
                ]
2463
            },
2464
            "notification-url": "https://packagist.org/downloads/",
2465
            "license": [
2466
                "MIT"
2467
            ],
2468
            "authors": [
2469
                {
2470
                    "name": "Fabien Potencier",
2471
                    "email": "[email protected]"
2472
                },
2473
                {
2474
                    "name": "Symfony Community",
2475
                    "homepage": "https://symfony.com/contributors"
2476
                }
2477
            ],
2478
            "description": "Symfony Process Component",
2479
            "homepage": "https://symfony.com",
2480
            "time": "2016-06-29 05:40:00"
2481
        },
2482
        {
2483
            "name": "symfony/routing",
2484
            "version": "v3.0.8",
2485
            "source": {
2486
                "type": "git",
2487
                "url": "https://github.com/symfony/routing.git",
2488
                "reference": "9038984bd9c05ab07280121e9e10f61a7231457b"
2489
            },
2490
            "dist": {
2491
                "type": "zip",
2492
                "url": "https://api.github.com/repos/symfony/routing/zipball/9038984bd9c05ab07280121e9e10f61a7231457b",
2493
                "reference": "9038984bd9c05ab07280121e9e10f61a7231457b",
2494
                "shasum": ""
2495
            },
2496
            "require": {
2497
                "php": ">=5.5.9"
2498
            },
2499
            "conflict": {
2500
                "symfony/config": "<2.8"
2501
            },
2502
            "require-dev": {
2503
                "doctrine/annotations": "~1.0",
2504
                "doctrine/common": "~2.2",
2505
                "psr/log": "~1.0",
2506
                "symfony/config": "~2.8|~3.0",
2507
                "symfony/expression-language": "~2.8|~3.0",
2508
                "symfony/http-foundation": "~2.8|~3.0",
2509
                "symfony/yaml": "~2.8|~3.0"
2510
            },
2511
            "suggest": {
2512
                "doctrine/annotations": "For using the annotation loader",
2513
                "symfony/config": "For using the all-in-one router or any loader",
2514
                "symfony/dependency-injection": "For loading routes from a service",
2515
                "symfony/expression-language": "For using expression matching",
2516
                "symfony/http-foundation": "For using a Symfony Request object",
2517
                "symfony/yaml": "For using the YAML loader"
2518
            },
2519
            "type": "library",
2520
            "extra": {
2521
                "branch-alias": {
2522
                    "dev-master": "3.0-dev"
2523
                }
2524
            },
2525
            "autoload": {
2526
                "psr-4": {
2527
                    "Symfony\\Component\\Routing\\": ""
2528
                },
2529
                "exclude-from-classmap": [
2530
                    "/Tests/"
2531
                ]
2532
            },
2533
            "notification-url": "https://packagist.org/downloads/",
2534
            "license": [
2535
                "MIT"
2536
            ],
2537
            "authors": [
2538
                {
2539
                    "name": "Fabien Potencier",
2540
                    "email": "[email protected]"
2541
                },
2542
                {
2543
                    "name": "Symfony Community",
2544
                    "homepage": "https://symfony.com/contributors"
2545
                }
2546
            ],
2547
            "description": "Symfony Routing Component",
2548
            "homepage": "https://symfony.com",
2549
            "keywords": [
2550
                "router",
2551
                "routing",
2552
                "uri",
2553
                "url"
2554
            ],
2555
            "time": "2016-06-29 05:40:00"
2556
        },
2557
        {
2558
            "name": "symfony/translation",
2559
            "version": "v3.0.8",
2560
            "source": {
2561
                "type": "git",
2562
                "url": "https://github.com/symfony/translation.git",
2563
                "reference": "6bf844e1ee3c820c012386c10427a5c67bbefec8"
2564
            },
2565
            "dist": {
2566
                "type": "zip",
2567
                "url": "https://api.github.com/repos/symfony/translation/zipball/6bf844e1ee3c820c012386c10427a5c67bbefec8",
2568
                "reference": "6bf844e1ee3c820c012386c10427a5c67bbefec8",
2569
                "shasum": ""
2570
            },
2571
            "require": {
2572
                "php": ">=5.5.9",
2573
                "symfony/polyfill-mbstring": "~1.0"
2574
            },
2575
            "conflict": {
2576
                "symfony/config": "<2.8"
2577
            },
2578
            "require-dev": {
2579
                "psr/log": "~1.0",
2580
                "symfony/config": "~2.8|~3.0",
2581
                "symfony/intl": "~2.8|~3.0",
2582
                "symfony/yaml": "~2.8|~3.0"
2583
            },
2584
            "suggest": {
2585
                "psr/log": "To use logging capability in translator",
2586
                "symfony/config": "",
2587
                "symfony/yaml": ""
2588
            },
2589
            "type": "library",
2590
            "extra": {
2591
                "branch-alias": {
2592
                    "dev-master": "3.0-dev"
2593
                }
2594
            },
2595
            "autoload": {
2596
                "psr-4": {
2597
                    "Symfony\\Component\\Translation\\": ""
2598
                },
2599
                "exclude-from-classmap": [
2600
                    "/Tests/"
2601
                ]
2602
            },
2603
            "notification-url": "https://packagist.org/downloads/",
2604
            "license": [
2605
                "MIT"
2606
            ],
2607
            "authors": [
2608
                {
2609
                    "name": "Fabien Potencier",
2610
                    "email": "[email protected]"
2611
                },
2612
                {
2613
                    "name": "Symfony Community",
2614
                    "homepage": "https://symfony.com/contributors"
2615
                }
2616
            ],
2617
            "description": "Symfony Translation Component",
2618
            "homepage": "https://symfony.com",
2619
            "time": "2016-06-29 05:40:00"
2620
        },
2621
        {
2622
            "name": "symfony/var-dumper",
2623
            "version": "v3.0.8",
2624
            "source": {
2625
                "type": "git",
2626
                "url": "https://github.com/symfony/var-dumper.git",
2627
                "reference": "2f046e9a9d571f22cc8b26783564876713b06579"
2628
            },
2629
            "dist": {
2630
                "type": "zip",
2631
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2f046e9a9d571f22cc8b26783564876713b06579",
2632
                "reference": "2f046e9a9d571f22cc8b26783564876713b06579",
2633
                "shasum": ""
2634
            },
2635
            "require": {
2636
                "php": ">=5.5.9",
2637
                "symfony/polyfill-mbstring": "~1.0"
2638
            },
2639
            "require-dev": {
2640
                "twig/twig": "~1.20|~2.0"
2641
            },
2642
            "suggest": {
2643
                "ext-symfony_debug": ""
2644
            },
2645
            "type": "library",
2646
            "extra": {
2647
                "branch-alias": {
2648
                    "dev-master": "3.0-dev"
2649
                }
2650
            },
2651
            "autoload": {
2652
                "files": [
2653
                    "Resources/functions/dump.php"
2654
                ],
2655
                "psr-4": {
2656
                    "Symfony\\Component\\VarDumper\\": ""
2657
                },
2658
                "exclude-from-classmap": [
2659
                    "/Tests/"
2660
                ]
2661
            },
2662
            "notification-url": "https://packagist.org/downloads/",
2663
            "license": [
2664
                "MIT"
2665
            ],
2666
            "authors": [
2667
                {
2668
                    "name": "Nicolas Grekas",
2669
                    "email": "[email protected]"
2670
                },
2671
                {
2672
                    "name": "Symfony Community",
2673
                    "homepage": "https://symfony.com/contributors"
2674
                }
2675
            ],
2676
            "description": "Symfony mechanism for exploring and dumping PHP variables",
2677
            "homepage": "https://symfony.com",
2678
            "keywords": [
2679
                "debug",
2680
                "dump"
2681
            ],
2682
            "time": "2016-06-29 05:40:00"
2683
        },
2684
        {
2685
            "name": "twig/twig",
2686
            "version": "v1.22.3",
2687
            "source": {
2688
                "type": "git",
2689
                "url": "https://github.com/twigphp/Twig.git",
2690
                "reference": "ebfc36b7e77b0c1175afe30459cf943010245540"
2691
            },
2692
            "dist": {
2693
                "type": "zip",
2694
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/ebfc36b7e77b0c1175afe30459cf943010245540",
2695
                "reference": "ebfc36b7e77b0c1175afe30459cf943010245540",
2696
                "shasum": ""
2697
            },
2698
            "require": {
2699
                "php": ">=5.2.7"
2700
            },
2701
            "require-dev": {
2702
                "symfony/debug": "~2.7",
2703
                "symfony/phpunit-bridge": "~2.7"
2704
            },
2705
            "type": "library",
2706
            "extra": {
2707
                "branch-alias": {
2708
                    "dev-master": "1.22-dev"
2709
                }
2710
            },
2711
            "autoload": {
2712
                "psr-0": {
2713
                    "Twig_": "lib/"
2714
                }
2715
            },
2716
            "notification-url": "https://packagist.org/downloads/",
2717
            "license": [
2718
                "BSD-3-Clause"
2719
            ],
2720
            "authors": [
2721
                {
2722
                    "name": "Fabien Potencier",
2723
                    "email": "[email protected]",
2724
                    "homepage": "http://fabien.potencier.org",
2725
                    "role": "Lead Developer"
2726
                },
2727
                {
2728
                    "name": "Armin Ronacher",
2729
                    "email": "[email protected]",
2730
                    "role": "Project Founder"
2731
                },
2732
                {
2733
                    "name": "Twig Team",
2734
                    "homepage": "http://twig.sensiolabs.org/contributors",
2735
                    "role": "Contributors"
2736
                }
2737
            ],
2738
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2739
            "homepage": "http://twig.sensiolabs.org",
2740
            "keywords": [
2741
                "templating"
2742
            ],
2743
            "time": "2015-10-13 07:07:02"
2744
        },
2745
        {
2746
            "name": "vlucas/phpdotenv",
2747
            "version": "v2.3.0",
2748
            "source": {
2749
                "type": "git",
2750
                "url": "https://github.com/vlucas/phpdotenv.git",
2751
                "reference": "9ca5644c536654e9509b9d257f53c58630eb2a6a"
2752
            },
2753
            "dist": {
2754
                "type": "zip",
2755
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/9ca5644c536654e9509b9d257f53c58630eb2a6a",
2756
                "reference": "9ca5644c536654e9509b9d257f53c58630eb2a6a",
2757
                "shasum": ""
2758
            },
2759
            "require": {
2760
                "php": ">=5.3.9"
2761
            },
2762
            "require-dev": {
2763
                "phpunit/phpunit": "^4.8 || ^5.0"
2764
            },
2765
            "type": "library",
2766
            "extra": {
2767
                "branch-alias": {
2768
                    "dev-master": "2.3-dev"
2769
                }
2770
            },
2771
            "autoload": {
2772
                "psr-4": {
2773
                    "Dotenv\\": "src/"
2774
                }
2775
            },
2776
            "notification-url": "https://packagist.org/downloads/",
2777
            "license": [
2778
                "BSD-3-Clause-Attribution"
2779
            ],
2780
            "authors": [
2781
                {
2782
                    "name": "Vance Lucas",
2783
                    "email": "[email protected]",
2784
                    "homepage": "http://www.vancelucas.com"
2785
                }
2786
            ],
2787
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2788
            "keywords": [
2789
                "dotenv",
2790
                "env",
2791
                "environment"
2792
            ],
2793
            "time": "2016-06-14 14:14:52"
2794
        }
2795
    ],
2796
    "packages-dev": [
2797
        {
2798
            "name": "behat/behat",
2799
            "version": "v3.1.0",
2800
            "source": {
2801
                "type": "git",
2802
                "url": "https://github.com/Behat/Behat.git",
2803
                "reference": "359d987b3064d78f2d3a6ba3a355277f3b09b47f"
2804
            },
2805
            "dist": {
2806
                "type": "zip",
2807
                "url": "https://api.github.com/repos/Behat/Behat/zipball/359d987b3064d78f2d3a6ba3a355277f3b09b47f",
2808
                "reference": "359d987b3064d78f2d3a6ba3a355277f3b09b47f",
2809
                "shasum": ""
2810
            },
2811
            "require": {
2812
                "behat/gherkin": "~4.4",
2813
                "behat/transliterator": "~1.0",
2814
                "ext-mbstring": "*",
2815
                "php": ">=5.3.3",
2816
                "symfony/class-loader": "~2.1|~3.0",
2817
                "symfony/config": "~2.3|~3.0",
2818
                "symfony/console": "~2.1|~3.0",
2819
                "symfony/dependency-injection": "~2.1|~3.0",
2820
                "symfony/event-dispatcher": "~2.1|~3.0",
2821
                "symfony/translation": "~2.3|~3.0",
2822
                "symfony/yaml": "~2.1|~3.0"
2823
            },
2824
            "require-dev": {
2825
                "phpunit/phpunit": "~4.5",
2826
                "symfony/process": "~2.1|~3.0"
2827
            },
2828
            "suggest": {
2829
                "behat/mink-extension": "for integration with Mink testing framework",
2830
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
2831
                "behat/yii-extension": "for integration with Yii web framework"
2832
            },
2833
            "bin": [
2834
                "bin/behat"
2835
            ],
2836
            "type": "library",
2837
            "extra": {
2838
                "branch-alias": {
2839
                    "dev-master": "3.1.x-dev"
2840
                }
2841
            },
2842
            "autoload": {
2843
                "psr-0": {
2844
                    "Behat\\Behat": "src/",
2845
                    "Behat\\Testwork": "src/"
2846
                }
2847
            },
2848
            "notification-url": "https://packagist.org/downloads/",
2849
            "license": [
2850
                "MIT"
2851
            ],
2852
            "authors": [
2853
                {
2854
                    "name": "Konstantin Kudryashov",
2855
                    "email": "[email protected]",
2856
                    "homepage": "http://everzet.com"
2857
                }
2858
            ],
2859
            "description": "Scenario-oriented BDD framework for PHP 5.3",
2860
            "homepage": "http://behat.org/",
2861
            "keywords": [
2862
                "Agile",
2863
                "BDD",
2864
                "ScenarioBDD",
2865
                "Scrum",
2866
                "StoryBDD",
2867
                "User story",
2868
                "business",
2869
                "development",
2870
                "documentation",
2871
                "examples",
2872
                "symfony",
2873
                "testing"
2874
            ],
2875
            "time": "2016-03-28 07:04:45"
2876
        },
2877
        {
2878
            "name": "behat/gherkin",
2879
            "version": "v4.4.1",
2880
            "source": {
2881
                "type": "git",
2882
                "url": "https://github.com/Behat/Gherkin.git",
2883
                "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911"
2884
            },
2885
            "dist": {
2886
                "type": "zip",
2887
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
2888
                "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
2889
                "shasum": ""
2890
            },
2891
            "require": {
2892
                "php": ">=5.3.1"
2893
            },
2894
            "require-dev": {
2895
                "phpunit/phpunit": "~4.0",
2896
                "symfony/yaml": "~2.1"
2897
            },
2898
            "suggest": {
2899
                "symfony/yaml": "If you want to parse features, represented in YAML files"
2900
            },
2901
            "type": "library",
2902
            "extra": {
2903
                "branch-alias": {
2904
                    "dev-master": "4.4-dev"
2905
                }
2906
            },
2907
            "autoload": {
2908
                "psr-0": {
2909
                    "Behat\\Gherkin": "src/"
2910
                }
2911
            },
2912
            "notification-url": "https://packagist.org/downloads/",
2913
            "license": [
2914
                "MIT"
2915
            ],
2916
            "authors": [
2917
                {
2918
                    "name": "Konstantin Kudryashov",
2919
                    "email": "[email protected]",
2920
                    "homepage": "http://everzet.com"
2921
                }
2922
            ],
2923
            "description": "Gherkin DSL parser for PHP 5.3",
2924
            "homepage": "http://behat.org/",
2925
            "keywords": [
2926
                "BDD",
2927
                "Behat",
2928
                "Cucumber",
2929
                "DSL",
2930
                "gherkin",
2931
                "parser"
2932
            ],
2933
            "time": "2015-12-30 14:47:00"
2934
        },
2935
        {
2936
            "name": "behat/mink",
2937
            "version": "v1.7.1",
2938
            "source": {
2939
                "type": "git",
2940
                "url": "https://github.com/minkphp/Mink.git",
2941
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
2942
            },
2943
            "dist": {
2944
                "type": "zip",
2945
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
2946
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
2947
                "shasum": ""
2948
            },
2949
            "require": {
2950
                "php": ">=5.3.1",
2951
                "symfony/css-selector": "~2.1|~3.0"
2952
            },
2953
            "require-dev": {
2954
                "symfony/phpunit-bridge": "~2.7|~3.0"
2955
            },
2956
            "suggest": {
2957
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
2958
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
2959
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
2960
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
2961
            },
2962
            "type": "library",
2963
            "extra": {
2964
                "branch-alias": {
2965
                    "dev-master": "1.7.x-dev"
2966
                }
2967
            },
2968
            "autoload": {
2969
                "psr-4": {
2970
                    "Behat\\Mink\\": "src/"
2971
                }
2972
            },
2973
            "notification-url": "https://packagist.org/downloads/",
2974
            "license": [
2975
                "MIT"
2976
            ],
2977
            "authors": [
2978
                {
2979
                    "name": "Konstantin Kudryashov",
2980
                    "email": "[email protected]",
2981
                    "homepage": "http://everzet.com"
2982
                }
2983
            ],
2984
            "description": "Browser controller/emulator abstraction for PHP",
2985
            "homepage": "http://mink.behat.org/",
2986
            "keywords": [
2987
                "browser",
2988
                "testing",
2989
                "web"
2990
            ],
2991
            "time": "2016-03-05 08:26:18"
2992
        },
2993
        {
2994
            "name": "behat/mink-browserkit-driver",
2995
            "version": "v1.3.2",
2996
            "source": {
2997
                "type": "git",
2998
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
2999
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
3000
            },
3001
            "dist": {
3002
                "type": "zip",
3003
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
3004
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
3005
                "shasum": ""
3006
            },
3007
            "require": {
3008
                "behat/mink": "^1.7.1@dev",
3009
                "php": ">=5.3.6",
3010
                "symfony/browser-kit": "~2.3|~3.0",
3011
                "symfony/dom-crawler": "~2.3|~3.0"
3012
            },
3013
            "require-dev": {
3014
                "silex/silex": "~1.2",
3015
                "symfony/phpunit-bridge": "~2.7|~3.0"
3016
            },
3017
            "type": "mink-driver",
3018
            "extra": {
3019
                "branch-alias": {
3020
                    "dev-master": "1.3.x-dev"
3021
                }
3022
            },
3023
            "autoload": {
3024
                "psr-4": {
3025
                    "Behat\\Mink\\Driver\\": "src/"
3026
                }
3027
            },
3028
            "notification-url": "https://packagist.org/downloads/",
3029
            "license": [
3030
                "MIT"
3031
            ],
3032
            "authors": [
3033
                {
3034
                    "name": "Konstantin Kudryashov",
3035
                    "email": "[email protected]",
3036
                    "homepage": "http://everzet.com"
3037
                }
3038
            ],
3039
            "description": "Symfony2 BrowserKit driver for Mink framework",
3040
            "homepage": "http://mink.behat.org/",
3041
            "keywords": [
3042
                "Mink",
3043
                "Symfony2",
3044
                "browser",
3045
                "testing"
3046
            ],
3047
            "time": "2016-03-05 08:59:47"
3048
        },
3049
        {
3050
            "name": "behat/mink-extension",
3051
            "version": "v2.2",
3052
            "source": {
3053
                "type": "git",
3054
                "url": "https://github.com/Behat/MinkExtension.git",
3055
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59"
3056
            },
3057
            "dist": {
3058
                "type": "zip",
3059
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
3060
                "reference": "5b4bda64ff456104564317e212c823e45cad9d59",
3061
                "shasum": ""
3062
            },
3063
            "require": {
3064
                "behat/behat": "~3.0,>=3.0.5",
3065
                "behat/mink": "~1.5",
3066
                "php": ">=5.3.2",
3067
                "symfony/config": "~2.2|~3.0"
3068
            },
3069
            "require-dev": {
3070
                "behat/mink-goutte-driver": "~1.1",
3071
                "phpspec/phpspec": "~2.0"
3072
            },
3073
            "type": "behat-extension",
3074
            "extra": {
3075
                "branch-alias": {
3076
                    "dev-master": "2.1.x-dev"
3077
                }
3078
            },
3079
            "autoload": {
3080
                "psr-0": {
3081
                    "Behat\\MinkExtension": "src/"
3082
                }
3083
            },
3084
            "notification-url": "https://packagist.org/downloads/",
3085
            "license": [
3086
                "MIT"
3087
            ],
3088
            "authors": [
3089
                {
3090
                    "name": "Christophe Coevoet",
3091
                    "email": "[email protected]"
3092
                },
3093
                {
3094
                    "name": "Konstantin Kudryashov",
3095
                    "email": "[email protected]"
3096
                }
3097
            ],
3098
            "description": "Mink extension for Behat",
3099
            "homepage": "http://extensions.behat.org/mink",
3100
            "keywords": [
3101
                "browser",
3102
                "gui",
3103
                "test",
3104
                "web"
3105
            ],
3106
            "time": "2016-02-15 07:55:18"
3107
        },
3108
        {
3109
            "name": "behat/mink-goutte-driver",
3110
            "version": "v1.2.1",
3111
            "source": {
3112
                "type": "git",
3113
                "url": "https://github.com/minkphp/MinkGoutteDriver.git",
3114
                "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
3115
            },
3116
            "dist": {
3117
                "type": "zip",
3118
                "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
3119
                "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
3120
                "shasum": ""
3121
            },
3122
            "require": {
3123
                "behat/mink": "~1.6@dev",
3124
                "behat/mink-browserkit-driver": "~1.2@dev",
3125
                "fabpot/goutte": "~1.0.4|~2.0|~3.1",
3126
                "php": ">=5.3.1"
3127
            },
3128
            "require-dev": {
3129
                "symfony/phpunit-bridge": "~2.7|~3.0"
3130
            },
3131
            "type": "mink-driver",
3132
            "extra": {
3133
                "branch-alias": {
3134
                    "dev-master": "1.2.x-dev"
3135
                }
3136
            },
3137
            "autoload": {
3138
                "psr-4": {
3139
                    "Behat\\Mink\\Driver\\": "src/"
3140
                }
3141
            },
3142
            "notification-url": "https://packagist.org/downloads/",
3143
            "license": [
3144
                "MIT"
3145
            ],
3146
            "authors": [
3147
                {
3148
                    "name": "Konstantin Kudryashov",
3149
                    "email": "[email protected]",
3150
                    "homepage": "http://everzet.com"
3151
                }
3152
            ],
3153
            "description": "Goutte driver for Mink framework",
3154
            "homepage": "http://mink.behat.org/",
3155
            "keywords": [
3156
                "browser",
3157
                "goutte",
3158
                "headless",
3159
                "testing"
3160
            ],
3161
            "time": "2016-03-05 09:04:22"
3162
        },
3163
        {
3164
            "name": "behat/mink-selenium2-driver",
3165
            "version": "v1.3.1",
3166
            "source": {
3167
                "type": "git",
3168
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
3169
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
3170
            },
3171
            "dist": {
3172
                "type": "zip",
3173
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
3174
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
3175
                "shasum": ""
3176
            },
3177
            "require": {
3178
                "behat/mink": "~1.7@dev",
3179
                "instaclick/php-webdriver": "~1.1",
3180
                "php": ">=5.3.1"
3181
            },
3182
            "require-dev": {
3183
                "symfony/phpunit-bridge": "~2.7"
3184
            },
3185
            "type": "mink-driver",
3186
            "extra": {
3187
                "branch-alias": {
3188
                    "dev-master": "1.3.x-dev"
3189
                }
3190
            },
3191
            "autoload": {
3192
                "psr-4": {
3193
                    "Behat\\Mink\\Driver\\": "src/"
3194
                }
3195
            },
3196
            "notification-url": "https://packagist.org/downloads/",
3197
            "license": [
3198
                "MIT"
3199
            ],
3200
            "authors": [
3201
                {
3202
                    "name": "Konstantin Kudryashov",
3203
                    "email": "[email protected]",
3204
                    "homepage": "http://everzet.com"
3205
                },
3206
                {
3207
                    "name": "Pete Otaqui",
3208
                    "email": "[email protected]",
3209
                    "homepage": "https://github.com/pete-otaqui"
3210
                }
3211
            ],
3212
            "description": "Selenium2 (WebDriver) driver for Mink framework",
3213
            "homepage": "http://mink.behat.org/",
3214
            "keywords": [
3215
                "ajax",
3216
                "browser",
3217
                "javascript",
3218
                "selenium",
3219
                "testing",
3220
                "webdriver"
3221
            ],
3222
            "time": "2016-03-05 09:10:18"
3223
        },
3224
        {
3225
            "name": "behat/transliterator",
3226
            "version": "v1.1.0",
3227
            "source": {
3228
                "type": "git",
3229
                "url": "https://github.com/Behat/Transliterator.git",
3230
                "reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
3231
            },
3232
            "dist": {
3233
                "type": "zip",
3234
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
3235
                "reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
3236
                "shasum": ""
3237
            },
3238
            "require": {
3239
                "php": ">=5.3.3"
3240
            },
3241
            "type": "library",
3242
            "extra": {
3243
                "branch-alias": {
3244
                    "dev-master": "1.1-dev"
3245
                }
3246
            },
3247
            "autoload": {
3248
                "psr-0": {
3249
                    "Behat\\Transliterator": "src/"
3250
                }
3251
            },
3252
            "notification-url": "https://packagist.org/downloads/",
3253
            "license": [
3254
                "Artistic-1.0"
3255
            ],
3256
            "description": "String transliterator",
3257
            "keywords": [
3258
                "i18n",
3259
                "slug",
3260
                "transliterator"
3261
            ],
3262
            "time": "2015-09-28 16:26:35"
3263
        },
3264
        {
3265
            "name": "doctrine/annotations",
3266
            "version": "v1.2.7",
3267
            "source": {
3268
                "type": "git",
3269
                "url": "https://github.com/doctrine/annotations.git",
3270
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
3271
            },
3272
            "dist": {
3273
                "type": "zip",
3274
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
3275
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
3276
                "shasum": ""
3277
            },
3278
            "require": {
3279
                "doctrine/lexer": "1.*",
3280
                "php": ">=5.3.2"
3281
            },
3282
            "require-dev": {
3283
                "doctrine/cache": "1.*",
3284
                "phpunit/phpunit": "4.*"
3285
            },
3286
            "type": "library",
3287
            "extra": {
3288
                "branch-alias": {
3289
                    "dev-master": "1.3.x-dev"
3290
                }
3291
            },
3292
            "autoload": {
3293
                "psr-0": {
3294
                    "Doctrine\\Common\\Annotations\\": "lib/"
3295
                }
3296
            },
3297
            "notification-url": "https://packagist.org/downloads/",
3298
            "license": [
3299
                "MIT"
3300
            ],
3301
            "authors": [
3302
                {
3303
                    "name": "Roman Borschel",
3304
                    "email": "[email protected]"
3305
                },
3306
                {
3307
                    "name": "Benjamin Eberlei",
3308
                    "email": "[email protected]"
3309
                },
3310
                {
3311
                    "name": "Guilherme Blanco",
3312
                    "email": "[email protected]"
3313
                },
3314
                {
3315
                    "name": "Jonathan Wage",
3316
                    "email": "[email protected]"
3317
                },
3318
                {
3319
                    "name": "Johannes Schmitt",
3320
                    "email": "[email protected]"
3321
                }
3322
            ],
3323
            "description": "Docblock Annotations Parser",
3324
            "homepage": "http://www.doctrine-project.org",
3325
            "keywords": [
3326
                "annotations",
3327
                "docblock",
3328
                "parser"
3329
            ],
3330
            "time": "2015-08-31 12:32:49"
3331
        },
3332
        {
3333
            "name": "doctrine/cache",
3334
            "version": "v1.6.0",
3335
            "source": {
3336
                "type": "git",
3337
                "url": "https://github.com/doctrine/cache.git",
3338
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
3339
            },
3340
            "dist": {
3341
                "type": "zip",
3342
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
3343
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
3344
                "shasum": ""
3345
            },
3346
            "require": {
3347
                "php": "~5.5|~7.0"
3348
            },
3349
            "conflict": {
3350
                "doctrine/common": ">2.2,<2.4"
3351
            },
3352
            "require-dev": {
3353
                "phpunit/phpunit": "~4.8|~5.0",
3354
                "predis/predis": "~1.0",
3355
                "satooshi/php-coveralls": "~0.6"
3356
            },
3357
            "type": "library",
3358
            "extra": {
3359
                "branch-alias": {
3360
                    "dev-master": "1.6.x-dev"
3361
                }
3362
            },
3363
            "autoload": {
3364
                "psr-4": {
3365
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
3366
                }
3367
            },
3368
            "notification-url": "https://packagist.org/downloads/",
3369
            "license": [
3370
                "MIT"
3371
            ],
3372
            "authors": [
3373
                {
3374
                    "name": "Roman Borschel",
3375
                    "email": "[email protected]"
3376
                },
3377
                {
3378
                    "name": "Benjamin Eberlei",
3379
                    "email": "[email protected]"
3380
                },
3381
                {
3382
                    "name": "Guilherme Blanco",
3383
                    "email": "[email protected]"
3384
                },
3385
                {
3386
                    "name": "Jonathan Wage",
3387
                    "email": "[email protected]"
3388
                },
3389
                {
3390
                    "name": "Johannes Schmitt",
3391
                    "email": "[email protected]"
3392
                }
3393
            ],
3394
            "description": "Caching library offering an object-oriented API for many cache backends",
3395
            "homepage": "http://www.doctrine-project.org",
3396
            "keywords": [
3397
                "cache",
3398
                "caching"
3399
            ],
3400
            "time": "2015-12-31 16:37:02"
3401
        },
3402
        {
3403
            "name": "doctrine/collections",
3404
            "version": "v1.3.0",
3405
            "source": {
3406
                "type": "git",
3407
                "url": "https://github.com/doctrine/collections.git",
3408
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
3409
            },
3410
            "dist": {
3411
                "type": "zip",
3412
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
3413
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
3414
                "shasum": ""
3415
            },
3416
            "require": {
3417
                "php": ">=5.3.2"
3418
            },
3419
            "require-dev": {
3420
                "phpunit/phpunit": "~4.0"
3421
            },
3422
            "type": "library",
3423
            "extra": {
3424
                "branch-alias": {
3425
                    "dev-master": "1.2.x-dev"
3426
                }
3427
            },
3428
            "autoload": {
3429
                "psr-0": {
3430
                    "Doctrine\\Common\\Collections\\": "lib/"
3431
                }
3432
            },
3433
            "notification-url": "https://packagist.org/downloads/",
3434
            "license": [
3435
                "MIT"
3436
            ],
3437
            "authors": [
3438
                {
3439
                    "name": "Roman Borschel",
3440
                    "email": "[email protected]"
3441
                },
3442
                {
3443
                    "name": "Benjamin Eberlei",
3444
                    "email": "[email protected]"
3445
                },
3446
                {
3447
                    "name": "Guilherme Blanco",
3448
                    "email": "[email protected]"
3449
                },
3450
                {
3451
                    "name": "Jonathan Wage",
3452
                    "email": "[email protected]"
3453
                },
3454
                {
3455
                    "name": "Johannes Schmitt",
3456
                    "email": "[email protected]"
3457
                }
3458
            ],
3459
            "description": "Collections Abstraction library",
3460
            "homepage": "http://www.doctrine-project.org",
3461
            "keywords": [
3462
                "array",
3463
                "collections",
3464
                "iterator"
3465
            ],
3466
            "time": "2015-04-14 22:21:58"
3467
        },
3468
        {
3469
            "name": "doctrine/common",
3470
            "version": "v2.6.1",
3471
            "source": {
3472
                "type": "git",
3473
                "url": "https://github.com/doctrine/common.git",
3474
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
3475
            },
3476
            "dist": {
3477
                "type": "zip",
3478
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
3479
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
3480
                "shasum": ""
3481
            },
3482
            "require": {
3483
                "doctrine/annotations": "1.*",
3484
                "doctrine/cache": "1.*",
3485
                "doctrine/collections": "1.*",
3486
                "doctrine/inflector": "1.*",
3487
                "doctrine/lexer": "1.*",
3488
                "php": "~5.5|~7.0"
3489
            },
3490
            "require-dev": {
3491
                "phpunit/phpunit": "~4.8|~5.0"
3492
            },
3493
            "type": "library",
3494
            "extra": {
3495
                "branch-alias": {
3496
                    "dev-master": "2.7.x-dev"
3497
                }
3498
            },
3499
            "autoload": {
3500
                "psr-4": {
3501
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
3502
                }
3503
            },
3504
            "notification-url": "https://packagist.org/downloads/",
3505
            "license": [
3506
                "MIT"
3507
            ],
3508
            "authors": [
3509
                {
3510
                    "name": "Roman Borschel",
3511
                    "email": "[email protected]"
3512
                },
3513
                {
3514
                    "name": "Benjamin Eberlei",
3515
                    "email": "[email protected]"
3516
                },
3517
                {
3518
                    "name": "Guilherme Blanco",
3519
                    "email": "[email protected]"
3520
                },
3521
                {
3522
                    "name": "Jonathan Wage",
3523
                    "email": "[email protected]"
3524
                },
3525
                {
3526
                    "name": "Johannes Schmitt",
3527
                    "email": "[email protected]"
3528
                }
3529
            ],
3530
            "description": "Common Library for Doctrine projects",
3531
            "homepage": "http://www.doctrine-project.org",
3532
            "keywords": [
3533
                "annotations",
3534
                "collections",
3535
                "eventmanager",
3536
                "persistence",
3537
                "spl"
3538
            ],
3539
            "time": "2015-12-25 13:18:31"
3540
        },
3541
        {
3542
            "name": "doctrine/data-fixtures",
3543
            "version": "v1.2.1",
3544
            "source": {
3545
                "type": "git",
3546
                "url": "https://github.com/doctrine/data-fixtures.git",
3547
                "reference": "b3cae5efef97191a08d53d733260f7eb667c16e4"
3548
            },
3549
            "dist": {
3550
                "type": "zip",
3551
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/b3cae5efef97191a08d53d733260f7eb667c16e4",
3552
                "reference": "b3cae5efef97191a08d53d733260f7eb667c16e4",
3553
                "shasum": ""
3554
            },
3555
            "require": {
3556
                "doctrine/common": "~2.2",
3557
                "php": "^5.6 || ^7.0"
3558
            },
3559
            "conflict": {
3560
                "doctrine/orm": "< 2.4"
3561
            },
3562
            "require-dev": {
3563
                "doctrine/dbal": "^2.5.4",
3564
                "doctrine/orm": "^2.5.4",
3565
                "phpunit/phpunit": "^5.4.6"
3566
            },
3567
            "suggest": {
3568
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
3569
                "doctrine/orm": "For loading ORM fixtures",
3570
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
3571
            },
3572
            "type": "library",
3573
            "extra": {
3574
                "branch-alias": {
3575
                    "dev-master": "1.3.x-dev"
3576
                }
3577
            },
3578
            "autoload": {
3579
                "psr-0": {
3580
                    "Doctrine\\Common\\DataFixtures": "lib/"
3581
                }
3582
            },
3583
            "notification-url": "https://packagist.org/downloads/",
3584
            "license": [
3585
                "MIT"
3586
            ],
3587
            "authors": [
3588
                {
3589
                    "name": "Jonathan Wage",
3590
                    "email": "[email protected]"
3591
                }
3592
            ],
3593
            "description": "Data Fixtures for all Doctrine Object Managers",
3594
            "homepage": "http://www.doctrine-project.org",
3595
            "keywords": [
3596
                "database"
3597
            ],
3598
            "time": "2016-06-20 18:08:26"
3599
        },
3600
        {
3601
            "name": "doctrine/instantiator",
3602
            "version": "1.0.5",
3603
            "source": {
3604
                "type": "git",
3605
                "url": "https://github.com/doctrine/instantiator.git",
3606
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3607
            },
3608
            "dist": {
3609
                "type": "zip",
3610
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3611
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3612
                "shasum": ""
3613
            },
3614
            "require": {
3615
                "php": ">=5.3,<8.0-DEV"
3616
            },
3617
            "require-dev": {
3618
                "athletic/athletic": "~0.1.8",
3619
                "ext-pdo": "*",
3620
                "ext-phar": "*",
3621
                "phpunit/phpunit": "~4.0",
3622
                "squizlabs/php_codesniffer": "~2.0"
3623
            },
3624
            "type": "library",
3625
            "extra": {
3626
                "branch-alias": {
3627
                    "dev-master": "1.0.x-dev"
3628
                }
3629
            },
3630
            "autoload": {
3631
                "psr-4": {
3632
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3633
                }
3634
            },
3635
            "notification-url": "https://packagist.org/downloads/",
3636
            "license": [
3637
                "MIT"
3638
            ],
3639
            "authors": [
3640
                {
3641
                    "name": "Marco Pivetta",
3642
                    "email": "[email protected]",
3643
                    "homepage": "http://ocramius.github.com/"
3644
                }
3645
            ],
3646
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3647
            "homepage": "https://github.com/doctrine/instantiator",
3648
            "keywords": [
3649
                "constructor",
3650
                "instantiate"
3651
            ],
3652
            "time": "2015-06-14 21:17:01"
3653
        },
3654
        {
3655
            "name": "doctrine/lexer",
3656
            "version": "v1.0.1",
3657
            "source": {
3658
                "type": "git",
3659
                "url": "https://github.com/doctrine/lexer.git",
3660
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
3661
            },
3662
            "dist": {
3663
                "type": "zip",
3664
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
3665
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
3666
                "shasum": ""
3667
            },
3668
            "require": {
3669
                "php": ">=5.3.2"
3670
            },
3671
            "type": "library",
3672
            "extra": {
3673
                "branch-alias": {
3674
                    "dev-master": "1.0.x-dev"
3675
                }
3676
            },
3677
            "autoload": {
3678
                "psr-0": {
3679
                    "Doctrine\\Common\\Lexer\\": "lib/"
3680
                }
3681
            },
3682
            "notification-url": "https://packagist.org/downloads/",
3683
            "license": [
3684
                "MIT"
3685
            ],
3686
            "authors": [
3687
                {
3688
                    "name": "Roman Borschel",
3689
                    "email": "[email protected]"
3690
                },
3691
                {
3692
                    "name": "Guilherme Blanco",
3693
                    "email": "[email protected]"
3694
                },
3695
                {
3696
                    "name": "Johannes Schmitt",
3697
                    "email": "[email protected]"
3698
                }
3699
            ],
3700
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
3701
            "homepage": "http://www.doctrine-project.org",
3702
            "keywords": [
3703
                "lexer",
3704
                "parser"
3705
            ],
3706
            "time": "2014-09-09 13:34:57"
3707
        },
3708
        {
3709
            "name": "fabpot/php-cs-fixer",
3710
            "version": "v1.11.4",
3711
            "source": {
3712
                "type": "git",
3713
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
3714
                "reference": "eeb280e909834603ffe03524dbe0066e77c83084"
3715
            },
3716
            "dist": {
3717
                "type": "zip",
3718
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/eeb280e909834603ffe03524dbe0066e77c83084",
3719
                "reference": "eeb280e909834603ffe03524dbe0066e77c83084",
3720
                "shasum": ""
3721
            },
3722
            "require": {
3723
                "ext-tokenizer": "*",
3724
                "php": ">=5.3.6",
3725
                "sebastian/diff": "~1.1",
3726
                "symfony/console": "~2.3|~3.0",
3727
                "symfony/event-dispatcher": "~2.1|~3.0",
3728
                "symfony/filesystem": "~2.1|~3.0",
3729
                "symfony/finder": "~2.1|~3.0",
3730
                "symfony/process": "~2.3|~3.0",
3731
                "symfony/stopwatch": "~2.5|~3.0"
3732
            },
3733
            "require-dev": {
3734
                "satooshi/php-coveralls": "0.7.*@dev"
3735
            },
3736
            "bin": [
3737
                "php-cs-fixer"
3738
            ],
3739
            "type": "application",
3740
            "autoload": {
3741
                "psr-4": {
3742
                    "Symfony\\CS\\": "Symfony/CS/"
3743
                }
3744
            },
3745
            "notification-url": "https://packagist.org/downloads/",
3746
            "license": [
3747
                "MIT"
3748
            ],
3749
            "authors": [
3750
                {
3751
                    "name": "Dariusz Rumiński",
3752
                    "email": "[email protected]"
3753
                },
3754
                {
3755
                    "name": "Fabien Potencier",
3756
                    "email": "[email protected]"
3757
                }
3758
            ],
3759
            "description": "A tool to automatically fix PHP code style",
3760
            "abandoned": "friendsofphp/php-cs-fixer",
3761
            "time": "2016-06-07 07:51:27"
3762
        },
3763
        {
3764
            "name": "fzaninotto/faker",
3765
            "version": "v1.4.0",
3766
            "source": {
3767
                "type": "git",
3768
                "url": "https://github.com/fzaninotto/Faker.git",
3769
                "reference": "010c7efedd88bf31141a02719f51fb44c732d5a0"
3770
            },
3771
            "dist": {
3772
                "type": "zip",
3773
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/010c7efedd88bf31141a02719f51fb44c732d5a0",
3774
                "reference": "010c7efedd88bf31141a02719f51fb44c732d5a0",
3775
                "shasum": ""
3776
            },
3777
            "require": {
3778
                "php": ">=5.3.3"
3779
            },
3780
            "require-dev": {
3781
                "phpunit/phpunit": "~4.0",
3782
                "squizlabs/php_codesniffer": "~1.5"
3783
            },
3784
            "type": "library",
3785
            "extra": {
3786
                "branch-alias": []
3787
            },
3788
            "autoload": {
3789
                "psr-0": {
3790
                    "Faker": "src/",
3791
                    "Faker\\PHPUnit": "test/"
3792
                }
3793
            },
3794
            "notification-url": "https://packagist.org/downloads/",
3795
            "license": [
3796
                "MIT"
3797
            ],
3798
            "authors": [
3799
                {
3800
                    "name": "François Zaninotto"
3801
                }
3802
            ],
3803
            "description": "Faker is a PHP library that generates fake data for you.",
3804
            "keywords": [
3805
                "data",
3806
                "faker",
3807
                "fixtures"
3808
            ],
3809
            "time": "2014-06-04 14:43:02"
3810
        },
3811
        {
3812
            "name": "hamcrest/hamcrest-php",
3813
            "version": "v1.2.2",
3814
            "source": {
3815
                "type": "git",
3816
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3817
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
3818
            },
3819
            "dist": {
3820
                "type": "zip",
3821
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
3822
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
3823
                "shasum": ""
3824
            },
3825
            "require": {
3826
                "php": ">=5.3.2"
3827
            },
3828
            "replace": {
3829
                "cordoval/hamcrest-php": "*",
3830
                "davedevelopment/hamcrest-php": "*",
3831
                "kodova/hamcrest-php": "*"
3832
            },
3833
            "require-dev": {
3834
                "phpunit/php-file-iterator": "1.3.3",
3835
                "satooshi/php-coveralls": "dev-master"
3836
            },
3837
            "type": "library",
3838
            "autoload": {
3839
                "classmap": [
3840
                    "hamcrest"
3841
                ],
3842
                "files": [
3843
                    "hamcrest/Hamcrest.php"
3844
                ]
3845
            },
3846
            "notification-url": "https://packagist.org/downloads/",
3847
            "license": [
3848
                "BSD"
3849
            ],
3850
            "description": "This is the PHP port of Hamcrest Matchers",
3851
            "keywords": [
3852
                "test"
3853
            ],
3854
            "time": "2015-05-11 14:41:42"
3855
        },
3856
        {
3857
            "name": "instaclick/php-webdriver",
3858
            "version": "1.4.3",
3859
            "source": {
3860
                "type": "git",
3861
                "url": "https://github.com/instaclick/php-webdriver.git",
3862
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
3863
            },
3864
            "dist": {
3865
                "type": "zip",
3866
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
3867
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
3868
                "shasum": ""
3869
            },
3870
            "require": {
3871
                "ext-curl": "*",
3872
                "php": ">=5.3.2"
3873
            },
3874
            "require-dev": {
3875
                "satooshi/php-coveralls": "dev-master"
3876
            },
3877
            "type": "library",
3878
            "extra": {
3879
                "branch-alias": {
3880
                    "dev-master": "1.4.x-dev"
3881
                }
3882
            },
3883
            "autoload": {
3884
                "psr-0": {
3885
                    "WebDriver": "lib/"
3886
                }
3887
            },
3888
            "notification-url": "https://packagist.org/downloads/",
3889
            "license": [
3890
                "Apache-2.0"
3891
            ],
3892
            "authors": [
3893
                {
3894
                    "name": "Justin Bishop",
3895
                    "email": "[email protected]",
3896
                    "role": "Developer"
3897
                },
3898
                {
3899
                    "name": "Anthon Pang",
3900
                    "email": "[email protected]",
3901
                    "role": "Fork Maintainer"
3902
                }
3903
            ],
3904
            "description": "PHP WebDriver for Selenium 2",
3905
            "homepage": "http://instaclick.com/",
3906
            "keywords": [
3907
                "browser",
3908
                "selenium",
3909
                "webdriver",
3910
                "webtest"
3911
            ],
3912
            "time": "2015-06-15 20:19:33"
3913
        },
3914
        {
3915
            "name": "knplabs/friendly-contexts",
3916
            "version": "v0.7",
3917
            "source": {
3918
                "type": "git",
3919
                "url": "https://github.com/KnpLabs/FriendlyContexts.git",
3920
                "reference": "810b9f994751fbc3fc0fed67dea24fe12a92b9b9"
3921
            },
3922
            "dist": {
3923
                "type": "zip",
3924
                "url": "https://api.github.com/repos/KnpLabs/FriendlyContexts/zipball/810b9f994751fbc3fc0fed67dea24fe12a92b9b9",
3925
                "reference": "810b9f994751fbc3fc0fed67dea24fe12a92b9b9",
3926
                "shasum": ""
3927
            },
3928
            "require": {
3929
                "behat/behat": "~3.0",
3930
                "behat/mink-extension": "~2.0",
3931
                "doctrine/data-fixtures": "~1.0",
3932
                "doctrine/inflector": "~1.0",
3933
                "fzaninotto/faker": "~1.3",
3934
                "guzzle/guzzle": "~3.7",
3935
                "nelmio/alice": "~2.0",
3936
                "php": ">=5.4.0",
3937
                "symfony/property-access": "~2.3|~3.0"
3938
            },
3939
            "require-dev": {
3940
                "doctrine/orm": "dev-master",
3941
                "knplabs/phpspec-welldone-extension": "dev-master",
3942
                "phpspec/phpspec": "2.0.*@dev"
3943
            },
3944
            "type": "library",
3945
            "autoload": {
3946
                "psr-0": {
3947
                    "Knp\\FriendlyContexts": "src/"
3948
                }
3949
            },
3950
            "notification-url": "https://packagist.org/downloads/",
3951
            "license": [
3952
                "MIT"
3953
            ],
3954
            "authors": [
3955
                {
3956
                    "name": "KnpLabs",
3957
                    "homepage": "http://knplabs.com"
3958
                },
3959
                {
3960
                    "name": "Pedrotroller",
3961
                    "homepage": "https://github.com/PedroTroller"
3962
                }
3963
            ],
3964
            "description": "Some BEHAT contexts",
3965
            "time": "2016-01-04 10:44:38"
3966
        },
3967
        {
3968
            "name": "laracasts/behat-laravel-extension",
3969
            "version": "1.0",
3970
            "source": {
3971
                "type": "git",
3972
                "url": "https://github.com/laracasts/Behat-Laravel-Extension.git",
3973
                "reference": "c8eeb440235c23ba14a601ea94801ace3af0e18e"
3974
            },
3975
            "dist": {
3976
                "type": "zip",
3977
                "url": "https://api.github.com/repos/laracasts/Behat-Laravel-Extension/zipball/c8eeb440235c23ba14a601ea94801ace3af0e18e",
3978
                "reference": "c8eeb440235c23ba14a601ea94801ace3af0e18e",
3979
                "shasum": ""
3980
            },
3981
            "require": {
3982
                "behat/behat": "~3.0",
3983
                "behat/mink-browserkit-driver": "~1.2",
3984
                "php": ">=5.4"
3985
            },
3986
            "require-dev": {
3987
                "behat/mink-extension": "~2.0",
3988
                "phpspec/phpspec": "~2.1",
3989
                "symfony/symfony": "~2.6"
3990
            },
3991
            "type": "behat-extension",
3992
            "autoload": {
3993
                "psr-4": {
3994
                    "Laracasts\\Behat\\": "src"
3995
                }
3996
            },
3997
            "notification-url": "https://packagist.org/downloads/",
3998
            "license": [
3999
                "MIT"
4000
            ],
4001
            "authors": [
4002
                {
4003
                    "name": "JeffreyWay",
4004
                    "email": "[email protected]"
4005
                }
4006
            ],
4007
            "description": "Laravel extension for Behat",
4008
            "keywords": [
4009
                "BDD",
4010
                "Behat",
4011
                "extension",
4012
                "laravel"
4013
            ],
4014
            "time": "2015-02-28 14:31:47"
4015
        },
4016
        {
4017
            "name": "mockery/mockery",
4018
            "version": "0.9.5",
4019
            "source": {
4020
                "type": "git",
4021
                "url": "https://github.com/padraic/mockery.git",
4022
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
4023
            },
4024
            "dist": {
4025
                "type": "zip",
4026
                "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
4027
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
4028
                "shasum": ""
4029
            },
4030
            "require": {
4031
                "hamcrest/hamcrest-php": "~1.1",
4032
                "lib-pcre": ">=7.0",
4033
                "php": ">=5.3.2"
4034
            },
4035
            "require-dev": {
4036
                "phpunit/phpunit": "~4.0"
4037
            },
4038
            "type": "library",
4039
            "extra": {
4040
                "branch-alias": {
4041
                    "dev-master": "0.9.x-dev"
4042
                }
4043
            },
4044
            "autoload": {
4045
                "psr-0": {
4046
                    "Mockery": "library/"
4047
                }
4048
            },
4049
            "notification-url": "https://packagist.org/downloads/",
4050
            "license": [
4051
                "BSD-3-Clause"
4052
            ],
4053
            "authors": [
4054
                {
4055
                    "name": "Pádraic Brady",
4056
                    "email": "[email protected]",
4057
                    "homepage": "http://blog.astrumfutura.com"
4058
                },
4059
                {
4060
                    "name": "Dave Marshall",
4061
                    "email": "[email protected]",
4062
                    "homepage": "http://davedevelopment.co.uk"
4063
                }
4064
            ],
4065
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
4066
            "homepage": "http://github.com/padraic/mockery",
4067
            "keywords": [
4068
                "BDD",
4069
                "TDD",
4070
                "library",
4071
                "mock",
4072
                "mock objects",
4073
                "mockery",
4074
                "stub",
4075
                "test",
4076
                "test double",
4077
                "testing"
4078
            ],
4079
            "time": "2016-05-22 21:52:33"
4080
        },
4081
        {
4082
            "name": "myclabs/deep-copy",
4083
            "version": "1.5.1",
4084
            "source": {
4085
                "type": "git",
4086
                "url": "https://github.com/myclabs/DeepCopy.git",
4087
                "reference": "a8773992b362b58498eed24bf85005f363c34771"
4088
            },
4089
            "dist": {
4090
                "type": "zip",
4091
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
4092
                "reference": "a8773992b362b58498eed24bf85005f363c34771",
4093
                "shasum": ""
4094
            },
4095
            "require": {
4096
                "php": ">=5.4.0"
4097
            },
4098
            "require-dev": {
4099
                "doctrine/collections": "1.*",
4100
                "phpunit/phpunit": "~4.1"
4101
            },
4102
            "type": "library",
4103
            "autoload": {
4104
                "psr-4": {
4105
                    "DeepCopy\\": "src/DeepCopy/"
4106
                }
4107
            },
4108
            "notification-url": "https://packagist.org/downloads/",
4109
            "license": [
4110
                "MIT"
4111
            ],
4112
            "description": "Create deep copies (clones) of your objects",
4113
            "homepage": "https://github.com/myclabs/DeepCopy",
4114
            "keywords": [
4115
                "clone",
4116
                "copy",
4117
                "duplicate",
4118
                "object",
4119
                "object graph"
4120
            ],
4121
            "time": "2015-11-20 12:04:31"
4122
        },
4123
        {
4124
            "name": "nelmio/alice",
4125
            "version": "2.1.4",
4126
            "source": {
4127
                "type": "git",
4128
                "url": "https://github.com/nelmio/alice.git",
4129
                "reference": "c8cb3413ab5d1fa76ee84296dafe356b0c703014"
4130
            },
4131
            "dist": {
4132
                "type": "zip",
4133
                "url": "https://api.github.com/repos/nelmio/alice/zipball/c8cb3413ab5d1fa76ee84296dafe356b0c703014",
4134
                "reference": "c8cb3413ab5d1fa76ee84296dafe356b0c703014",
4135
                "shasum": ""
4136
            },
4137
            "require": {
4138
                "fzaninotto/faker": "~1.0",
4139
                "php": ">=5.4",
4140
                "symfony/yaml": "~2.0|~3.0"
4141
            },
4142
            "require-dev": {
4143
                "doctrine/common": "~2.3",
4144
                "phpunit/phpunit": "~4.0",
4145
                "symfony/property-access": "~2.2|~3.0"
4146
            },
4147
            "type": "library",
4148
            "extra": {
4149
                "branch-alias": {
4150
                    "dev-master": "2.0.x-dev"
4151
                }
4152
            },
4153
            "autoload": {
4154
                "psr-4": {
4155
                    "Nelmio\\Alice\\": "src/Nelmio/Alice"
4156
                }
4157
            },
4158
            "notification-url": "https://packagist.org/downloads/",
4159
            "license": [
4160
                "MIT"
4161
            ],
4162
            "authors": [
4163
                {
4164
                    "name": "Jordi Boggiano",
4165
                    "email": "[email protected]"
4166
                },
4167
                {
4168
                    "name": "Tim Shelburne",
4169
                    "email": "[email protected]"
4170
                }
4171
            ],
4172
            "description": "Expressive fixtures generator",
4173
            "keywords": [
4174
                "Fixture",
4175
                "data",
4176
                "orm",
4177
                "test"
4178
            ],
4179
            "time": "2016-01-07 14:44:47"
4180
        },
4181
        {
4182
            "name": "phpdocumentor/reflection-common",
4183
            "version": "1.0",
4184
            "source": {
4185
                "type": "git",
4186
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4187
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
4188
            },
4189
            "dist": {
4190
                "type": "zip",
4191
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
4192
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
4193
                "shasum": ""
4194
            },
4195
            "require": {
4196
                "php": ">=5.5"
4197
            },
4198
            "require-dev": {
4199
                "phpunit/phpunit": "^4.6"
4200
            },
4201
            "type": "library",
4202
            "extra": {
4203
                "branch-alias": {
4204
                    "dev-master": "1.0.x-dev"
4205
                }
4206
            },
4207
            "autoload": {
4208
                "psr-4": {
4209
                    "phpDocumentor\\Reflection\\": [
4210
                        "src"
4211
                    ]
4212
                }
4213
            },
4214
            "notification-url": "https://packagist.org/downloads/",
4215
            "license": [
4216
                "MIT"
4217
            ],
4218
            "authors": [
4219
                {
4220
                    "name": "Jaap van Otterdijk",
4221
                    "email": "[email protected]"
4222
                }
4223
            ],
4224
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4225
            "homepage": "http://www.phpdoc.org",
4226
            "keywords": [
4227
                "FQSEN",
4228
                "phpDocumentor",
4229
                "phpdoc",
4230
                "reflection",
4231
                "static analysis"
4232
            ],
4233
            "time": "2015-12-27 11:43:31"
4234
        },
4235
        {
4236
            "name": "phpdocumentor/reflection-docblock",
4237
            "version": "3.1.0",
4238
            "source": {
4239
                "type": "git",
4240
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4241
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
4242
            },
4243
            "dist": {
4244
                "type": "zip",
4245
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
4246
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
4247
                "shasum": ""
4248
            },
4249
            "require": {
4250
                "php": ">=5.5",
4251
                "phpdocumentor/reflection-common": "^1.0@dev",
4252
                "phpdocumentor/type-resolver": "^0.2.0",
4253
                "webmozart/assert": "^1.0"
4254
            },
4255
            "require-dev": {
4256
                "mockery/mockery": "^0.9.4",
4257
                "phpunit/phpunit": "^4.4"
4258
            },
4259
            "type": "library",
4260
            "autoload": {
4261
                "psr-4": {
4262
                    "phpDocumentor\\Reflection\\": [
4263
                        "src/"
4264
                    ]
4265
                }
4266
            },
4267
            "notification-url": "https://packagist.org/downloads/",
4268
            "license": [
4269
                "MIT"
4270
            ],
4271
            "authors": [
4272
                {
4273
                    "name": "Mike van Riel",
4274
                    "email": "[email protected]"
4275
                }
4276
            ],
4277
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4278
            "time": "2016-06-10 09:48:41"
4279
        },
4280
        {
4281
            "name": "phpdocumentor/type-resolver",
4282
            "version": "0.2",
4283
            "source": {
4284
                "type": "git",
4285
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4286
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
4287
            },
4288
            "dist": {
4289
                "type": "zip",
4290
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
4291
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
4292
                "shasum": ""
4293
            },
4294
            "require": {
4295
                "php": ">=5.5",
4296
                "phpdocumentor/reflection-common": "^1.0"
4297
            },
4298
            "require-dev": {
4299
                "mockery/mockery": "^0.9.4",
4300
                "phpunit/phpunit": "^5.2||^4.8.24"
4301
            },
4302
            "type": "library",
4303
            "extra": {
4304
                "branch-alias": {
4305
                    "dev-master": "1.0.x-dev"
4306
                }
4307
            },
4308
            "autoload": {
4309
                "psr-4": {
4310
                    "phpDocumentor\\Reflection\\": [
4311
                        "src/"
4312
                    ]
4313
                }
4314
            },
4315
            "notification-url": "https://packagist.org/downloads/",
4316
            "license": [
4317
                "MIT"
4318
            ],
4319
            "authors": [
4320
                {
4321
                    "name": "Mike van Riel",
4322
                    "email": "[email protected]"
4323
                }
4324
            ],
4325
            "time": "2016-06-10 07:14:17"
4326
        },
4327
        {
4328
            "name": "phpspec/prophecy",
4329
            "version": "v1.6.1",
4330
            "source": {
4331
                "type": "git",
4332
                "url": "https://github.com/phpspec/prophecy.git",
4333
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
4334
            },
4335
            "dist": {
4336
                "type": "zip",
4337
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
4338
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
4339
                "shasum": ""
4340
            },
4341
            "require": {
4342
                "doctrine/instantiator": "^1.0.2",
4343
                "php": "^5.3|^7.0",
4344
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
4345
                "sebastian/comparator": "^1.1",
4346
                "sebastian/recursion-context": "^1.0"
4347
            },
4348
            "require-dev": {
4349
                "phpspec/phpspec": "^2.0"
4350
            },
4351
            "type": "library",
4352
            "extra": {
4353
                "branch-alias": {
4354
                    "dev-master": "1.6.x-dev"
4355
                }
4356
            },
4357
            "autoload": {
4358
                "psr-0": {
4359
                    "Prophecy\\": "src/"
4360
                }
4361
            },
4362
            "notification-url": "https://packagist.org/downloads/",
4363
            "license": [
4364
                "MIT"
4365
            ],
4366
            "authors": [
4367
                {
4368
                    "name": "Konstantin Kudryashov",
4369
                    "email": "[email protected]",
4370
                    "homepage": "http://everzet.com"
4371
                },
4372
                {
4373
                    "name": "Marcello Duarte",
4374
                    "email": "[email protected]"
4375
                }
4376
            ],
4377
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4378
            "homepage": "https://github.com/phpspec/prophecy",
4379
            "keywords": [
4380
                "Double",
4381
                "Dummy",
4382
                "fake",
4383
                "mock",
4384
                "spy",
4385
                "stub"
4386
            ],
4387
            "time": "2016-06-07 08:13:47"
4388
        },
4389
        {
4390
            "name": "phpunit/php-code-coverage",
4391
            "version": "4.0.0",
4392
            "source": {
4393
                "type": "git",
4394
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4395
                "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9"
4396
            },
4397
            "dist": {
4398
                "type": "zip",
4399
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/900370c81280cc0d942ffbc5912d80464eaee7e9",
4400
                "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9",
4401
                "shasum": ""
4402
            },
4403
            "require": {
4404
                "php": "^5.6 || ^7.0",
4405
                "phpunit/php-file-iterator": "~1.3",
4406
                "phpunit/php-text-template": "~1.2",
4407
                "phpunit/php-token-stream": "^1.4.2",
4408
                "sebastian/code-unit-reverse-lookup": "~1.0",
4409
                "sebastian/environment": "^1.3.2",
4410
                "sebastian/version": "~1.0|~2.0"
4411
            },
4412
            "require-dev": {
4413
                "ext-xdebug": ">=2.1.4",
4414
                "phpunit/phpunit": "^5.4"
4415
            },
4416
            "suggest": {
4417
                "ext-dom": "*",
4418
                "ext-xdebug": ">=2.4.0",
4419
                "ext-xmlwriter": "*"
4420
            },
4421
            "type": "library",
4422
            "extra": {
4423
                "branch-alias": {
4424
                    "dev-master": "4.0.x-dev"
4425
                }
4426
            },
4427
            "autoload": {
4428
                "classmap": [
4429
                    "src/"
4430
                ]
4431
            },
4432
            "notification-url": "https://packagist.org/downloads/",
4433
            "license": [
4434
                "BSD-3-Clause"
4435
            ],
4436
            "authors": [
4437
                {
4438
                    "name": "Sebastian Bergmann",
4439
                    "email": "[email protected]",
4440
                    "role": "lead"
4441
                }
4442
            ],
4443
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4444
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4445
            "keywords": [
4446
                "coverage",
4447
                "testing",
4448
                "xunit"
4449
            ],
4450
            "time": "2016-06-03 05:03:56"
4451
        },
4452
        {
4453
            "name": "phpunit/php-file-iterator",
4454
            "version": "1.4.1",
4455
            "source": {
4456
                "type": "git",
4457
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4458
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
4459
            },
4460
            "dist": {
4461
                "type": "zip",
4462
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4463
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4464
                "shasum": ""
4465
            },
4466
            "require": {
4467
                "php": ">=5.3.3"
4468
            },
4469
            "type": "library",
4470
            "extra": {
4471
                "branch-alias": {
4472
                    "dev-master": "1.4.x-dev"
4473
                }
4474
            },
4475
            "autoload": {
4476
                "classmap": [
4477
                    "src/"
4478
                ]
4479
            },
4480
            "notification-url": "https://packagist.org/downloads/",
4481
            "license": [
4482
                "BSD-3-Clause"
4483
            ],
4484
            "authors": [
4485
                {
4486
                    "name": "Sebastian Bergmann",
4487
                    "email": "[email protected]",
4488
                    "role": "lead"
4489
                }
4490
            ],
4491
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4492
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4493
            "keywords": [
4494
                "filesystem",
4495
                "iterator"
4496
            ],
4497
            "time": "2015-06-21 13:08:43"
4498
        },
4499
        {
4500
            "name": "phpunit/php-text-template",
4501
            "version": "1.2.1",
4502
            "source": {
4503
                "type": "git",
4504
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4505
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4506
            },
4507
            "dist": {
4508
                "type": "zip",
4509
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4510
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4511
                "shasum": ""
4512
            },
4513
            "require": {
4514
                "php": ">=5.3.3"
4515
            },
4516
            "type": "library",
4517
            "autoload": {
4518
                "classmap": [
4519
                    "src/"
4520
                ]
4521
            },
4522
            "notification-url": "https://packagist.org/downloads/",
4523
            "license": [
4524
                "BSD-3-Clause"
4525
            ],
4526
            "authors": [
4527
                {
4528
                    "name": "Sebastian Bergmann",
4529
                    "email": "[email protected]",
4530
                    "role": "lead"
4531
                }
4532
            ],
4533
            "description": "Simple template engine.",
4534
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4535
            "keywords": [
4536
                "template"
4537
            ],
4538
            "time": "2015-06-21 13:50:34"
4539
        },
4540
        {
4541
            "name": "phpunit/php-timer",
4542
            "version": "1.0.8",
4543
            "source": {
4544
                "type": "git",
4545
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4546
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
4547
            },
4548
            "dist": {
4549
                "type": "zip",
4550
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
4551
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
4552
                "shasum": ""
4553
            },
4554
            "require": {
4555
                "php": ">=5.3.3"
4556
            },
4557
            "require-dev": {
4558
                "phpunit/phpunit": "~4|~5"
4559
            },
4560
            "type": "library",
4561
            "autoload": {
4562
                "classmap": [
4563
                    "src/"
4564
                ]
4565
            },
4566
            "notification-url": "https://packagist.org/downloads/",
4567
            "license": [
4568
                "BSD-3-Clause"
4569
            ],
4570
            "authors": [
4571
                {
4572
                    "name": "Sebastian Bergmann",
4573
                    "email": "[email protected]",
4574
                    "role": "lead"
4575
                }
4576
            ],
4577
            "description": "Utility class for timing",
4578
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4579
            "keywords": [
4580
                "timer"
4581
            ],
4582
            "time": "2016-05-12 18:03:57"
4583
        },
4584
        {
4585
            "name": "phpunit/php-token-stream",
4586
            "version": "1.4.8",
4587
            "source": {
4588
                "type": "git",
4589
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4590
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
4591
            },
4592
            "dist": {
4593
                "type": "zip",
4594
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4595
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4596
                "shasum": ""
4597
            },
4598
            "require": {
4599
                "ext-tokenizer": "*",
4600
                "php": ">=5.3.3"
4601
            },
4602
            "require-dev": {
4603
                "phpunit/phpunit": "~4.2"
4604
            },
4605
            "type": "library",
4606
            "extra": {
4607
                "branch-alias": {
4608
                    "dev-master": "1.4-dev"
4609
                }
4610
            },
4611
            "autoload": {
4612
                "classmap": [
4613
                    "src/"
4614
                ]
4615
            },
4616
            "notification-url": "https://packagist.org/downloads/",
4617
            "license": [
4618
                "BSD-3-Clause"
4619
            ],
4620
            "authors": [
4621
                {
4622
                    "name": "Sebastian Bergmann",
4623
                    "email": "[email protected]"
4624
                }
4625
            ],
4626
            "description": "Wrapper around PHP's tokenizer extension.",
4627
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4628
            "keywords": [
4629
                "tokenizer"
4630
            ],
4631
            "time": "2015-09-15 10:49:45"
4632
        },
4633
        {
4634
            "name": "phpunit/phpunit",
4635
            "version": "5.4.6",
4636
            "source": {
4637
                "type": "git",
4638
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4639
                "reference": "2f1fc94b77ea6418bd6a06c64a1dac0645fbce59"
4640
            },
4641
            "dist": {
4642
                "type": "zip",
4643
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2f1fc94b77ea6418bd6a06c64a1dac0645fbce59",
4644
                "reference": "2f1fc94b77ea6418bd6a06c64a1dac0645fbce59",
4645
                "shasum": ""
4646
            },
4647
            "require": {
4648
                "ext-dom": "*",
4649
                "ext-json": "*",
4650
                "ext-pcre": "*",
4651
                "ext-reflection": "*",
4652
                "ext-spl": "*",
4653
                "myclabs/deep-copy": "~1.3",
4654
                "php": "^5.6 || ^7.0",
4655
                "phpspec/prophecy": "^1.3.1",
4656
                "phpunit/php-code-coverage": "^4.0",
4657
                "phpunit/php-file-iterator": "~1.4",
4658
                "phpunit/php-text-template": "~1.2",
4659
                "phpunit/php-timer": "^1.0.6",
4660
                "phpunit/phpunit-mock-objects": "^3.2",
4661
                "sebastian/comparator": "~1.1",
4662
                "sebastian/diff": "~1.2",
4663
                "sebastian/environment": "^1.3 || ^2.0",
4664
                "sebastian/exporter": "~1.2",
4665
                "sebastian/global-state": "~1.0",
4666
                "sebastian/object-enumerator": "~1.0",
4667
                "sebastian/resource-operations": "~1.0",
4668
                "sebastian/version": "~1.0|~2.0",
4669
                "symfony/yaml": "~2.1|~3.0"
4670
            },
4671
            "conflict": {
4672
                "phpdocumentor/reflection-docblock": "3.0.2"
4673
            },
4674
            "suggest": {
4675
                "phpunit/php-invoker": "~1.1"
4676
            },
4677
            "bin": [
4678
                "phpunit"
4679
            ],
4680
            "type": "library",
4681
            "extra": {
4682
                "branch-alias": {
4683
                    "dev-master": "5.4.x-dev"
4684
                }
4685
            },
4686
            "autoload": {
4687
                "classmap": [
4688
                    "src/"
4689
                ]
4690
            },
4691
            "notification-url": "https://packagist.org/downloads/",
4692
            "license": [
4693
                "BSD-3-Clause"
4694
            ],
4695
            "authors": [
4696
                {
4697
                    "name": "Sebastian Bergmann",
4698
                    "email": "[email protected]",
4699
                    "role": "lead"
4700
                }
4701
            ],
4702
            "description": "The PHP Unit Testing framework.",
4703
            "homepage": "https://phpunit.de/",
4704
            "keywords": [
4705
                "phpunit",
4706
                "testing",
4707
                "xunit"
4708
            ],
4709
            "time": "2016-06-16 06:01:15"
4710
        },
4711
        {
4712
            "name": "phpunit/phpunit-mock-objects",
4713
            "version": "3.2.3",
4714
            "source": {
4715
                "type": "git",
4716
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4717
                "reference": "b13d0d9426ced06958bd32104653526a6c998a52"
4718
            },
4719
            "dist": {
4720
                "type": "zip",
4721
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b13d0d9426ced06958bd32104653526a6c998a52",
4722
                "reference": "b13d0d9426ced06958bd32104653526a6c998a52",
4723
                "shasum": ""
4724
            },
4725
            "require": {
4726
                "doctrine/instantiator": "^1.0.2",
4727
                "php": "^5.6 || ^7.0",
4728
                "phpunit/php-text-template": "^1.2",
4729
                "sebastian/exporter": "^1.2"
4730
            },
4731
            "conflict": {
4732
                "phpunit/phpunit": "<5.4.0"
4733
            },
4734
            "require-dev": {
4735
                "phpunit/phpunit": "^5.4"
4736
            },
4737
            "suggest": {
4738
                "ext-soap": "*"
4739
            },
4740
            "type": "library",
4741
            "extra": {
4742
                "branch-alias": {
4743
                    "dev-master": "3.2.x-dev"
4744
                }
4745
            },
4746
            "autoload": {
4747
                "classmap": [
4748
                    "src/"
4749
                ]
4750
            },
4751
            "notification-url": "https://packagist.org/downloads/",
4752
            "license": [
4753
                "BSD-3-Clause"
4754
            ],
4755
            "authors": [
4756
                {
4757
                    "name": "Sebastian Bergmann",
4758
                    "email": "[email protected]",
4759
                    "role": "lead"
4760
                }
4761
            ],
4762
            "description": "Mock Object library for PHPUnit",
4763
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4764
            "keywords": [
4765
                "mock",
4766
                "xunit"
4767
            ],
4768
            "time": "2016-06-12 07:37:26"
4769
        },
4770
        {
4771
            "name": "sebastian/code-unit-reverse-lookup",
4772
            "version": "1.0.0",
4773
            "source": {
4774
                "type": "git",
4775
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4776
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
4777
            },
4778
            "dist": {
4779
                "type": "zip",
4780
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
4781
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
4782
                "shasum": ""
4783
            },
4784
            "require": {
4785
                "php": ">=5.6"
4786
            },
4787
            "require-dev": {
4788
                "phpunit/phpunit": "~5"
4789
            },
4790
            "type": "library",
4791
            "extra": {
4792
                "branch-alias": {
4793
                    "dev-master": "1.0.x-dev"
4794
                }
4795
            },
4796
            "autoload": {
4797
                "classmap": [
4798
                    "src/"
4799
                ]
4800
            },
4801
            "notification-url": "https://packagist.org/downloads/",
4802
            "license": [
4803
                "BSD-3-Clause"
4804
            ],
4805
            "authors": [
4806
                {
4807
                    "name": "Sebastian Bergmann",
4808
                    "email": "[email protected]"
4809
                }
4810
            ],
4811
            "description": "Looks up which function or method a line of code belongs to",
4812
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4813
            "time": "2016-02-13 06:45:14"
4814
        },
4815
        {
4816
            "name": "sebastian/comparator",
4817
            "version": "1.2.0",
4818
            "source": {
4819
                "type": "git",
4820
                "url": "https://github.com/sebastianbergmann/comparator.git",
4821
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
4822
            },
4823
            "dist": {
4824
                "type": "zip",
4825
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
4826
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
4827
                "shasum": ""
4828
            },
4829
            "require": {
4830
                "php": ">=5.3.3",
4831
                "sebastian/diff": "~1.2",
4832
                "sebastian/exporter": "~1.2"
4833
            },
4834
            "require-dev": {
4835
                "phpunit/phpunit": "~4.4"
4836
            },
4837
            "type": "library",
4838
            "extra": {
4839
                "branch-alias": {
4840
                    "dev-master": "1.2.x-dev"
4841
                }
4842
            },
4843
            "autoload": {
4844
                "classmap": [
4845
                    "src/"
4846
                ]
4847
            },
4848
            "notification-url": "https://packagist.org/downloads/",
4849
            "license": [
4850
                "BSD-3-Clause"
4851
            ],
4852
            "authors": [
4853
                {
4854
                    "name": "Jeff Welch",
4855
                    "email": "[email protected]"
4856
                },
4857
                {
4858
                    "name": "Volker Dusch",
4859
                    "email": "[email protected]"
4860
                },
4861
                {
4862
                    "name": "Bernhard Schussek",
4863
                    "email": "[email protected]"
4864
                },
4865
                {
4866
                    "name": "Sebastian Bergmann",
4867
                    "email": "[email protected]"
4868
                }
4869
            ],
4870
            "description": "Provides the functionality to compare PHP values for equality",
4871
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4872
            "keywords": [
4873
                "comparator",
4874
                "compare",
4875
                "equality"
4876
            ],
4877
            "time": "2015-07-26 15:48:44"
4878
        },
4879
        {
4880
            "name": "sebastian/diff",
4881
            "version": "1.4.1",
4882
            "source": {
4883
                "type": "git",
4884
                "url": "https://github.com/sebastianbergmann/diff.git",
4885
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4886
            },
4887
            "dist": {
4888
                "type": "zip",
4889
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4890
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4891
                "shasum": ""
4892
            },
4893
            "require": {
4894
                "php": ">=5.3.3"
4895
            },
4896
            "require-dev": {
4897
                "phpunit/phpunit": "~4.8"
4898
            },
4899
            "type": "library",
4900
            "extra": {
4901
                "branch-alias": {
4902
                    "dev-master": "1.4-dev"
4903
                }
4904
            },
4905
            "autoload": {
4906
                "classmap": [
4907
                    "src/"
4908
                ]
4909
            },
4910
            "notification-url": "https://packagist.org/downloads/",
4911
            "license": [
4912
                "BSD-3-Clause"
4913
            ],
4914
            "authors": [
4915
                {
4916
                    "name": "Kore Nordmann",
4917
                    "email": "[email protected]"
4918
                },
4919
                {
4920
                    "name": "Sebastian Bergmann",
4921
                    "email": "[email protected]"
4922
                }
4923
            ],
4924
            "description": "Diff implementation",
4925
            "homepage": "https://github.com/sebastianbergmann/diff",
4926
            "keywords": [
4927
                "diff"
4928
            ],
4929
            "time": "2015-12-08 07:14:41"
4930
        },
4931
        {
4932
            "name": "sebastian/environment",
4933
            "version": "1.3.7",
4934
            "source": {
4935
                "type": "git",
4936
                "url": "https://github.com/sebastianbergmann/environment.git",
4937
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
4938
            },
4939
            "dist": {
4940
                "type": "zip",
4941
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
4942
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
4943
                "shasum": ""
4944
            },
4945
            "require": {
4946
                "php": ">=5.3.3"
4947
            },
4948
            "require-dev": {
4949
                "phpunit/phpunit": "~4.4"
4950
            },
4951
            "type": "library",
4952
            "extra": {
4953
                "branch-alias": {
4954
                    "dev-master": "1.3.x-dev"
4955
                }
4956
            },
4957
            "autoload": {
4958
                "classmap": [
4959
                    "src/"
4960
                ]
4961
            },
4962
            "notification-url": "https://packagist.org/downloads/",
4963
            "license": [
4964
                "BSD-3-Clause"
4965
            ],
4966
            "authors": [
4967
                {
4968
                    "name": "Sebastian Bergmann",
4969
                    "email": "[email protected]"
4970
                }
4971
            ],
4972
            "description": "Provides functionality to handle HHVM/PHP environments",
4973
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4974
            "keywords": [
4975
                "Xdebug",
4976
                "environment",
4977
                "hhvm"
4978
            ],
4979
            "time": "2016-05-17 03:18:57"
4980
        },
4981
        {
4982
            "name": "sebastian/exporter",
4983
            "version": "1.2.2",
4984
            "source": {
4985
                "type": "git",
4986
                "url": "https://github.com/sebastianbergmann/exporter.git",
4987
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
4988
            },
4989
            "dist": {
4990
                "type": "zip",
4991
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
4992
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
4993
                "shasum": ""
4994
            },
4995
            "require": {
4996
                "php": ">=5.3.3",
4997
                "sebastian/recursion-context": "~1.0"
4998
            },
4999
            "require-dev": {
5000
                "ext-mbstring": "*",
5001
                "phpunit/phpunit": "~4.4"
5002
            },
5003
            "type": "library",
5004
            "extra": {
5005
                "branch-alias": {
5006
                    "dev-master": "1.3.x-dev"
5007
                }
5008
            },
5009
            "autoload": {
5010
                "classmap": [
5011
                    "src/"
5012
                ]
5013
            },
5014
            "notification-url": "https://packagist.org/downloads/",
5015
            "license": [
5016
                "BSD-3-Clause"
5017
            ],
5018
            "authors": [
5019
                {
5020
                    "name": "Jeff Welch",
5021
                    "email": "[email protected]"
5022
                },
5023
                {
5024
                    "name": "Volker Dusch",
5025
                    "email": "[email protected]"
5026
                },
5027
                {
5028
                    "name": "Bernhard Schussek",
5029
                    "email": "[email protected]"
5030
                },
5031
                {
5032
                    "name": "Sebastian Bergmann",
5033
                    "email": "[email protected]"
5034
                },
5035
                {
5036
                    "name": "Adam Harvey",
5037
                    "email": "[email protected]"
5038
                }
5039
            ],
5040
            "description": "Provides the functionality to export PHP variables for visualization",
5041
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5042
            "keywords": [
5043
                "export",
5044
                "exporter"
5045
            ],
5046
            "time": "2016-06-17 09:04:28"
5047
        },
5048
        {
5049
            "name": "sebastian/global-state",
5050
            "version": "1.1.1",
5051
            "source": {
5052
                "type": "git",
5053
                "url": "https://github.com/sebastianbergmann/global-state.git",
5054
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
5055
            },
5056
            "dist": {
5057
                "type": "zip",
5058
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
5059
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
5060
                "shasum": ""
5061
            },
5062
            "require": {
5063
                "php": ">=5.3.3"
5064
            },
5065
            "require-dev": {
5066
                "phpunit/phpunit": "~4.2"
5067
            },
5068
            "suggest": {
5069
                "ext-uopz": "*"
5070
            },
5071
            "type": "library",
5072
            "extra": {
5073
                "branch-alias": {
5074
                    "dev-master": "1.0-dev"
5075
                }
5076
            },
5077
            "autoload": {
5078
                "classmap": [
5079
                    "src/"
5080
                ]
5081
            },
5082
            "notification-url": "https://packagist.org/downloads/",
5083
            "license": [
5084
                "BSD-3-Clause"
5085
            ],
5086
            "authors": [
5087
                {
5088
                    "name": "Sebastian Bergmann",
5089
                    "email": "[email protected]"
5090
                }
5091
            ],
5092
            "description": "Snapshotting of global state",
5093
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5094
            "keywords": [
5095
                "global state"
5096
            ],
5097
            "time": "2015-10-12 03:26:01"
5098
        },
5099
        {
5100
            "name": "sebastian/object-enumerator",
5101
            "version": "1.0.0",
5102
            "source": {
5103
                "type": "git",
5104
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5105
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
5106
            },
5107
            "dist": {
5108
                "type": "zip",
5109
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
5110
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
5111
                "shasum": ""
5112
            },
5113
            "require": {
5114
                "php": ">=5.6",
5115
                "sebastian/recursion-context": "~1.0"
5116
            },
5117
            "require-dev": {
5118
                "phpunit/phpunit": "~5"
5119
            },
5120
            "type": "library",
5121
            "extra": {
5122
                "branch-alias": {
5123
                    "dev-master": "1.0.x-dev"
5124
                }
5125
            },
5126
            "autoload": {
5127
                "classmap": [
5128
                    "src/"
5129
                ]
5130
            },
5131
            "notification-url": "https://packagist.org/downloads/",
5132
            "license": [
5133
                "BSD-3-Clause"
5134
            ],
5135
            "authors": [
5136
                {
5137
                    "name": "Sebastian Bergmann",
5138
                    "email": "[email protected]"
5139
                }
5140
            ],
5141
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5142
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5143
            "time": "2016-01-28 13:25:10"
5144
        },
5145
        {
5146
            "name": "sebastian/recursion-context",
5147
            "version": "1.0.2",
5148
            "source": {
5149
                "type": "git",
5150
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5151
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
5152
            },
5153
            "dist": {
5154
                "type": "zip",
5155
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
5156
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
5157
                "shasum": ""
5158
            },
5159
            "require": {
5160
                "php": ">=5.3.3"
5161
            },
5162
            "require-dev": {
5163
                "phpunit/phpunit": "~4.4"
5164
            },
5165
            "type": "library",
5166
            "extra": {
5167
                "branch-alias": {
5168
                    "dev-master": "1.0.x-dev"
5169
                }
5170
            },
5171
            "autoload": {
5172
                "classmap": [
5173
                    "src/"
5174
                ]
5175
            },
5176
            "notification-url": "https://packagist.org/downloads/",
5177
            "license": [
5178
                "BSD-3-Clause"
5179
            ],
5180
            "authors": [
5181
                {
5182
                    "name": "Jeff Welch",
5183
                    "email": "[email protected]"
5184
                },
5185
                {
5186
                    "name": "Sebastian Bergmann",
5187
                    "email": "[email protected]"
5188
                },
5189
                {
5190
                    "name": "Adam Harvey",
5191
                    "email": "[email protected]"
5192
                }
5193
            ],
5194
            "description": "Provides functionality to recursively process PHP variables",
5195
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5196
            "time": "2015-11-11 19:50:13"
5197
        },
5198
        {
5199
            "name": "sebastian/resource-operations",
5200
            "version": "1.0.0",
5201
            "source": {
5202
                "type": "git",
5203
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5204
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
5205
            },
5206
            "dist": {
5207
                "type": "zip",
5208
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5209
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5210
                "shasum": ""
5211
            },
5212
            "require": {
5213
                "php": ">=5.6.0"
5214
            },
5215
            "type": "library",
5216
            "extra": {
5217
                "branch-alias": {
5218
                    "dev-master": "1.0.x-dev"
5219
                }
5220
            },
5221
            "autoload": {
5222
                "classmap": [
5223
                    "src/"
5224
                ]
5225
            },
5226
            "notification-url": "https://packagist.org/downloads/",
5227
            "license": [
5228
                "BSD-3-Clause"
5229
            ],
5230
            "authors": [
5231
                {
5232
                    "name": "Sebastian Bergmann",
5233
                    "email": "[email protected]"
5234
                }
5235
            ],
5236
            "description": "Provides a list of PHP built-in functions that operate on resources",
5237
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5238
            "time": "2015-07-28 20:34:47"
5239
        },
5240
        {
5241
            "name": "sebastian/version",
5242
            "version": "2.0.0",
5243
            "source": {
5244
                "type": "git",
5245
                "url": "https://github.com/sebastianbergmann/version.git",
5246
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
5247
            },
5248
            "dist": {
5249
                "type": "zip",
5250
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
5251
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
5252
                "shasum": ""
5253
            },
5254
            "require": {
5255
                "php": ">=5.6"
5256
            },
5257
            "type": "library",
5258
            "extra": {
5259
                "branch-alias": {
5260
                    "dev-master": "2.0.x-dev"
5261
                }
5262
            },
5263
            "autoload": {
5264
                "classmap": [
5265
                    "src/"
5266
                ]
5267
            },
5268
            "notification-url": "https://packagist.org/downloads/",
5269
            "license": [
5270
                "BSD-3-Clause"
5271
            ],
5272
            "authors": [
5273
                {
5274
                    "name": "Sebastian Bergmann",
5275
                    "email": "[email protected]",
5276
                    "role": "lead"
5277
                }
5278
            ],
5279
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5280
            "homepage": "https://github.com/sebastianbergmann/version",
5281
            "time": "2016-02-04 12:56:52"
5282
        },
5283
        {
5284
            "name": "symfony/class-loader",
5285
            "version": "v3.1.2",
5286
            "source": {
5287
                "type": "git",
5288
                "url": "https://github.com/symfony/class-loader.git",
5289
                "reference": "0d0ac77c336eb73f35bebdf3e1f3695ac741bbc9"
5290
            },
5291
            "dist": {
5292
                "type": "zip",
5293
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/0d0ac77c336eb73f35bebdf3e1f3695ac741bbc9",
5294
                "reference": "0d0ac77c336eb73f35bebdf3e1f3695ac741bbc9",
5295
                "shasum": ""
5296
            },
5297
            "require": {
5298
                "php": ">=5.5.9"
5299
            },
5300
            "require-dev": {
5301
                "symfony/finder": "~2.8|~3.0",
5302
                "symfony/polyfill-apcu": "~1.1"
5303
            },
5304
            "suggest": {
5305
                "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
5306
            },
5307
            "type": "library",
5308
            "extra": {
5309
                "branch-alias": {
5310
                    "dev-master": "3.1-dev"
5311
                }
5312
            },
5313
            "autoload": {
5314
                "psr-4": {
5315
                    "Symfony\\Component\\ClassLoader\\": ""
5316
                },
5317
                "exclude-from-classmap": [
5318
                    "/Tests/"
5319
                ]
5320
            },
5321
            "notification-url": "https://packagist.org/downloads/",
5322
            "license": [
5323
                "MIT"
5324
            ],
5325
            "authors": [
5326
                {
5327
                    "name": "Fabien Potencier",
5328
                    "email": "[email protected]"
5329
                },
5330
                {
5331
                    "name": "Symfony Community",
5332
                    "homepage": "https://symfony.com/contributors"
5333
                }
5334
            ],
5335
            "description": "Symfony ClassLoader Component",
5336
            "homepage": "https://symfony.com",
5337
            "time": "2016-06-29 05:41:56"
5338
        },
5339
        {
5340
            "name": "symfony/config",
5341
            "version": "v3.1.2",
5342
            "source": {
5343
                "type": "git",
5344
                "url": "https://github.com/symfony/config.git",
5345
                "reference": "bcf5aebabc95b56e370e13d78565f74c7d8726dc"
5346
            },
5347
            "dist": {
5348
                "type": "zip",
5349
                "url": "https://api.github.com/repos/symfony/config/zipball/bcf5aebabc95b56e370e13d78565f74c7d8726dc",
5350
                "reference": "bcf5aebabc95b56e370e13d78565f74c7d8726dc",
5351
                "shasum": ""
5352
            },
5353
            "require": {
5354
                "php": ">=5.5.9",
5355
                "symfony/filesystem": "~2.8|~3.0"
5356
            },
5357
            "suggest": {
5358
                "symfony/yaml": "To use the yaml reference dumper"
5359
            },
5360
            "type": "library",
5361
            "extra": {
5362
                "branch-alias": {
5363
                    "dev-master": "3.1-dev"
5364
                }
5365
            },
5366
            "autoload": {
5367
                "psr-4": {
5368
                    "Symfony\\Component\\Config\\": ""
5369
                },
5370
                "exclude-from-classmap": [
5371
                    "/Tests/"
5372
                ]
5373
            },
5374
            "notification-url": "https://packagist.org/downloads/",
5375
            "license": [
5376
                "MIT"
5377
            ],
5378
            "authors": [
5379
                {
5380
                    "name": "Fabien Potencier",
5381
                    "email": "[email protected]"
5382
                },
5383
                {
5384
                    "name": "Symfony Community",
5385
                    "homepage": "https://symfony.com/contributors"
5386
                }
5387
            ],
5388
            "description": "Symfony Config Component",
5389
            "homepage": "https://symfony.com",
5390
            "time": "2016-06-29 05:41:56"
5391
        },
5392
        {
5393
            "name": "symfony/dependency-injection",
5394
            "version": "v3.1.2",
5395
            "source": {
5396
                "type": "git",
5397
                "url": "https://github.com/symfony/dependency-injection.git",
5398
                "reference": "b7272b65f2f46cbe77def7d33916f2613669c508"
5399
            },
5400
            "dist": {
5401
                "type": "zip",
5402
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b7272b65f2f46cbe77def7d33916f2613669c508",
5403
                "reference": "b7272b65f2f46cbe77def7d33916f2613669c508",
5404
                "shasum": ""
5405
            },
5406
            "require": {
5407
                "php": ">=5.5.9"
5408
            },
5409
            "require-dev": {
5410
                "symfony/config": "~2.8|~3.0",
5411
                "symfony/expression-language": "~2.8|~3.0",
5412
                "symfony/yaml": "~2.8|~3.0"
5413
            },
5414
            "suggest": {
5415
                "symfony/config": "",
5416
                "symfony/expression-language": "For using expressions in service container configuration",
5417
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
5418
                "symfony/yaml": ""
5419
            },
5420
            "type": "library",
5421
            "extra": {
5422
                "branch-alias": {
5423
                    "dev-master": "3.1-dev"
5424
                }
5425
            },
5426
            "autoload": {
5427
                "psr-4": {
5428
                    "Symfony\\Component\\DependencyInjection\\": ""
5429
                },
5430
                "exclude-from-classmap": [
5431
                    "/Tests/"
5432
                ]
5433
            },
5434
            "notification-url": "https://packagist.org/downloads/",
5435
            "license": [
5436
                "MIT"
5437
            ],
5438
            "authors": [
5439
                {
5440
                    "name": "Fabien Potencier",
5441
                    "email": "[email protected]"
5442
                },
5443
                {
5444
                    "name": "Symfony Community",
5445
                    "homepage": "https://symfony.com/contributors"
5446
                }
5447
            ],
5448
            "description": "Symfony DependencyInjection Component",
5449
            "homepage": "https://symfony.com",
5450
            "time": "2016-06-29 05:42:25"
5451
        },
5452
        {
5453
            "name": "symfony/filesystem",
5454
            "version": "v3.1.2",
5455
            "source": {
5456
                "type": "git",
5457
                "url": "https://github.com/symfony/filesystem.git",
5458
                "reference": "322da5f0910d8aa0b25fa65ffccaba68dbddb890"
5459
            },
5460
            "dist": {
5461
                "type": "zip",
5462
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/322da5f0910d8aa0b25fa65ffccaba68dbddb890",
5463
                "reference": "322da5f0910d8aa0b25fa65ffccaba68dbddb890",
5464
                "shasum": ""
5465
            },
5466
            "require": {
5467
                "php": ">=5.5.9"
5468
            },
5469
            "type": "library",
5470
            "extra": {
5471
                "branch-alias": {
5472
                    "dev-master": "3.1-dev"
5473
                }
5474
            },
5475
            "autoload": {
5476
                "psr-4": {
5477
                    "Symfony\\Component\\Filesystem\\": ""
5478
                },
5479
                "exclude-from-classmap": [
5480
                    "/Tests/"
5481
                ]
5482
            },
5483
            "notification-url": "https://packagist.org/downloads/",
5484
            "license": [
5485
                "MIT"
5486
            ],
5487
            "authors": [
5488
                {
5489
                    "name": "Fabien Potencier",
5490
                    "email": "[email protected]"
5491
                },
5492
                {
5493
                    "name": "Symfony Community",
5494
                    "homepage": "https://symfony.com/contributors"
5495
                }
5496
            ],
5497
            "description": "Symfony Filesystem Component",
5498
            "homepage": "https://symfony.com",
5499
            "time": "2016-06-29 05:41:56"
5500
        },
5501
        {
5502
            "name": "symfony/inflector",
5503
            "version": "v3.1.2",
5504
            "source": {
5505
                "type": "git",
5506
                "url": "https://github.com/symfony/inflector.git",
5507
                "reference": "1ea83acdd81053bdf35ccf3ee91f01b243664b61"
5508
            },
5509
            "dist": {
5510
                "type": "zip",
5511
                "url": "https://api.github.com/repos/symfony/inflector/zipball/1ea83acdd81053bdf35ccf3ee91f01b243664b61",
5512
                "reference": "1ea83acdd81053bdf35ccf3ee91f01b243664b61",
5513
                "shasum": ""
5514
            },
5515
            "require": {
5516
                "php": ">=5.5.9"
5517
            },
5518
            "type": "library",
5519
            "extra": {
5520
                "branch-alias": {
5521
                    "dev-master": "3.1-dev"
5522
                }
5523
            },
5524
            "autoload": {
5525
                "psr-4": {
5526
                    "Symfony\\Component\\Inflector\\": ""
5527
                },
5528
                "exclude-from-classmap": [
5529
                    "/Tests/"
5530
                ]
5531
            },
5532
            "notification-url": "https://packagist.org/downloads/",
5533
            "license": [
5534
                "MIT"
5535
            ],
5536
            "authors": [
5537
                {
5538
                    "name": "Bernhard Schussek",
5539
                    "email": "[email protected]"
5540
                },
5541
                {
5542
                    "name": "Symfony Community",
5543
                    "homepage": "https://symfony.com/contributors"
5544
                }
5545
            ],
5546
            "description": "Symfony Inflector Component",
5547
            "homepage": "https://symfony.com",
5548
            "keywords": [
5549
                "inflection",
5550
                "pluralize",
5551
                "singularize",
5552
                "string",
5553
                "symfony",
5554
                "words"
5555
            ],
5556
            "time": "2016-06-08 11:24:07"
5557
        },
5558
        {
5559
            "name": "symfony/polyfill-php70",
5560
            "version": "v1.2.0",
5561
            "source": {
5562
                "type": "git",
5563
                "url": "https://github.com/symfony/polyfill-php70.git",
5564
                "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85"
5565
            },
5566
            "dist": {
5567
                "type": "zip",
5568
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/a42f4b6b05ed458910f8af4c4e1121b0101b2d85",
5569
                "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85",
5570
                "shasum": ""
5571
            },
5572
            "require": {
5573
                "paragonie/random_compat": "~1.0|~2.0",
5574
                "php": ">=5.3.3"
5575
            },
5576
            "type": "library",
5577
            "extra": {
5578
                "branch-alias": {
5579
                    "dev-master": "1.2-dev"
5580
                }
5581
            },
5582
            "autoload": {
5583
                "psr-4": {
5584
                    "Symfony\\Polyfill\\Php70\\": ""
5585
                },
5586
                "files": [
5587
                    "bootstrap.php"
5588
                ],
5589
                "classmap": [
5590
                    "Resources/stubs"
5591
                ]
5592
            },
5593
            "notification-url": "https://packagist.org/downloads/",
5594
            "license": [
5595
                "MIT"
5596
            ],
5597
            "authors": [
5598
                {
5599
                    "name": "Nicolas Grekas",
5600
                    "email": "[email protected]"
5601
                },
5602
                {
5603
                    "name": "Symfony Community",
5604
                    "homepage": "https://symfony.com/contributors"
5605
                }
5606
            ],
5607
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
5608
            "homepage": "https://symfony.com",
5609
            "keywords": [
5610
                "compatibility",
5611
                "polyfill",
5612
                "portable",
5613
                "shim"
5614
            ],
5615
            "time": "2016-05-18 14:26:46"
5616
        },
5617
        {
5618
            "name": "symfony/property-access",
5619
            "version": "v3.1.2",
5620
            "source": {
5621
                "type": "git",
5622
                "url": "https://github.com/symfony/property-access.git",
5623
                "reference": "b982bfb21901b130e4f814d2835ee9759fa60f40"
5624
            },
5625
            "dist": {
5626
                "type": "zip",
5627
                "url": "https://api.github.com/repos/symfony/property-access/zipball/b982bfb21901b130e4f814d2835ee9759fa60f40",
5628
                "reference": "b982bfb21901b130e4f814d2835ee9759fa60f40",
5629
                "shasum": ""
5630
            },
5631
            "require": {
5632
                "php": ">=5.5.9",
5633
                "symfony/inflector": "~3.1",
5634
                "symfony/polyfill-php70": "~1.0"
5635
            },
5636
            "type": "library",
5637
            "extra": {
5638
                "branch-alias": {
5639
                    "dev-master": "3.1-dev"
5640
                }
5641
            },
5642
            "autoload": {
5643
                "psr-4": {
5644
                    "Symfony\\Component\\PropertyAccess\\": ""
5645
                },
5646
                "exclude-from-classmap": [
5647
                    "/Tests/"
5648
                ]
5649
            },
5650
            "notification-url": "https://packagist.org/downloads/",
5651
            "license": [
5652
                "MIT"
5653
            ],
5654
            "authors": [
5655
                {
5656
                    "name": "Fabien Potencier",
5657
                    "email": "[email protected]"
5658
                },
5659
                {
5660
                    "name": "Symfony Community",
5661
                    "homepage": "https://symfony.com/contributors"
5662
                }
5663
            ],
5664
            "description": "Symfony PropertyAccess Component",
5665
            "homepage": "https://symfony.com",
5666
            "keywords": [
5667
                "access",
5668
                "array",
5669
                "extraction",
5670
                "index",
5671
                "injection",
5672
                "object",
5673
                "property",
5674
                "property path",
5675
                "reflection"
5676
            ],
5677
            "time": "2016-06-29 05:41:56"
5678
        },
5679
        {
5680
            "name": "symfony/stopwatch",
5681
            "version": "v3.1.2",
5682
            "source": {
5683
                "type": "git",
5684
                "url": "https://github.com/symfony/stopwatch.git",
5685
                "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1"
5686
            },
5687
            "dist": {
5688
                "type": "zip",
5689
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/bb42806b12c5f89db4ebf64af6741afe6d8457e1",
5690
                "reference": "bb42806b12c5f89db4ebf64af6741afe6d8457e1",
5691
                "shasum": ""
5692
            },
5693
            "require": {
5694
                "php": ">=5.5.9"
5695
            },
5696
            "type": "library",
5697
            "extra": {
5698
                "branch-alias": {
5699
                    "dev-master": "3.1-dev"
5700
                }
5701
            },
5702
            "autoload": {
5703
                "psr-4": {
5704
                    "Symfony\\Component\\Stopwatch\\": ""
5705
                },
5706
                "exclude-from-classmap": [
5707
                    "/Tests/"
5708
                ]
5709
            },
5710
            "notification-url": "https://packagist.org/downloads/",
5711
            "license": [
5712
                "MIT"
5713
            ],
5714
            "authors": [
5715
                {
5716
                    "name": "Fabien Potencier",
5717
                    "email": "[email protected]"
5718
                },
5719
                {
5720
                    "name": "Symfony Community",
5721
                    "homepage": "https://symfony.com/contributors"
5722
                }
5723
            ],
5724
            "description": "Symfony Stopwatch Component",
5725
            "homepage": "https://symfony.com",
5726
            "time": "2016-06-29 05:41:56"
5727
        },
5728
        {
5729
            "name": "symfony/yaml",
5730
            "version": "v3.1.2",
5731
            "source": {
5732
                "type": "git",
5733
                "url": "https://github.com/symfony/yaml.git",
5734
                "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de"
5735
            },
5736
            "dist": {
5737
                "type": "zip",
5738
                "url": "https://api.github.com/repos/symfony/yaml/zipball/2884c26ce4c1d61aebf423a8b912950fe7c764de",
5739
                "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de",
5740
                "shasum": ""
5741
            },
5742
            "require": {
5743
                "php": ">=5.5.9"
5744
            },
5745
            "type": "library",
5746
            "extra": {
5747
                "branch-alias": {
5748
                    "dev-master": "3.1-dev"
5749
                }
5750
            },
5751
            "autoload": {
5752
                "psr-4": {
5753
                    "Symfony\\Component\\Yaml\\": ""
5754
                },
5755
                "exclude-from-classmap": [
5756
                    "/Tests/"
5757
                ]
5758
            },
5759
            "notification-url": "https://packagist.org/downloads/",
5760
            "license": [
5761
                "MIT"
5762
            ],
5763
            "authors": [
5764
                {
5765
                    "name": "Fabien Potencier",
5766
                    "email": "[email protected]"
5767
                },
5768
                {
5769
                    "name": "Symfony Community",
5770
                    "homepage": "https://symfony.com/contributors"
5771
                }
5772
            ],
5773
            "description": "Symfony Yaml Component",
5774
            "homepage": "https://symfony.com",
5775
            "time": "2016-06-29 05:41:56"
5776
        },
5777
        {
5778
            "name": "way/laravel-test-helpers",
5779
            "version": "dev-master",
5780
            "source": {
5781
                "type": "git",
5782
                "url": "https://github.com/JeffreyWay/Laravel-Test-Helpers.git",
5783
                "reference": "4fbba30c42a6ce465b11f2d5e7608c8037f78a7e"
5784
            },
5785
            "dist": {
5786
                "type": "zip",
5787
                "url": "https://api.github.com/repos/JeffreyWay/Laravel-Test-Helpers/zipball/4fbba30c42a6ce465b11f2d5e7608c8037f78a7e",
5788
                "reference": "4fbba30c42a6ce465b11f2d5e7608c8037f78a7e",
5789
                "shasum": ""
5790
            },
5791
            "require": {
5792
                "php": ">=5.3.0"
5793
            },
5794
            "require-dev": {
5795
                "illuminate/support": "4.0.x",
5796
                "mockery/mockery": "*"
5797
            },
5798
            "type": "library",
5799
            "autoload": {
5800
                "psr-0": {
5801
                    "Way\\Tests": "src/"
5802
                }
5803
            },
5804
            "notification-url": "https://packagist.org/downloads/",
5805
            "authors": [
5806
                {
5807
                    "name": "Jeffrey Way",
5808
                    "email": "[email protected]",
5809
                    "homepage": "http://jeffrye-way.com",
5810
                    "role": "Developer"
5811
                }
5812
            ],
5813
            "description": "Easier testing in Laravel.",
5814
            "time": "2014-03-03 11:50:49"
5815
        },
5816
        {
5817
            "name": "webmozart/assert",
5818
            "version": "1.0.2",
5819
            "source": {
5820
                "type": "git",
5821
                "url": "https://github.com/webmozart/assert.git",
5822
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
5823
            },
5824
            "dist": {
5825
                "type": "zip",
5826
                "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
5827
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
5828
                "shasum": ""
5829
            },
5830
            "require": {
5831
                "php": ">=5.3.3"
5832
            },
5833
            "require-dev": {
5834
                "phpunit/phpunit": "^4.6"
5835
            },
5836
            "type": "library",
5837
            "extra": {
5838
                "branch-alias": {
5839
                    "dev-master": "1.0-dev"
5840
                }
5841
            },
5842
            "autoload": {
5843
                "psr-4": {
5844
                    "Webmozart\\Assert\\": "src/"
5845
                }
5846
            },
5847
            "notification-url": "https://packagist.org/downloads/",
5848
            "license": [
5849
                "MIT"
5850
            ],
5851
            "authors": [
5852
                {
5853
                    "name": "Bernhard Schussek",
5854
                    "email": "[email protected]"
5855
                }
5856
            ],
5857
            "description": "Assertions to validate method input/output with nice error messages.",
5858
            "keywords": [
5859
                "assert",
5860
                "check",
5861
                "validate"
5862
            ],
5863
            "time": "2015-08-24 13:29:44"
5864
        }
5865
    ],
5866
    "aliases": [],
5867
    "minimum-stability": "stable",
5868
    "stability-flags": {
5869
        "way/laravel-test-helpers": 20
5870
    },
5871
    "prefer-stable": false,
5872
    "prefer-lowest": false,
5873
    "platform": {
5874
        "php": ">=5.6|7.0",
5875
        "ext-gd": "*"
5876
    },
5877
    "platform-dev": []
5878
}
5879