Issues (103)

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 (1 issue)

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": "ca550475e3ba9ab96c7180ecdf2bb1aa",
8
    "content-hash": "a04543ec39d90b0e05be3a18f0201ef1",
9
    "packages": [
10
        {
11
            "name": "anahkiasen/former",
12
            "version": "3.5.12",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/formers/former.git",
16
                "reference": "3fc9bdf98ccb022a7afa9c7a7120a66c35efafd9"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/formers/former/zipball/3fc9bdf98ccb022a7afa9c7a7120a66c35efafd9",
21
                "reference": "3fc9bdf98ccb022a7afa9c7a7120a66c35efafd9",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "anahkiasen/html-object": "~1.4",
26
                "illuminate/config": "~4.2",
27
                "illuminate/container": "~4.2",
28
                "illuminate/http": "~4.2",
29
                "illuminate/routing": "~4.2",
30
                "illuminate/session": "~4.2",
31
                "illuminate/translation": "~4.2",
32
                "php": ">=5.4.0"
33
            },
34
            "require-dev": {
35
                "illuminate/database": "~4.2",
36
                "mockery/mockery": "~0.9.1",
37
                "phpunit/phpunit": "~4"
38
            },
39
            "type": "library",
40
            "extra": {
41
                "branch-alias": {
42
                    "dev-master": "3.5.x-dev"
43
                }
44
            },
45
            "autoload": {
46
                "psr-4": {
47
                    "Former\\": [
48
                        "src/Former",
49
                        "tests"
50
                    ],
51
                    "Laravel\\": "src/Laravel"
52
                }
53
            },
54
            "notification-url": "https://packagist.org/downloads/",
55
            "license": [
56
                "MIT"
57
            ],
58
            "authors": [
59
                {
60
                    "name": "Maxime Fabre",
61
                    "email": "[email protected]"
62
                }
63
            ],
64
            "description": "A powerful form builder",
65
            "homepage": "http://anahkiasen.github.com/former/",
66
            "keywords": [
67
                "bootstrap",
68
                "form",
69
                "foundation",
70
                "laravel"
71
            ],
72
            "time": "2016-07-28 19:36:19"
73
        },
74
        {
75
            "name": "anahkiasen/html-object",
76
            "version": "1.4.2",
77
            "source": {
78
                "type": "git",
79
                "url": "https://github.com/Anahkiasen/html-object.git",
80
                "reference": "7890eb43636b1cd5ae7c4aab0d27c6890065c9ad"
81
            },
82
            "dist": {
83
                "type": "zip",
84
                "url": "https://api.github.com/repos/Anahkiasen/html-object/zipball/7890eb43636b1cd5ae7c4aab0d27c6890065c9ad",
85
                "reference": "7890eb43636b1cd5ae7c4aab0d27c6890065c9ad",
86
                "shasum": ""
87
            },
88
            "require": {
89
                "php": ">=5.3.0"
90
            },
91
            "require-dev": {
92
                "phpunit/phpunit": "~4.5"
93
            },
94
            "type": "library",
95
            "autoload": {
96
                "psr-4": {
97
                    "HtmlObject\\": "src"
98
                }
99
            },
100
            "notification-url": "https://packagist.org/downloads/",
101
            "license": [
102
                "MIT"
103
            ],
104
            "authors": [
105
                {
106
                    "name": "Anahkiasen",
107
                    "email": "[email protected]"
108
                }
109
            ],
110
            "description": "A set of classes to create and manipulate HTML objects abstractions",
111
            "time": "2015-03-04 17:12:08"
112
        },
113
        {
114
            "name": "binarix/foundation-pagination",
115
            "version": "1.0.0",
116
            "source": {
117
                "type": "git",
118
                "url": "https://github.com/binarix/Laravel-Foundation-Pagination.git",
119
                "reference": "05f3c57bebe317107aa6fbbf5c963be550ffb939"
120
            },
121
            "dist": {
122
                "type": "zip",
123
                "url": "https://api.github.com/repos/binarix/Laravel-Foundation-Pagination/zipball/05f3c57bebe317107aa6fbbf5c963be550ffb939",
124
                "reference": "05f3c57bebe317107aa6fbbf5c963be550ffb939",
125
                "shasum": ""
126
            },
127
            "require": {
128
                "illuminate/support": "4.*",
129
                "php": ">=5.3.0"
130
            },
131
            "type": "library",
132
            "autoload": {
133
                "psr-0": {
134
                    "Binarix\\FoundationPagination": "src/"
135
                }
136
            },
137
            "notification-url": "https://packagist.org/downloads/",
138
            "authors": [
139
                {
140
                    "name": "Jia Miew (John) Tan",
141
                    "email": "[email protected]"
142
                }
143
            ],
144
            "description": "Provides Zurb Foundation styled pagination slider HTML markup to Laravel4",
145
            "time": "2013-10-24 12:06:35"
146
        },
147
        {
148
            "name": "classpreloader/classpreloader",
149
            "version": "1.0.2",
150
            "source": {
151
                "type": "git",
152
                "url": "https://github.com/ClassPreloader/ClassPreloader.git",
153
                "reference": "2c9f3bcbab329570c57339895bd11b5dd3b00877"
154
            },
155
            "dist": {
156
                "type": "zip",
157
                "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/2c9f3bcbab329570c57339895bd11b5dd3b00877",
158
                "reference": "2c9f3bcbab329570c57339895bd11b5dd3b00877",
159
                "shasum": ""
160
            },
161
            "require": {
162
                "nikic/php-parser": "~0.9",
163
                "php": ">=5.3.3",
164
                "symfony/console": "~2.1",
165
                "symfony/filesystem": "~2.1",
166
                "symfony/finder": "~2.1"
167
            },
168
            "bin": [
169
                "classpreloader.php"
170
            ],
171
            "type": "library",
172
            "extra": {
173
                "branch-alias": {
174
                    "dev-master": "1.0-dev"
175
                }
176
            },
177
            "autoload": {
178
                "psr-0": {
179
                    "ClassPreloader": "src/"
180
                }
181
            },
182
            "notification-url": "https://packagist.org/downloads/",
183
            "license": [
184
                "MIT"
185
            ],
186
            "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
187
            "keywords": [
188
                "autoload",
189
                "class",
190
                "preload"
191
            ],
192
            "time": "2014-03-12 00:05:31"
193
        },
194
        {
195
            "name": "cviebrock/eloquent-sluggable",
196
            "version": "2.0.5",
197
            "source": {
198
                "type": "git",
199
                "url": "https://github.com/cviebrock/eloquent-sluggable.git",
200
                "reference": "fcc70e6f27b0d0ff116c7163ef428dd61c387b05"
201
            },
202
            "dist": {
203
                "type": "zip",
204
                "url": "https://api.github.com/repos/cviebrock/eloquent-sluggable/zipball/fcc70e6f27b0d0ff116c7163ef428dd61c387b05",
205
                "reference": "fcc70e6f27b0d0ff116c7163ef428dd61c387b05",
206
                "shasum": ""
207
            },
208
            "require": {
209
                "illuminate/config": "4.*",
210
                "illuminate/database": "4.*",
211
                "illuminate/support": "4.*",
212
                "php": ">=5.4.0"
213
            },
214
            "require-dev": {
215
                "laravelbook/ardent": "dev-master",
216
                "orchestra/testbench": "2.1.*",
217
                "phpunit/phpunit": "4.0.*"
218
            },
219
            "type": "library",
220
            "autoload": {
221
                "psr-0": {
222
                    "Cviebrock\\EloquentSluggable": "src/"
223
                }
224
            },
225
            "notification-url": "https://packagist.org/downloads/",
226
            "license": [
227
                "MIT"
228
            ],
229
            "authors": [
230
                {
231
                    "name": "Colin Viebrock",
232
                    "email": "[email protected]"
233
                }
234
            ],
235
            "description": "Easy creation of slugs for your Eloquent models in Laravel 4.",
236
            "homepage": "https://github.com/cviebrock/eloquent-sluggable",
237
            "keywords": [
238
                "eloquent",
239
                "laravel",
240
                "slug"
241
            ],
242
            "time": "2014-11-13 20:05:40"
243
        },
244
        {
245
            "name": "d11wtq/boris",
246
            "version": "v1.0.10",
247
            "source": {
248
                "type": "git",
249
                "url": "https://github.com/borisrepl/boris.git",
250
                "reference": "31055b15e2d3fe47f31f6aa8e277f8f3fc7eb483"
251
            },
252
            "dist": {
253
                "type": "zip",
254
                "url": "https://api.github.com/repos/borisrepl/boris/zipball/31055b15e2d3fe47f31f6aa8e277f8f3fc7eb483",
255
                "reference": "31055b15e2d3fe47f31f6aa8e277f8f3fc7eb483",
256
                "shasum": ""
257
            },
258
            "require": {
259
                "ext-pcntl": "*",
260
                "ext-posix": "*",
261
                "ext-readline": "*",
262
                "php": ">=5.3.0"
263
            },
264
            "bin": [
265
                "bin/boris"
266
            ],
267
            "type": "library",
268
            "autoload": {
269
                "psr-0": {
270
                    "Boris": "lib"
271
                }
272
            },
273
            "notification-url": "https://packagist.org/downloads/",
274
            "license": [
275
                "MIT"
276
            ],
277
            "description": "A tiny, but robust REPL (Read-Evaluate-Print-Loop) for PHP.",
278
            "time": "2015-03-01 08:05:19"
279
        },
280
        {
281
            "name": "edvinaskrucas/notification",
282
            "version": "3.0.1",
283
            "source": {
284
                "type": "git",
285
                "url": "https://github.com/edvinaskrucas/notification.git",
286
                "reference": "fd3bdcc8b8c8f5e3933fd4551f7a06b3018e0957"
287
            },
288
            "dist": {
289
                "type": "zip",
290
                "url": "https://api.github.com/repos/edvinaskrucas/notification/zipball/fd3bdcc8b8c8f5e3933fd4551f7a06b3018e0957",
291
                "reference": "fd3bdcc8b8c8f5e3933fd4551f7a06b3018e0957",
292
                "shasum": ""
293
            },
294
            "require": {
295
                "illuminate/config": "4.*",
296
                "illuminate/events": "4.*",
297
                "illuminate/session": "4.*",
298
                "illuminate/support": "4.*",
299
                "php": ">=5.4.0"
300
            },
301
            "require-dev": {
302
                "mockery/mockery": "0.7.*"
303
            },
304
            "type": "library",
305
            "autoload": {
306
                "psr-0": {
307
                    "Krucas\\Notification": "src/"
308
                }
309
            },
310
            "notification-url": "https://packagist.org/downloads/",
311
            "license": [
312
                "MIT"
313
            ],
314
            "authors": [
315
                {
316
                    "name": "Edvinas Kručas",
317
                    "email": "[email protected]"
318
                }
319
            ],
320
            "description": "Package for Laravel for helping to manage flash / instant notifications / messages.",
321
            "keywords": [
322
                "flash",
323
                "instant",
324
                "laravel",
325
                "messages",
326
                "notifications"
327
            ],
328
            "time": "2014-08-07 13:53:35"
329
        },
330
        {
331
            "name": "fabpot/goutte",
332
            "version": "v2.0.4",
333
            "source": {
334
                "type": "git",
335
                "url": "https://github.com/FriendsOfPHP/Goutte.git",
336
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802"
337
            },
338
            "dist": {
339
                "type": "zip",
340
                "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
341
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
342
                "shasum": ""
343
            },
344
            "require": {
345
                "guzzlehttp/guzzle": ">=4,<6",
346
                "php": ">=5.4.0",
347
                "symfony/browser-kit": "~2.1",
348
                "symfony/css-selector": "~2.1",
349
                "symfony/dom-crawler": "~2.1"
350
            },
351
            "type": "application",
352
            "extra": {
353
                "branch-alias": {
354
                    "dev-master": "2.0-dev"
355
                }
356
            },
357
            "autoload": {
358
                "psr-4": {
359
                    "Goutte\\": "Goutte"
360
                }
361
            },
362
            "notification-url": "https://packagist.org/downloads/",
363
            "license": [
364
                "MIT"
365
            ],
366
            "authors": [
367
                {
368
                    "name": "Fabien Potencier",
369
                    "email": "[email protected]"
370
                }
371
            ],
372
            "description": "A simple PHP Web Scraper",
373
            "homepage": "https://github.com/FriendsOfPHP/Goutte",
374
            "keywords": [
375
                "scraper"
376
            ],
377
            "time": "2015-05-05 21:14:57"
378
        },
379
        {
380
            "name": "filp/whoops",
381
            "version": "1.1.10",
382
            "source": {
383
                "type": "git",
384
                "url": "https://github.com/filp/whoops.git",
385
                "reference": "72538eeb70bbfb11964412a3d098d109efd012f7"
386
            },
387
            "dist": {
388
                "type": "zip",
389
                "url": "https://api.github.com/repos/filp/whoops/zipball/72538eeb70bbfb11964412a3d098d109efd012f7",
390
                "reference": "72538eeb70bbfb11964412a3d098d109efd012f7",
391
                "shasum": ""
392
            },
393
            "require": {
394
                "php": ">=5.3.0"
395
            },
396
            "require-dev": {
397
                "mockery/mockery": "0.9.*"
398
            },
399
            "type": "library",
400
            "extra": {
401
                "branch-alias": {
402
                    "dev-master": "1.2-dev"
403
                }
404
            },
405
            "autoload": {
406
                "psr-0": {
407
                    "Whoops": "src/"
408
                },
409
                "classmap": [
410
                    "src/deprecated"
411
                ]
412
            },
413
            "notification-url": "https://packagist.org/downloads/",
414
            "license": [
415
                "MIT"
416
            ],
417
            "authors": [
418
                {
419
                    "name": "Filipe Dobreira",
420
                    "homepage": "https://github.com/filp",
421
                    "role": "Developer"
422
                }
423
            ],
424
            "description": "php error handling for cool kids",
425
            "homepage": "https://github.com/filp/whoops",
426
            "keywords": [
427
                "error",
428
                "exception",
429
                "handling",
430
                "library",
431
                "silex-provider",
432
                "whoops",
433
                "zf2"
434
            ],
435
            "time": "2015-06-29 05:42:04"
436
        },
437
        {
438
            "name": "guzzlehttp/guzzle",
439
            "version": "4.2.4",
440
            "source": {
441
                "type": "git",
442
                "url": "https://github.com/guzzle/guzzle.git",
443
                "reference": "13a8e5acff26b0a87d353042170b48976da004a1"
444
            },
445
            "dist": {
446
                "type": "zip",
447
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/13a8e5acff26b0a87d353042170b48976da004a1",
448
                "reference": "13a8e5acff26b0a87d353042170b48976da004a1",
449
                "shasum": ""
450
            },
451
            "require": {
452
                "ext-json": "*",
453
                "guzzlehttp/streams": "~2.1",
454
                "php": ">=5.4.0"
455
            },
456
            "require-dev": {
457
                "ext-curl": "*",
458
                "phpunit/phpunit": "~4.0",
459
                "psr/log": "~1.0"
460
            },
461
            "suggest": {
462
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
463
            },
464
            "type": "library",
465
            "extra": {
466
                "branch-alias": {
467
                    "dev-master": "4.2-dev"
468
                }
469
            },
470
            "autoload": {
471
                "psr-4": {
472
                    "GuzzleHttp\\": "src/"
473
                },
474
                "files": [
475
                    "src/functions.php"
476
                ]
477
            },
478
            "notification-url": "https://packagist.org/downloads/",
479
            "license": [
480
                "MIT"
481
            ],
482
            "authors": [
483
                {
484
                    "name": "Michael Dowling",
485
                    "email": "[email protected]",
486
                    "homepage": "https://github.com/mtdowling"
487
                }
488
            ],
489
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
490
            "homepage": "http://guzzlephp.org/",
491
            "keywords": [
492
                "client",
493
                "curl",
494
                "framework",
495
                "http",
496
                "http client",
497
                "rest",
498
                "web service"
499
            ],
500
            "time": "2016-07-15 17:44:18"
501
        },
502
        {
503
            "name": "guzzlehttp/streams",
504
            "version": "2.1.0",
505
            "source": {
506
                "type": "git",
507
                "url": "https://github.com/guzzle/streams.git",
508
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534"
509
            },
510
            "dist": {
511
                "type": "zip",
512
                "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534",
513
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534",
514
                "shasum": ""
515
            },
516
            "require": {
517
                "php": ">=5.4.0"
518
            },
519
            "require-dev": {
520
                "phpunit/phpunit": "~4.0"
521
            },
522
            "type": "library",
523
            "extra": {
524
                "branch-alias": {
525
                    "dev-master": "2.0-dev"
526
                }
527
            },
528
            "autoload": {
529
                "psr-4": {
530
                    "GuzzleHttp\\Stream\\": "src/"
531
                },
532
                "files": [
533
                    "src/functions.php"
534
                ]
535
            },
536
            "notification-url": "https://packagist.org/downloads/",
537
            "license": [
538
                "MIT"
539
            ],
540
            "authors": [
541
                {
542
                    "name": "Michael Dowling",
543
                    "email": "[email protected]",
544
                    "homepage": "https://github.com/mtdowling"
545
                }
546
            ],
547
            "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
548
            "homepage": "http://guzzlephp.org/",
549
            "keywords": [
550
                "Guzzle",
551
                "stream"
552
            ],
553
            "time": "2014-08-17 21:15:53"
554
        },
555
        {
556
            "name": "indatus/dispatcher",
557
            "version": "v1.4.3",
558
            "source": {
559
                "type": "git",
560
                "url": "https://github.com/Indatus/dispatcher.git",
561
                "reference": "e406351ba302217c49310647f8fd0213399872e8"
562
            },
563
            "dist": {
564
                "type": "zip",
565
                "url": "https://api.github.com/repos/Indatus/dispatcher/zipball/e406351ba302217c49310647f8fd0213399872e8",
566
                "reference": "e406351ba302217c49310647f8fd0213399872e8",
567
                "shasum": ""
568
            },
569
            "require": {
570
                "mtdowling/cron-expression": "~1.0.3",
571
                "php": ">=5.3.2",
572
                "wp-cli/php-cli-tools": "v0.9.4-patch46"
573
            },
574
            "require-dev": {
575
                "mockery/mockery": "~0.9",
576
                "orchestra/testbench": "~2.1.1",
577
                "phpunit/phpunit": "~4.0"
578
            },
579
            "type": "library",
580
            "autoload": {
581
                "classmap": [
582
                    "tests/TestCase.php"
583
                ],
584
                "psr-0": {
585
                    "Indatus\\Dispatcher\\": "src/"
586
                }
587
            },
588
            "notification-url": "https://packagist.org/downloads/",
589
            "license": [
590
                "MIT"
591
            ],
592
            "authors": [
593
                {
594
                    "name": "Ben Kuhl",
595
                    "email": "[email protected]",
596
                    "role": "Developer"
597
                }
598
            ],
599
            "description": "Schedule your artisan commands within your application",
600
            "keywords": [
601
                "artisan",
602
                "dispatcher",
603
                "laravel",
604
                "schedule"
605
            ],
606
            "time": "2015-03-26 16:52:57"
607
        },
608
        {
609
            "name": "ircmaxell/password-compat",
610
            "version": "v1.0.4",
611
            "source": {
612
                "type": "git",
613
                "url": "https://github.com/ircmaxell/password_compat.git",
614
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
615
            },
616
            "dist": {
617
                "type": "zip",
618
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
619
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
620
                "shasum": ""
621
            },
622
            "require-dev": {
623
                "phpunit/phpunit": "4.*"
624
            },
625
            "type": "library",
626
            "autoload": {
627
                "files": [
628
                    "lib/password.php"
629
                ]
630
            },
631
            "notification-url": "https://packagist.org/downloads/",
632
            "license": [
633
                "MIT"
634
            ],
635
            "authors": [
636
                {
637
                    "name": "Anthony Ferrara",
638
                    "email": "[email protected]",
639
                    "homepage": "http://blog.ircmaxell.com"
640
                }
641
            ],
642
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
643
            "homepage": "https://github.com/ircmaxell/password_compat",
644
            "keywords": [
645
                "hashing",
646
                "password"
647
            ],
648
            "time": "2014-11-20 16:49:30"
649
        },
650
        {
651
            "name": "jeremeamia/SuperClosure",
652
            "version": "1.0.2",
653
            "source": {
654
                "type": "git",
655
                "url": "https://github.com/jeremeamia/super_closure.git",
656
                "reference": "4d89ca74994feab128ea46d5b3add92e6cb84554"
657
            },
658
            "dist": {
659
                "type": "zip",
660
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/4d89ca74994feab128ea46d5b3add92e6cb84554",
661
                "reference": "4d89ca74994feab128ea46d5b3add92e6cb84554",
662
                "shasum": ""
663
            },
664
            "require": {
665
                "nikic/php-parser": "~0.9",
666
                "php": ">=5.3.3"
667
            },
668
            "require-dev": {
669
                "phpunit/phpunit": "~3.7"
670
            },
671
            "type": "library",
672
            "autoload": {
673
                "psr-0": {
674
                    "Jeremeamia\\SuperClosure": "src/"
675
                }
676
            },
677
            "notification-url": "https://packagist.org/downloads/",
678
            "license": [
679
                "MIT"
680
            ],
681
            "authors": [
682
                {
683
                    "name": "Jeremy Lindblom"
684
                }
685
            ],
686
            "description": "Doing interesting things with closures like serialization.",
687
            "homepage": "https://github.com/jeremeamia/super_closure",
688
            "keywords": [
689
                "closure",
690
                "function",
691
                "parser",
692
                "serializable",
693
                "serialize",
694
                "tokenizer"
695
            ],
696
            "time": "2015-01-10 01:09:28"
697
        },
698
        {
699
            "name": "laravel/framework",
700
            "version": "v4.2.19",
701
            "source": {
702
                "type": "git",
703
                "url": "https://github.com/laravel/framework.git",
704
                "reference": "93d7dc4a51bb54fe99f070eabbc9a8fd7989f32b"
705
            },
706
            "dist": {
707
                "type": "zip",
708
                "url": "https://api.github.com/repos/laravel/framework/zipball/93d7dc4a51bb54fe99f070eabbc9a8fd7989f32b",
709
                "reference": "93d7dc4a51bb54fe99f070eabbc9a8fd7989f32b",
710
                "shasum": ""
711
            },
712
            "require": {
713
                "classpreloader/classpreloader": "~1.0.2",
714
                "d11wtq/boris": "~1.0",
715
                "filp/whoops": "1.1.*",
716
                "ircmaxell/password-compat": "~1.0",
717
                "jeremeamia/superclosure": "~1.0.1",
718
                "monolog/monolog": "~1.6",
719
                "nesbot/carbon": "~1.0",
720
                "patchwork/utf8": "~1.1",
721
                "php": ">=5.4.0",
722
                "phpseclib/phpseclib": "0.3.*",
723
                "predis/predis": "0.8.*",
724
                "stack/builder": "~1.0",
725
                "swiftmailer/swiftmailer": "~5.1",
726
                "symfony/browser-kit": "2.5.*",
727
                "symfony/console": "2.5.*",
728
                "symfony/css-selector": "2.5.*",
729
                "symfony/debug": "2.5.*",
730
                "symfony/dom-crawler": "2.5.*",
731
                "symfony/finder": "2.5.*",
732
                "symfony/http-foundation": "2.5.*",
733
                "symfony/http-kernel": "2.5.*",
734
                "symfony/process": "2.5.*",
735
                "symfony/routing": "2.5.*",
736
                "symfony/security-core": "2.5.*",
737
                "symfony/translation": "2.5.*"
738
            },
739
            "replace": {
740
                "illuminate/auth": "self.version",
741
                "illuminate/cache": "self.version",
742
                "illuminate/config": "self.version",
743
                "illuminate/console": "self.version",
744
                "illuminate/container": "self.version",
745
                "illuminate/cookie": "self.version",
746
                "illuminate/database": "self.version",
747
                "illuminate/encryption": "self.version",
748
                "illuminate/events": "self.version",
749
                "illuminate/exception": "self.version",
750
                "illuminate/filesystem": "self.version",
751
                "illuminate/foundation": "self.version",
752
                "illuminate/hashing": "self.version",
753
                "illuminate/html": "self.version",
754
                "illuminate/http": "self.version",
755
                "illuminate/log": "self.version",
756
                "illuminate/mail": "self.version",
757
                "illuminate/pagination": "self.version",
758
                "illuminate/queue": "self.version",
759
                "illuminate/redis": "self.version",
760
                "illuminate/remote": "self.version",
761
                "illuminate/routing": "self.version",
762
                "illuminate/session": "self.version",
763
                "illuminate/support": "self.version",
764
                "illuminate/translation": "self.version",
765
                "illuminate/validation": "self.version",
766
                "illuminate/view": "self.version",
767
                "illuminate/workbench": "self.version"
768
            },
769
            "require-dev": {
770
                "aws/aws-sdk-php": "~2.6",
771
                "iron-io/iron_mq": "~1.5",
772
                "mockery/mockery": "~0.9",
773
                "pda/pheanstalk": "~2.1",
774
                "phpunit/phpunit": "~4.0"
775
            },
776
            "suggest": {
777
                "doctrine/dbal": "Allow renaming columns and dropping SQLite columns."
778
            },
779
            "type": "library",
780
            "extra": {
781
                "branch-alias": {
782
                    "dev-master": "4.2-dev"
783
                }
784
            },
785
            "autoload": {
786
                "classmap": [
787
                    "src/Illuminate/Queue/IlluminateQueueClosure.php"
788
                ],
789
                "files": [
790
                    "src/Illuminate/Support/helpers.php"
791
                ],
792
                "psr-0": {
793
                    "Illuminate": "src/"
794
                }
795
            },
796
            "notification-url": "https://packagist.org/downloads/",
797
            "license": [
798
                "MIT"
799
            ],
800
            "authors": [
801
                {
802
                    "name": "Taylor Otwell",
803
                    "email": "[email protected]"
804
                }
805
            ],
806
            "description": "The Laravel Framework.",
807
            "keywords": [
808
                "framework",
809
                "laravel"
810
            ],
811
            "time": "2016-02-02 14:55:02"
812
        },
813
        {
814
            "name": "monolog/monolog",
815
            "version": "1.21.0",
816
            "source": {
817
                "type": "git",
818
                "url": "https://github.com/Seldaek/monolog.git",
819
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
820
            },
821
            "dist": {
822
                "type": "zip",
823
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
824
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
825
                "shasum": ""
826
            },
827
            "require": {
828
                "php": ">=5.3.0",
829
                "psr/log": "~1.0"
830
            },
831
            "provide": {
832
                "psr/log-implementation": "1.0.0"
833
            },
834
            "require-dev": {
835
                "aws/aws-sdk-php": "^2.4.9",
836
                "doctrine/couchdb": "~1.0@dev",
837
                "graylog2/gelf-php": "~1.0",
838
                "jakub-onderka/php-parallel-lint": "0.9",
839
                "php-amqplib/php-amqplib": "~2.4",
840
                "php-console/php-console": "^3.1.3",
841
                "phpunit/phpunit": "~4.5",
842
                "phpunit/phpunit-mock-objects": "2.3.0",
843
                "ruflin/elastica": ">=0.90 <3.0",
844
                "sentry/sentry": "^0.13",
845
                "swiftmailer/swiftmailer": "~5.3"
846
            },
847
            "suggest": {
848
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
849
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
850
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
851
                "ext-mongo": "Allow sending log messages to a MongoDB server",
852
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
853
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
854
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
855
                "php-console/php-console": "Allow sending log messages to Google Chrome",
856
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
857
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
858
                "sentry/sentry": "Allow sending log messages to a Sentry server"
859
            },
860
            "type": "library",
861
            "extra": {
862
                "branch-alias": {
863
                    "dev-master": "2.0.x-dev"
864
                }
865
            },
866
            "autoload": {
867
                "psr-4": {
868
                    "Monolog\\": "src/Monolog"
869
                }
870
            },
871
            "notification-url": "https://packagist.org/downloads/",
872
            "license": [
873
                "MIT"
874
            ],
875
            "authors": [
876
                {
877
                    "name": "Jordi Boggiano",
878
                    "email": "[email protected]",
879
                    "homepage": "http://seld.be"
880
                }
881
            ],
882
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
883
            "homepage": "http://github.com/Seldaek/monolog",
884
            "keywords": [
885
                "log",
886
                "logging",
887
                "psr-3"
888
            ],
889
            "time": "2016-07-29 03:23:52"
890
        },
891
        {
892
            "name": "mtdowling/cron-expression",
893
            "version": "v1.0.4",
894
            "source": {
895
                "type": "git",
896
                "url": "https://github.com/mtdowling/cron-expression.git",
897
                "reference": "fd92e883195e5dfa77720b1868cf084b08be4412"
898
            },
899
            "dist": {
900
                "type": "zip",
901
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/fd92e883195e5dfa77720b1868cf084b08be4412",
902
                "reference": "fd92e883195e5dfa77720b1868cf084b08be4412",
903
                "shasum": ""
904
            },
905
            "require": {
906
                "php": ">=5.3.2"
907
            },
908
            "require-dev": {
909
                "phpunit/phpunit": "4.*"
910
            },
911
            "type": "library",
912
            "autoload": {
913
                "psr-0": {
914
                    "Cron": "src/"
915
                }
916
            },
917
            "notification-url": "https://packagist.org/downloads/",
918
            "license": [
919
                "MIT"
920
            ],
921
            "authors": [
922
                {
923
                    "name": "Michael Dowling",
924
                    "email": "[email protected]",
925
                    "homepage": "https://github.com/mtdowling"
926
                }
927
            ],
928
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
929
            "keywords": [
930
                "cron",
931
                "schedule"
932
            ],
933
            "time": "2015-01-11 23:07:46"
934
        },
935
        {
936
            "name": "nesbot/carbon",
937
            "version": "1.17.0",
938
            "source": {
939
                "type": "git",
940
                "url": "https://github.com/briannesbitt/Carbon.git",
941
                "reference": "a1dd1ad9abfc8b3c4d8768068e6c71d293424e86"
942
            },
943
            "dist": {
944
                "type": "zip",
945
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/a1dd1ad9abfc8b3c4d8768068e6c71d293424e86",
946
                "reference": "a1dd1ad9abfc8b3c4d8768068e6c71d293424e86",
947
                "shasum": ""
948
            },
949
            "require": {
950
                "php": ">=5.3.0"
951
            },
952
            "require-dev": {
953
                "phpunit/phpunit": "~4.0"
954
            },
955
            "type": "library",
956
            "autoload": {
957
                "psr-0": {
958
                    "Carbon": "src"
959
                }
960
            },
961
            "notification-url": "https://packagist.org/downloads/",
962
            "license": [
963
                "MIT"
964
            ],
965
            "authors": [
966
                {
967
                    "name": "Brian Nesbitt",
968
                    "email": "[email protected]",
969
                    "homepage": "http://nesbot.com"
970
                }
971
            ],
972
            "description": "A simple API extension for DateTime.",
973
            "homepage": "http://carbon.nesbot.com",
974
            "keywords": [
975
                "date",
976
                "datetime",
977
                "time"
978
            ],
979
            "time": "2015-03-08 14:05:44"
980
        },
981
        {
982
            "name": "nikic/php-parser",
983
            "version": "v0.9.5",
984
            "source": {
985
                "type": "git",
986
                "url": "https://github.com/nikic/PHP-Parser.git",
987
                "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb"
988
            },
989
            "dist": {
990
                "type": "zip",
991
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ef70767475434bdb3615b43c327e2cae17ef12eb",
992
                "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb",
993
                "shasum": ""
994
            },
995
            "require": {
996
                "ext-tokenizer": "*",
997
                "php": ">=5.2"
998
            },
999
            "type": "library",
1000
            "extra": {
1001
                "branch-alias": {
1002
                    "dev-master": "0.9-dev"
1003
                }
1004
            },
1005
            "autoload": {
1006
                "psr-0": {
1007
                    "PHPParser": "lib/"
1008
                }
1009
            },
1010
            "notification-url": "https://packagist.org/downloads/",
1011
            "license": [
1012
                "BSD-3-Clause"
1013
            ],
1014
            "authors": [
1015
                {
1016
                    "name": "Nikita Popov"
1017
                }
1018
            ],
1019
            "description": "A PHP parser written in PHP",
1020
            "keywords": [
1021
                "parser",
1022
                "php"
1023
            ],
1024
            "time": "2014-07-23 18:24:17"
1025
        },
1026
        {
1027
            "name": "patchwork/utf8",
1028
            "version": "v1.3.1",
1029
            "source": {
1030
                "type": "git",
1031
                "url": "https://github.com/tchwork/utf8.git",
1032
                "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a"
1033
            },
1034
            "dist": {
1035
                "type": "zip",
1036
                "url": "https://api.github.com/repos/tchwork/utf8/zipball/30ec6451aec7d2536f0af8fe535f70c764f2c47a",
1037
                "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a",
1038
                "shasum": ""
1039
            },
1040
            "require": {
1041
                "lib-pcre": ">=7.3",
1042
                "php": ">=5.3.0"
1043
            },
1044
            "suggest": {
1045
                "ext-iconv": "Use iconv for best performance",
1046
                "ext-intl": "Use Intl for best performance",
1047
                "ext-mbstring": "Use Mbstring for best performance",
1048
                "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows"
1049
            },
1050
            "type": "library",
1051
            "extra": {
1052
                "branch-alias": {
1053
                    "dev-master": "1.3-dev"
1054
                }
1055
            },
1056
            "autoload": {
1057
                "psr-4": {
1058
                    "Patchwork\\": "src/Patchwork/"
1059
                },
1060
                "classmap": [
1061
                    "src/Normalizer.php"
1062
                ]
1063
            },
1064
            "notification-url": "https://packagist.org/downloads/",
1065
            "license": [
1066
                "(Apache-2.0 or GPL-2.0)"
1067
            ],
1068
            "authors": [
1069
                {
1070
                    "name": "Nicolas Grekas",
1071
                    "email": "[email protected]"
1072
                }
1073
            ],
1074
            "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
1075
            "homepage": "https://github.com/tchwork/utf8",
1076
            "keywords": [
1077
                "grapheme",
1078
                "i18n",
1079
                "unicode",
1080
                "utf-8",
1081
                "utf8"
1082
            ],
1083
            "time": "2016-05-18 13:57:10"
1084
        },
1085
        {
1086
            "name": "pda/pheanstalk",
1087
            "version": "v2.1.1",
1088
            "source": {
1089
                "type": "git",
1090
                "url": "https://github.com/pda/pheanstalk.git",
1091
                "reference": "672eb5cc9049d61e4eb68d30f0f33de65a947e6b"
1092
            },
1093
            "dist": {
1094
                "type": "zip",
1095
                "url": "https://api.github.com/repos/pda/pheanstalk/zipball/672eb5cc9049d61e4eb68d30f0f33de65a947e6b",
1096
                "reference": "672eb5cc9049d61e4eb68d30f0f33de65a947e6b",
1097
                "shasum": ""
1098
            },
1099
            "require": {
1100
                "php": ">=5.3.0"
1101
            },
1102
            "type": "library",
1103
            "autoload": {
1104
                "psr-0": {
1105
                    "Pheanstalk": "classes/"
1106
                }
1107
            },
1108
            "notification-url": "https://packagist.org/downloads/",
1109
            "license": [
1110
                "MIT"
1111
            ],
1112
            "authors": [
1113
                {
1114
                    "name": "Paul Annesley",
1115
                    "email": "[email protected]",
1116
                    "homepage": "http://paul.annesley.cc/",
1117
                    "role": "Developer"
1118
                }
1119
            ],
1120
            "description": "PHP client for beanstalkd queue",
1121
            "homepage": "https://github.com/pda/pheanstalk",
1122
            "keywords": [
1123
                "beanstalkd"
1124
            ],
1125
            "time": "2014-12-02 22:44:56"
1126
        },
1127
        {
1128
            "name": "phpseclib/phpseclib",
1129
            "version": "0.3.10",
1130
            "source": {
1131
                "type": "git",
1132
                "url": "https://github.com/phpseclib/phpseclib.git",
1133
                "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4"
1134
            },
1135
            "dist": {
1136
                "type": "zip",
1137
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
1138
                "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
1139
                "shasum": ""
1140
            },
1141
            "require": {
1142
                "php": ">=5.0.0"
1143
            },
1144
            "require-dev": {
1145
                "phing/phing": "~2.7",
1146
                "phpunit/phpunit": "~4.0",
1147
                "sami/sami": "~2.0",
1148
                "squizlabs/php_codesniffer": "~1.5"
1149
            },
1150
            "suggest": {
1151
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1152
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
1153
                "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3."
1154
            },
1155
            "type": "library",
1156
            "extra": {
1157
                "branch-alias": {
1158
                    "dev-master": "0.3-dev"
1159
                }
1160
            },
1161
            "autoload": {
1162
                "psr-0": {
1163
                    "Crypt": "phpseclib/",
1164
                    "File": "phpseclib/",
1165
                    "Math": "phpseclib/",
1166
                    "Net": "phpseclib/",
1167
                    "System": "phpseclib/"
1168
                },
1169
                "files": [
1170
                    "phpseclib/Crypt/Random.php"
1171
                ]
1172
            },
1173
            "notification-url": "https://packagist.org/downloads/",
1174
            "include-path": [
1175
                "phpseclib/"
1176
            ],
1177
            "license": [
1178
                "MIT"
1179
            ],
1180
            "authors": [
1181
                {
1182
                    "name": "Jim Wigginton",
1183
                    "email": "[email protected]",
1184
                    "role": "Lead Developer"
1185
                },
1186
                {
1187
                    "name": "Patrick Monnerat",
1188
                    "email": "[email protected]",
1189
                    "role": "Developer"
1190
                },
1191
                {
1192
                    "name": "Andreas Fischer",
1193
                    "email": "[email protected]",
1194
                    "role": "Developer"
1195
                },
1196
                {
1197
                    "name": "Hans-Jürgen Petrich",
1198
                    "email": "[email protected]",
1199
                    "role": "Developer"
1200
                }
1201
            ],
1202
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1203
            "homepage": "http://phpseclib.sourceforge.net",
1204
            "keywords": [
1205
                "BigInteger",
1206
                "aes",
1207
                "asn.1",
1208
                "asn1",
1209
                "blowfish",
1210
                "crypto",
1211
                "cryptography",
1212
                "encryption",
1213
                "rsa",
1214
                "security",
1215
                "sftp",
1216
                "signature",
1217
                "signing",
1218
                "ssh",
1219
                "twofish",
1220
                "x.509",
1221
                "x509"
1222
            ],
1223
            "time": "2015-01-28 21:50:33"
1224
        },
1225
        {
1226
            "name": "predis/predis",
1227
            "version": "v0.8.7",
1228
            "source": {
1229
                "type": "git",
1230
                "url": "https://github.com/nrk/predis.git",
1231
                "reference": "4123fcd85d61354c6c9900db76c9597dbd129bf6"
1232
            },
1233
            "dist": {
1234
                "type": "zip",
1235
                "url": "https://api.github.com/repos/nrk/predis/zipball/4123fcd85d61354c6c9900db76c9597dbd129bf6",
1236
                "reference": "4123fcd85d61354c6c9900db76c9597dbd129bf6",
1237
                "shasum": ""
1238
            },
1239
            "require": {
1240
                "php": ">=5.3.2"
1241
            },
1242
            "require-dev": {
1243
                "phpunit/phpunit": "~4.0"
1244
            },
1245
            "suggest": {
1246
                "ext-curl": "Allows access to Webdis when paired with phpiredis",
1247
                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
1248
            },
1249
            "type": "library",
1250
            "autoload": {
1251
                "psr-0": {
1252
                    "Predis": "lib/"
1253
                }
1254
            },
1255
            "notification-url": "https://packagist.org/downloads/",
1256
            "license": [
1257
                "MIT"
1258
            ],
1259
            "authors": [
1260
                {
1261
                    "name": "Daniele Alessandri",
1262
                    "email": "[email protected]",
1263
                    "homepage": "http://clorophilla.net"
1264
                }
1265
            ],
1266
            "description": "Flexible and feature-complete PHP client library for Redis",
1267
            "homepage": "http://github.com/nrk/predis",
1268
            "keywords": [
1269
                "nosql",
1270
                "predis",
1271
                "redis"
1272
            ],
1273
            "time": "2014-08-01 09:43:10"
1274
        },
1275
        {
1276
            "name": "psr/log",
1277
            "version": "1.0.1",
1278
            "source": {
1279
                "type": "git",
1280
                "url": "https://github.com/php-fig/log.git",
1281
                "reference": "5277094ed527a1c4477177d102fe4c53551953e0"
1282
            },
1283
            "dist": {
1284
                "type": "zip",
1285
                "url": "https://api.github.com/repos/php-fig/log/zipball/5277094ed527a1c4477177d102fe4c53551953e0",
1286
                "reference": "5277094ed527a1c4477177d102fe4c53551953e0",
1287
                "shasum": ""
1288
            },
1289
            "require": {
1290
                "php": ">=5.3.0"
1291
            },
1292
            "type": "library",
1293
            "extra": {
1294
                "branch-alias": {
1295
                    "dev-master": "1.0.x-dev"
1296
                }
1297
            },
1298
            "autoload": {
1299
                "psr-4": {
1300
                    "Psr\\Log\\": "Psr/Log/"
1301
                }
1302
            },
1303
            "notification-url": "https://packagist.org/downloads/",
1304
            "license": [
1305
                "MIT"
1306
            ],
1307
            "authors": [
1308
                {
1309
                    "name": "PHP-FIG",
1310
                    "homepage": "http://www.php-fig.org/"
1311
                }
1312
            ],
1313
            "description": "Common interface for logging libraries",
1314
            "homepage": "https://github.com/php-fig/log",
1315
            "keywords": [
1316
                "log",
1317
                "psr",
1318
                "psr-3"
1319
            ],
1320
            "time": "2016-09-19 16:02:08"
1321
        },
1322
        {
1323
            "name": "stack/builder",
1324
            "version": "v1.0.4",
1325
            "source": {
1326
                "type": "git",
1327
                "url": "https://github.com/stackphp/builder.git",
1328
                "reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425"
1329
            },
1330
            "dist": {
1331
                "type": "zip",
1332
                "url": "https://api.github.com/repos/stackphp/builder/zipball/59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
1333
                "reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
1334
                "shasum": ""
1335
            },
1336
            "require": {
1337
                "php": ">=5.3.0",
1338
                "symfony/http-foundation": "~2.1|~3.0",
1339
                "symfony/http-kernel": "~2.1|~3.0"
1340
            },
1341
            "require-dev": {
1342
                "silex/silex": "~1.0"
1343
            },
1344
            "type": "library",
1345
            "extra": {
1346
                "branch-alias": {
1347
                    "dev-master": "1.0-dev"
1348
                }
1349
            },
1350
            "autoload": {
1351
                "psr-0": {
1352
                    "Stack": "src"
1353
                }
1354
            },
1355
            "notification-url": "https://packagist.org/downloads/",
1356
            "license": [
1357
                "MIT"
1358
            ],
1359
            "authors": [
1360
                {
1361
                    "name": "Igor Wiedler",
1362
                    "email": "[email protected]"
1363
                }
1364
            ],
1365
            "description": "Builder for stack middlewares based on HttpKernelInterface.",
1366
            "keywords": [
1367
                "stack"
1368
            ],
1369
            "time": "2016-06-02 06:58:42"
1370
        },
1371
        {
1372
            "name": "swiftmailer/swiftmailer",
1373
            "version": "v5.4.3",
1374
            "source": {
1375
                "type": "git",
1376
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1377
                "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153"
1378
            },
1379
            "dist": {
1380
                "type": "zip",
1381
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
1382
                "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
1383
                "shasum": ""
1384
            },
1385
            "require": {
1386
                "php": ">=5.3.3"
1387
            },
1388
            "require-dev": {
1389
                "mockery/mockery": "~0.9.1"
1390
            },
1391
            "type": "library",
1392
            "extra": {
1393
                "branch-alias": {
1394
                    "dev-master": "5.4-dev"
1395
                }
1396
            },
1397
            "autoload": {
1398
                "files": [
1399
                    "lib/swift_required.php"
1400
                ]
1401
            },
1402
            "notification-url": "https://packagist.org/downloads/",
1403
            "license": [
1404
                "MIT"
1405
            ],
1406
            "authors": [
1407
                {
1408
                    "name": "Chris Corbyn"
1409
                },
1410
                {
1411
                    "name": "Fabien Potencier",
1412
                    "email": "[email protected]"
1413
                }
1414
            ],
1415
            "description": "Swiftmailer, free feature-rich PHP mailer",
1416
            "homepage": "http://swiftmailer.org",
1417
            "keywords": [
1418
                "email",
1419
                "mail",
1420
                "mailer"
1421
            ],
1422
            "time": "2016-07-08 11:51:25"
1423
        },
1424
        {
1425
            "name": "symfony/browser-kit",
1426
            "version": "v2.5.12",
1427
            "target-dir": "Symfony/Component/BrowserKit",
1428
            "source": {
1429
                "type": "git",
1430
                "url": "https://github.com/symfony/browser-kit.git",
1431
                "reference": "b2b78b850a32251cbbd9915ab61453302e7ecd72"
1432
            },
1433
            "dist": {
1434
                "type": "zip",
1435
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/b2b78b850a32251cbbd9915ab61453302e7ecd72",
1436
                "reference": "b2b78b850a32251cbbd9915ab61453302e7ecd72",
1437
                "shasum": ""
1438
            },
1439
            "require": {
1440
                "php": ">=5.3.3",
1441
                "symfony/dom-crawler": "~2.0,>=2.0.5"
1442
            },
1443
            "require-dev": {
1444
                "symfony/css-selector": "~2.0,>=2.0.5",
1445
                "symfony/process": "~2.0,>=2.0.5"
1446
            },
1447
            "suggest": {
1448
                "symfony/process": ""
1449
            },
1450
            "type": "library",
1451
            "extra": {
1452
                "branch-alias": {
1453
                    "dev-master": "2.5-dev"
1454
                }
1455
            },
1456
            "autoload": {
1457
                "psr-0": {
1458
                    "Symfony\\Component\\BrowserKit\\": ""
1459
                }
1460
            },
1461
            "notification-url": "https://packagist.org/downloads/",
1462
            "license": [
1463
                "MIT"
1464
            ],
1465
            "authors": [
1466
                {
1467
                    "name": "Symfony Community",
1468
                    "homepage": "http://symfony.com/contributors"
1469
                },
1470
                {
1471
                    "name": "Fabien Potencier",
1472
                    "email": "[email protected]"
1473
                }
1474
            ],
1475
            "description": "Symfony BrowserKit Component",
1476
            "homepage": "http://symfony.com",
1477
            "time": "2015-01-03 08:01:13"
1478
        },
1479
        {
1480
            "name": "symfony/console",
1481
            "version": "v2.5.12",
1482
            "target-dir": "Symfony/Component/Console",
1483
            "source": {
1484
                "type": "git",
1485
                "url": "https://github.com/symfony/console.git",
1486
                "reference": "a43e750b4c74f3bdfca77c79c343033d35a6cd6e"
1487
            },
1488
            "dist": {
1489
                "type": "zip",
1490
                "url": "https://api.github.com/repos/symfony/console/zipball/a43e750b4c74f3bdfca77c79c343033d35a6cd6e",
1491
                "reference": "a43e750b4c74f3bdfca77c79c343033d35a6cd6e",
1492
                "shasum": ""
1493
            },
1494
            "require": {
1495
                "php": ">=5.3.3"
1496
            },
1497
            "require-dev": {
1498
                "psr/log": "~1.0",
1499
                "symfony/event-dispatcher": "~2.1"
1500
            },
1501
            "suggest": {
1502
                "psr/log": "For using the console logger",
1503
                "symfony/event-dispatcher": ""
1504
            },
1505
            "type": "library",
1506
            "extra": {
1507
                "branch-alias": {
1508
                    "dev-master": "2.5-dev"
1509
                }
1510
            },
1511
            "autoload": {
1512
                "psr-0": {
1513
                    "Symfony\\Component\\Console\\": ""
1514
                }
1515
            },
1516
            "notification-url": "https://packagist.org/downloads/",
1517
            "license": [
1518
                "MIT"
1519
            ],
1520
            "authors": [
1521
                {
1522
                    "name": "Symfony Community",
1523
                    "homepage": "http://symfony.com/contributors"
1524
                },
1525
                {
1526
                    "name": "Fabien Potencier",
1527
                    "email": "[email protected]"
1528
                }
1529
            ],
1530
            "description": "Symfony Console Component",
1531
            "homepage": "http://symfony.com",
1532
            "time": "2015-02-08 07:07:45"
1533
        },
1534
        {
1535
            "name": "symfony/css-selector",
1536
            "version": "v2.5.12",
1537
            "target-dir": "Symfony/Component/CssSelector",
1538
            "source": {
1539
                "type": "git",
1540
                "url": "https://github.com/symfony/css-selector.git",
1541
                "reference": "d45b306421462295e76b94bcf76b963867450327"
1542
            },
1543
            "dist": {
1544
                "type": "zip",
1545
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/d45b306421462295e76b94bcf76b963867450327",
1546
                "reference": "d45b306421462295e76b94bcf76b963867450327",
1547
                "shasum": ""
1548
            },
1549
            "require": {
1550
                "php": ">=5.3.3"
1551
            },
1552
            "type": "library",
1553
            "extra": {
1554
                "branch-alias": {
1555
                    "dev-master": "2.5-dev"
1556
                }
1557
            },
1558
            "autoload": {
1559
                "psr-0": {
1560
                    "Symfony\\Component\\CssSelector\\": ""
1561
                }
1562
            },
1563
            "notification-url": "https://packagist.org/downloads/",
1564
            "license": [
1565
                "MIT"
1566
            ],
1567
            "authors": [
1568
                {
1569
                    "name": "Symfony Community",
1570
                    "homepage": "http://symfony.com/contributors"
1571
                },
1572
                {
1573
                    "name": "Jean-François Simon",
1574
                    "email": "[email protected]"
1575
                },
1576
                {
1577
                    "name": "Fabien Potencier",
1578
                    "email": "[email protected]"
1579
                }
1580
            ],
1581
            "description": "Symfony CssSelector Component",
1582
            "homepage": "http://symfony.com",
1583
            "time": "2015-01-03 08:01:13"
1584
        },
1585
        {
1586
            "name": "symfony/debug",
1587
            "version": "v2.5.12",
1588
            "target-dir": "Symfony/Component/Debug",
1589
            "source": {
1590
                "type": "git",
1591
                "url": "https://github.com/symfony/debug.git",
1592
                "reference": "ed3019589cdadf32c521d1e181f9d72955645c67"
1593
            },
1594
            "dist": {
1595
                "type": "zip",
1596
                "url": "https://api.github.com/repos/symfony/debug/zipball/ed3019589cdadf32c521d1e181f9d72955645c67",
1597
                "reference": "ed3019589cdadf32c521d1e181f9d72955645c67",
1598
                "shasum": ""
1599
            },
1600
            "require": {
1601
                "php": ">=5.3.3"
1602
            },
1603
            "conflict": {
1604
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1605
            },
1606
            "require-dev": {
1607
                "symfony/class-loader": "~2.2",
1608
                "symfony/http-foundation": "~2.1",
1609
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2"
1610
            },
1611
            "suggest": {
1612
                "symfony/http-foundation": "",
1613
                "symfony/http-kernel": ""
1614
            },
1615
            "type": "library",
1616
            "extra": {
1617
                "branch-alias": {
1618
                    "dev-master": "2.5-dev"
1619
                }
1620
            },
1621
            "autoload": {
1622
                "psr-0": {
1623
                    "Symfony\\Component\\Debug\\": ""
1624
                }
1625
            },
1626
            "notification-url": "https://packagist.org/downloads/",
1627
            "license": [
1628
                "MIT"
1629
            ],
1630
            "authors": [
1631
                {
1632
                    "name": "Symfony Community",
1633
                    "homepage": "http://symfony.com/contributors"
1634
                },
1635
                {
1636
                    "name": "Fabien Potencier",
1637
                    "email": "[email protected]"
1638
                }
1639
            ],
1640
            "description": "Symfony Debug Component",
1641
            "homepage": "http://symfony.com",
1642
            "time": "2015-01-16 14:51:58"
1643
        },
1644
        {
1645
            "name": "symfony/dom-crawler",
1646
            "version": "v2.5.12",
1647
            "target-dir": "Symfony/Component/DomCrawler",
1648
            "source": {
1649
                "type": "git",
1650
                "url": "https://github.com/symfony/dom-crawler.git",
1651
                "reference": "3860edcf7ff7e173cfe2151f0d425e610e77cc35"
1652
            },
1653
            "dist": {
1654
                "type": "zip",
1655
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/3860edcf7ff7e173cfe2151f0d425e610e77cc35",
1656
                "reference": "3860edcf7ff7e173cfe2151f0d425e610e77cc35",
1657
                "shasum": ""
1658
            },
1659
            "require": {
1660
                "php": ">=5.3.3"
1661
            },
1662
            "require-dev": {
1663
                "symfony/css-selector": "~2.3"
1664
            },
1665
            "suggest": {
1666
                "symfony/css-selector": ""
1667
            },
1668
            "type": "library",
1669
            "extra": {
1670
                "branch-alias": {
1671
                    "dev-master": "2.5-dev"
1672
                }
1673
            },
1674
            "autoload": {
1675
                "psr-0": {
1676
                    "Symfony\\Component\\DomCrawler\\": ""
1677
                }
1678
            },
1679
            "notification-url": "https://packagist.org/downloads/",
1680
            "license": [
1681
                "MIT"
1682
            ],
1683
            "authors": [
1684
                {
1685
                    "name": "Symfony Community",
1686
                    "homepage": "http://symfony.com/contributors"
1687
                },
1688
                {
1689
                    "name": "Fabien Potencier",
1690
                    "email": "[email protected]"
1691
                }
1692
            ],
1693
            "description": "Symfony DomCrawler Component",
1694
            "homepage": "http://symfony.com",
1695
            "time": "2015-01-03 08:01:13"
1696
        },
1697
        {
1698
            "name": "symfony/event-dispatcher",
1699
            "version": "v2.8.11",
1700
            "source": {
1701
                "type": "git",
1702
                "url": "https://github.com/symfony/event-dispatcher.git",
1703
                "reference": "889983a79a043dfda68f38c38b6dba092dd49cd8"
1704
            },
1705
            "dist": {
1706
                "type": "zip",
1707
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/889983a79a043dfda68f38c38b6dba092dd49cd8",
1708
                "reference": "889983a79a043dfda68f38c38b6dba092dd49cd8",
1709
                "shasum": ""
1710
            },
1711
            "require": {
1712
                "php": ">=5.3.9"
1713
            },
1714
            "require-dev": {
1715
                "psr/log": "~1.0",
1716
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
1717
                "symfony/dependency-injection": "~2.6|~3.0.0",
1718
                "symfony/expression-language": "~2.6|~3.0.0",
1719
                "symfony/stopwatch": "~2.3|~3.0.0"
1720
            },
1721
            "suggest": {
1722
                "symfony/dependency-injection": "",
1723
                "symfony/http-kernel": ""
1724
            },
1725
            "type": "library",
1726
            "extra": {
1727
                "branch-alias": {
1728
                    "dev-master": "2.8-dev"
1729
                }
1730
            },
1731
            "autoload": {
1732
                "psr-4": {
1733
                    "Symfony\\Component\\EventDispatcher\\": ""
1734
                },
1735
                "exclude-from-classmap": [
1736
                    "/Tests/"
1737
                ]
1738
            },
1739
            "notification-url": "https://packagist.org/downloads/",
1740
            "license": [
1741
                "MIT"
1742
            ],
1743
            "authors": [
1744
                {
1745
                    "name": "Fabien Potencier",
1746
                    "email": "[email protected]"
1747
                },
1748
                {
1749
                    "name": "Symfony Community",
1750
                    "homepage": "https://symfony.com/contributors"
1751
                }
1752
            ],
1753
            "description": "Symfony EventDispatcher Component",
1754
            "homepage": "https://symfony.com",
1755
            "time": "2016-07-28 16:56:28"
1756
        },
1757
        {
1758
            "name": "symfony/filesystem",
1759
            "version": "v2.8.11",
1760
            "source": {
1761
                "type": "git",
1762
                "url": "https://github.com/symfony/filesystem.git",
1763
                "reference": "44b499521defddf2eae17a18c811bbdae4f98bdf"
1764
            },
1765
            "dist": {
1766
                "type": "zip",
1767
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/44b499521defddf2eae17a18c811bbdae4f98bdf",
1768
                "reference": "44b499521defddf2eae17a18c811bbdae4f98bdf",
1769
                "shasum": ""
1770
            },
1771
            "require": {
1772
                "php": ">=5.3.9"
1773
            },
1774
            "type": "library",
1775
            "extra": {
1776
                "branch-alias": {
1777
                    "dev-master": "2.8-dev"
1778
                }
1779
            },
1780
            "autoload": {
1781
                "psr-4": {
1782
                    "Symfony\\Component\\Filesystem\\": ""
1783
                },
1784
                "exclude-from-classmap": [
1785
                    "/Tests/"
1786
                ]
1787
            },
1788
            "notification-url": "https://packagist.org/downloads/",
1789
            "license": [
1790
                "MIT"
1791
            ],
1792
            "authors": [
1793
                {
1794
                    "name": "Fabien Potencier",
1795
                    "email": "[email protected]"
1796
                },
1797
                {
1798
                    "name": "Symfony Community",
1799
                    "homepage": "https://symfony.com/contributors"
1800
                }
1801
            ],
1802
            "description": "Symfony Filesystem Component",
1803
            "homepage": "https://symfony.com",
1804
            "time": "2016-09-06 10:55:00"
1805
        },
1806
        {
1807
            "name": "symfony/finder",
1808
            "version": "v2.5.12",
1809
            "target-dir": "Symfony/Component/Finder",
1810
            "source": {
1811
                "type": "git",
1812
                "url": "https://github.com/symfony/Finder.git",
1813
                "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2"
1814
            },
1815
            "dist": {
1816
                "type": "zip",
1817
                "url": "https://api.github.com/repos/symfony/Finder/zipball/e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
1818
                "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
1819
                "shasum": ""
1820
            },
1821
            "require": {
1822
                "php": ">=5.3.3"
1823
            },
1824
            "type": "library",
1825
            "extra": {
1826
                "branch-alias": {
1827
                    "dev-master": "2.5-dev"
1828
                }
1829
            },
1830
            "autoload": {
1831
                "psr-0": {
1832
                    "Symfony\\Component\\Finder\\": ""
1833
                }
1834
            },
1835
            "notification-url": "https://packagist.org/downloads/",
1836
            "license": [
1837
                "MIT"
1838
            ],
1839
            "authors": [
1840
                {
1841
                    "name": "Symfony Community",
1842
                    "homepage": "http://symfony.com/contributors"
1843
                },
1844
                {
1845
                    "name": "Fabien Potencier",
1846
                    "email": "[email protected]"
1847
                }
1848
            ],
1849
            "description": "Symfony Finder Component",
1850
            "homepage": "http://symfony.com",
1851
            "time": "2015-01-03 08:01:13"
1852
        },
1853
        {
1854
            "name": "symfony/http-foundation",
1855
            "version": "v2.5.12",
1856
            "target-dir": "Symfony/Component/HttpFoundation",
1857
            "source": {
1858
                "type": "git",
1859
                "url": "https://github.com/symfony/http-foundation.git",
1860
                "reference": "08e783861dd9579bac4092814bbfb0cae6666b65"
1861
            },
1862
            "dist": {
1863
                "type": "zip",
1864
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/08e783861dd9579bac4092814bbfb0cae6666b65",
1865
                "reference": "08e783861dd9579bac4092814bbfb0cae6666b65",
1866
                "shasum": ""
1867
            },
1868
            "require": {
1869
                "php": ">=5.3.3"
1870
            },
1871
            "require-dev": {
1872
                "symfony/expression-language": "~2.4"
1873
            },
1874
            "type": "library",
1875
            "extra": {
1876
                "branch-alias": {
1877
                    "dev-master": "2.5-dev"
1878
                }
1879
            },
1880
            "autoload": {
1881
                "psr-0": {
1882
                    "Symfony\\Component\\HttpFoundation\\": ""
1883
                },
1884
                "classmap": [
1885
                    "Symfony/Component/HttpFoundation/Resources/stubs"
1886
                ]
1887
            },
1888
            "notification-url": "https://packagist.org/downloads/",
1889
            "license": [
1890
                "MIT"
1891
            ],
1892
            "authors": [
1893
                {
1894
                    "name": "Symfony Community",
1895
                    "homepage": "http://symfony.com/contributors"
1896
                },
1897
                {
1898
                    "name": "Fabien Potencier",
1899
                    "email": "[email protected]"
1900
                }
1901
            ],
1902
            "description": "Symfony HttpFoundation Component",
1903
            "homepage": "http://symfony.com",
1904
            "time": "2015-04-01 15:49:36"
1905
        },
1906
        {
1907
            "name": "symfony/http-kernel",
1908
            "version": "v2.5.12",
1909
            "target-dir": "Symfony/Component/HttpKernel",
1910
            "source": {
1911
                "type": "git",
1912
                "url": "https://github.com/symfony/http-kernel.git",
1913
                "reference": "31652385d94eafc2103a98435d6d5bd7eea61736"
1914
            },
1915
            "dist": {
1916
                "type": "zip",
1917
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/31652385d94eafc2103a98435d6d5bd7eea61736",
1918
                "reference": "31652385d94eafc2103a98435d6d5bd7eea61736",
1919
                "shasum": ""
1920
            },
1921
            "require": {
1922
                "php": ">=5.3.3",
1923
                "psr/log": "~1.0",
1924
                "symfony/debug": "~2.5.9|~2.6,>=2.6.2",
1925
                "symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2",
1926
                "symfony/http-foundation": "~2.5"
1927
            },
1928
            "require-dev": {
1929
                "symfony/browser-kit": "~2.3",
1930
                "symfony/class-loader": "~2.1",
1931
                "symfony/config": "~2.0,>=2.0.5",
1932
                "symfony/console": "~2.2",
1933
                "symfony/css-selector": "~2.0,>=2.0.5",
1934
                "symfony/dependency-injection": "~2.2",
1935
                "symfony/dom-crawler": "~2.0,>=2.0.5",
1936
                "symfony/expression-language": "~2.4",
1937
                "symfony/finder": "~2.0,>=2.0.5",
1938
                "symfony/process": "~2.0,>=2.0.5",
1939
                "symfony/routing": "~2.2",
1940
                "symfony/stopwatch": "~2.3",
1941
                "symfony/templating": "~2.2"
1942
            },
1943
            "suggest": {
1944
                "symfony/browser-kit": "",
1945
                "symfony/class-loader": "",
1946
                "symfony/config": "",
1947
                "symfony/console": "",
1948
                "symfony/dependency-injection": "",
1949
                "symfony/finder": ""
1950
            },
1951
            "type": "library",
1952
            "extra": {
1953
                "branch-alias": {
1954
                    "dev-master": "2.5-dev"
1955
                }
1956
            },
1957
            "autoload": {
1958
                "psr-0": {
1959
                    "Symfony\\Component\\HttpKernel\\": ""
1960
                }
1961
            },
1962
            "notification-url": "https://packagist.org/downloads/",
1963
            "license": [
1964
                "MIT"
1965
            ],
1966
            "authors": [
1967
                {
1968
                    "name": "Symfony Community",
1969
                    "homepage": "http://symfony.com/contributors"
1970
                },
1971
                {
1972
                    "name": "Fabien Potencier",
1973
                    "email": "[email protected]"
1974
                }
1975
            ],
1976
            "description": "Symfony HttpKernel Component",
1977
            "homepage": "http://symfony.com",
1978
            "time": "2015-05-26 23:43:20"
1979
        },
1980
        {
1981
            "name": "symfony/process",
1982
            "version": "v2.5.12",
1983
            "target-dir": "Symfony/Component/Process",
1984
            "source": {
1985
                "type": "git",
1986
                "url": "https://github.com/symfony/Process.git",
1987
                "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c"
1988
            },
1989
            "dist": {
1990
                "type": "zip",
1991
                "url": "https://api.github.com/repos/symfony/Process/zipball/00a1308e8b5aec5eba7c8f1708426a78f929be8c",
1992
                "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c",
1993
                "shasum": ""
1994
            },
1995
            "require": {
1996
                "php": ">=5.3.3"
1997
            },
1998
            "type": "library",
1999
            "extra": {
2000
                "branch-alias": {
2001
                    "dev-master": "2.5-dev"
2002
                }
2003
            },
2004
            "autoload": {
2005
                "psr-0": {
2006
                    "Symfony\\Component\\Process\\": ""
2007
                }
2008
            },
2009
            "notification-url": "https://packagist.org/downloads/",
2010
            "license": [
2011
                "MIT"
2012
            ],
2013
            "authors": [
2014
                {
2015
                    "name": "Symfony Community",
2016
                    "homepage": "http://symfony.com/contributors"
2017
                },
2018
                {
2019
                    "name": "Fabien Potencier",
2020
                    "email": "[email protected]"
2021
                }
2022
            ],
2023
            "description": "Symfony Process Component",
2024
            "homepage": "http://symfony.com",
2025
            "time": "2015-02-08 07:07:45"
2026
        },
2027
        {
2028
            "name": "symfony/routing",
2029
            "version": "v2.5.12",
2030
            "target-dir": "Symfony/Component/Routing",
2031
            "source": {
2032
                "type": "git",
2033
                "url": "https://github.com/symfony/routing.git",
2034
                "reference": "46142c34ea830f47429df6e15faec3a33292d618"
2035
            },
2036
            "dist": {
2037
                "type": "zip",
2038
                "url": "https://api.github.com/repos/symfony/routing/zipball/46142c34ea830f47429df6e15faec3a33292d618",
2039
                "reference": "46142c34ea830f47429df6e15faec3a33292d618",
2040
                "shasum": ""
2041
            },
2042
            "require": {
2043
                "php": ">=5.3.3"
2044
            },
2045
            "require-dev": {
2046
                "doctrine/annotations": "~1.0",
2047
                "doctrine/common": "~2.2",
2048
                "psr/log": "~1.0",
2049
                "symfony/config": "~2.2",
2050
                "symfony/expression-language": "~2.4",
2051
                "symfony/http-foundation": "~2.3",
2052
                "symfony/yaml": "~2.0,>=2.0.5"
2053
            },
2054
            "suggest": {
2055
                "doctrine/annotations": "For using the annotation loader",
2056
                "symfony/config": "For using the all-in-one router or any loader",
2057
                "symfony/expression-language": "For using expression matching",
2058
                "symfony/yaml": "For using the YAML loader"
2059
            },
2060
            "type": "library",
2061
            "extra": {
2062
                "branch-alias": {
2063
                    "dev-master": "2.5-dev"
2064
                }
2065
            },
2066
            "autoload": {
2067
                "psr-0": {
2068
                    "Symfony\\Component\\Routing\\": ""
2069
                }
2070
            },
2071
            "notification-url": "https://packagist.org/downloads/",
2072
            "license": [
2073
                "MIT"
2074
            ],
2075
            "authors": [
2076
                {
2077
                    "name": "Symfony Community",
2078
                    "homepage": "http://symfony.com/contributors"
2079
                },
2080
                {
2081
                    "name": "Fabien Potencier",
2082
                    "email": "[email protected]"
2083
                }
2084
            ],
2085
            "description": "Symfony Routing Component",
2086
            "homepage": "http://symfony.com",
2087
            "keywords": [
2088
                "router",
2089
                "routing",
2090
                "uri",
2091
                "url"
2092
            ],
2093
            "time": "2015-02-08 07:07:45"
2094
        },
2095
        {
2096
            "name": "symfony/security-core",
0 ignored issues
show
There is a security advisory for your installed version of symfony/security-core:

CVE-2016-1902: SecureRandom's fallback not secure when OpenSSL fails
Loading history...
2097
            "version": "v2.5.12",
2098
            "target-dir": "Symfony/Component/Security/Core",
2099
            "source": {
2100
                "type": "git",
2101
                "url": "https://github.com/symfony/security-core.git",
2102
                "reference": "3a27d7b34ee62cb0fdf5ad970e7777912ef4722f"
2103
            },
2104
            "dist": {
2105
                "type": "zip",
2106
                "url": "https://api.github.com/repos/symfony/security-core/zipball/3a27d7b34ee62cb0fdf5ad970e7777912ef4722f",
2107
                "reference": "3a27d7b34ee62cb0fdf5ad970e7777912ef4722f",
2108
                "shasum": ""
2109
            },
2110
            "require": {
2111
                "php": ">=5.3.3"
2112
            },
2113
            "require-dev": {
2114
                "ircmaxell/password-compat": "1.0.*",
2115
                "psr/log": "~1.0",
2116
                "symfony/event-dispatcher": "~2.1",
2117
                "symfony/expression-language": "~2.4",
2118
                "symfony/http-foundation": "~2.4",
2119
                "symfony/translation": "~2.0,>=2.0.5",
2120
                "symfony/validator": "~2.5,>=2.5.5"
2121
            },
2122
            "suggest": {
2123
                "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
2124
                "symfony/event-dispatcher": "",
2125
                "symfony/expression-language": "For using the expression voter",
2126
                "symfony/http-foundation": "",
2127
                "symfony/validator": "For using the user password constraint"
2128
            },
2129
            "type": "library",
2130
            "extra": {
2131
                "branch-alias": {
2132
                    "dev-master": "2.5-dev"
2133
                }
2134
            },
2135
            "autoload": {
2136
                "psr-0": {
2137
                    "Symfony\\Component\\Security\\Core\\": ""
2138
                }
2139
            },
2140
            "notification-url": "https://packagist.org/downloads/",
2141
            "license": [
2142
                "MIT"
2143
            ],
2144
            "authors": [
2145
                {
2146
                    "name": "Symfony Community",
2147
                    "homepage": "http://symfony.com/contributors"
2148
                },
2149
                {
2150
                    "name": "Fabien Potencier",
2151
                    "email": "[email protected]"
2152
                }
2153
            ],
2154
            "description": "Symfony Security Component - Core Library",
2155
            "homepage": "http://symfony.com",
2156
            "time": "2015-01-25 04:37:39"
2157
        },
2158
        {
2159
            "name": "symfony/translation",
2160
            "version": "v2.5.12",
2161
            "target-dir": "Symfony/Component/Translation",
2162
            "source": {
2163
                "type": "git",
2164
                "url": "https://github.com/symfony/Translation.git",
2165
                "reference": "165b5348cd20f8c4b2fcf1097c9c8300d1093b90"
2166
            },
2167
            "dist": {
2168
                "type": "zip",
2169
                "url": "https://api.github.com/repos/symfony/Translation/zipball/165b5348cd20f8c4b2fcf1097c9c8300d1093b90",
2170
                "reference": "165b5348cd20f8c4b2fcf1097c9c8300d1093b90",
2171
                "shasum": ""
2172
            },
2173
            "require": {
2174
                "php": ">=5.3.3"
2175
            },
2176
            "require-dev": {
2177
                "symfony/config": "~2.3,>=2.3.12",
2178
                "symfony/intl": "~2.3",
2179
                "symfony/yaml": "~2.2"
2180
            },
2181
            "suggest": {
2182
                "symfony/config": "",
2183
                "symfony/yaml": ""
2184
            },
2185
            "type": "library",
2186
            "extra": {
2187
                "branch-alias": {
2188
                    "dev-master": "2.5-dev"
2189
                }
2190
            },
2191
            "autoload": {
2192
                "psr-0": {
2193
                    "Symfony\\Component\\Translation\\": ""
2194
                }
2195
            },
2196
            "notification-url": "https://packagist.org/downloads/",
2197
            "license": [
2198
                "MIT"
2199
            ],
2200
            "authors": [
2201
                {
2202
                    "name": "Symfony Community",
2203
                    "homepage": "http://symfony.com/contributors"
2204
                },
2205
                {
2206
                    "name": "Fabien Potencier",
2207
                    "email": "[email protected]"
2208
                }
2209
            ],
2210
            "description": "Symfony Translation Component",
2211
            "homepage": "http://symfony.com",
2212
            "time": "2015-01-03 15:23:51"
2213
        },
2214
        {
2215
            "name": "wp-cli/php-cli-tools",
2216
            "version": "v0.9.4-patch46",
2217
            "source": {
2218
                "type": "git",
2219
                "url": "https://github.com/wp-cli/php-cli-tools.git",
2220
                "reference": "02d5ed4cdbab911df91bf06062c8b2705fb0919a"
2221
            },
2222
            "dist": {
2223
                "type": "zip",
2224
                "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/02d5ed4cdbab911df91bf06062c8b2705fb0919a",
2225
                "reference": "02d5ed4cdbab911df91bf06062c8b2705fb0919a",
2226
                "shasum": ""
2227
            },
2228
            "require": {
2229
                "php": ">= 5.3.0"
2230
            },
2231
            "type": "library",
2232
            "autoload": {
2233
                "psr-0": {
2234
                    "cli": "lib/"
2235
                },
2236
                "files": [
2237
                    "lib/cli/cli.php"
2238
                ]
2239
            },
2240
            "notification-url": "https://packagist.org/downloads/",
2241
            "license": [
2242
                "MIT"
2243
            ],
2244
            "authors": [
2245
                {
2246
                    "name": "James Logsdon",
2247
                    "email": "[email protected]",
2248
                    "role": "Developer"
2249
                }
2250
            ],
2251
            "description": "Console utilities for PHP",
2252
            "homepage": "http://github.com/jlogsdon/php-cli-tools",
2253
            "keywords": [
2254
                "cli",
2255
                "console"
2256
            ],
2257
            "time": "2014-02-01 23:11:00"
2258
        }
2259
    ],
2260
    "packages-dev": [
2261
        {
2262
            "name": "barryvdh/laravel-debugbar",
2263
            "version": "v1.8.7",
2264
            "source": {
2265
                "type": "git",
2266
                "url": "https://github.com/barryvdh/laravel-debugbar.git",
2267
                "reference": "d510da02fef2381c0946185bddd6271b73e60169"
2268
            },
2269
            "dist": {
2270
                "type": "zip",
2271
                "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/d510da02fef2381c0946185bddd6271b73e60169",
2272
                "reference": "d510da02fef2381c0946185bddd6271b73e60169",
2273
                "shasum": ""
2274
            },
2275
            "require": {
2276
                "illuminate/support": "4.*",
2277
                "maximebf/debugbar": "~1.10.2",
2278
                "php": ">=5.3.0",
2279
                "symfony/finder": "~2.3"
2280
            },
2281
            "type": "library",
2282
            "extra": {
2283
                "branch-alias": {
2284
                    "dev-v1.x": "1.8-dev"
2285
                }
2286
            },
2287
            "autoload": {
2288
                "psr-4": {
2289
                    "Barryvdh\\Debugbar\\": "src/"
2290
                },
2291
                "files": [
2292
                    "src/helpers.php"
2293
                ]
2294
            },
2295
            "notification-url": "https://packagist.org/downloads/",
2296
            "license": [
2297
                "MIT"
2298
            ],
2299
            "authors": [
2300
                {
2301
                    "name": "Barry vd. Heuvel",
2302
                    "email": "[email protected]"
2303
                }
2304
            ],
2305
            "description": "PHP Debugbar integration for Laravel",
2306
            "keywords": [
2307
                "debug",
2308
                "debugbar",
2309
                "laravel",
2310
                "profiler",
2311
                "webprofiler"
2312
            ],
2313
            "time": "2015-02-04 09:52:12"
2314
        },
2315
        {
2316
            "name": "barryvdh/laravel-ide-helper",
2317
            "version": "v1.11.6",
2318
            "source": {
2319
                "type": "git",
2320
                "url": "https://github.com/barryvdh/laravel-ide-helper.git",
2321
                "reference": "692b223e94139428427ab2b4d2370b8bc6b2fdbe"
2322
            },
2323
            "dist": {
2324
                "type": "zip",
2325
                "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/692b223e94139428427ab2b4d2370b8bc6b2fdbe",
2326
                "reference": "692b223e94139428427ab2b4d2370b8bc6b2fdbe",
2327
                "shasum": ""
2328
            },
2329
            "require": {
2330
                "illuminate/console": "4.x",
2331
                "illuminate/filesystem": "4.x",
2332
                "illuminate/support": "4.x",
2333
                "php": ">=5.3.0",
2334
                "phpdocumentor/reflection-docblock": "2.0.x",
2335
                "symfony/class-loader": "~2.3"
2336
            },
2337
            "require-dev": {
2338
                "doctrine/dbal": "~2.3"
2339
            },
2340
            "suggest": {
2341
                "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
2342
            },
2343
            "type": "library",
2344
            "extra": {
2345
                "branch-alias": {
2346
                    "dev-master": "1.11-dev"
2347
                }
2348
            },
2349
            "autoload": {
2350
                "psr-4": {
2351
                    "Barryvdh\\LaravelIdeHelper\\": "src"
2352
                }
2353
            },
2354
            "notification-url": "https://packagist.org/downloads/",
2355
            "license": [
2356
                "MIT"
2357
            ],
2358
            "authors": [
2359
                {
2360
                    "name": "Barry vd. Heuvel",
2361
                    "email": "[email protected]"
2362
                }
2363
            ],
2364
            "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
2365
            "keywords": [
2366
                "autocomplete",
2367
                "codeintel",
2368
                "helper",
2369
                "ide",
2370
                "laravel",
2371
                "netbeans",
2372
                "phpdoc",
2373
                "phpstorm",
2374
                "sublime"
2375
            ],
2376
            "time": "2015-03-16 17:22:03"
2377
        },
2378
        {
2379
            "name": "doctrine/annotations",
2380
            "version": "v1.2.7",
2381
            "source": {
2382
                "type": "git",
2383
                "url": "https://github.com/doctrine/annotations.git",
2384
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
2385
            },
2386
            "dist": {
2387
                "type": "zip",
2388
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
2389
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
2390
                "shasum": ""
2391
            },
2392
            "require": {
2393
                "doctrine/lexer": "1.*",
2394
                "php": ">=5.3.2"
2395
            },
2396
            "require-dev": {
2397
                "doctrine/cache": "1.*",
2398
                "phpunit/phpunit": "4.*"
2399
            },
2400
            "type": "library",
2401
            "extra": {
2402
                "branch-alias": {
2403
                    "dev-master": "1.3.x-dev"
2404
                }
2405
            },
2406
            "autoload": {
2407
                "psr-0": {
2408
                    "Doctrine\\Common\\Annotations\\": "lib/"
2409
                }
2410
            },
2411
            "notification-url": "https://packagist.org/downloads/",
2412
            "license": [
2413
                "MIT"
2414
            ],
2415
            "authors": [
2416
                {
2417
                    "name": "Roman Borschel",
2418
                    "email": "[email protected]"
2419
                },
2420
                {
2421
                    "name": "Benjamin Eberlei",
2422
                    "email": "[email protected]"
2423
                },
2424
                {
2425
                    "name": "Guilherme Blanco",
2426
                    "email": "[email protected]"
2427
                },
2428
                {
2429
                    "name": "Jonathan Wage",
2430
                    "email": "[email protected]"
2431
                },
2432
                {
2433
                    "name": "Johannes Schmitt",
2434
                    "email": "[email protected]"
2435
                }
2436
            ],
2437
            "description": "Docblock Annotations Parser",
2438
            "homepage": "http://www.doctrine-project.org",
2439
            "keywords": [
2440
                "annotations",
2441
                "docblock",
2442
                "parser"
2443
            ],
2444
            "time": "2015-08-31 12:32:49"
2445
        },
2446
        {
2447
            "name": "doctrine/cache",
2448
            "version": "v1.6.0",
2449
            "source": {
2450
                "type": "git",
2451
                "url": "https://github.com/doctrine/cache.git",
2452
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
2453
            },
2454
            "dist": {
2455
                "type": "zip",
2456
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
2457
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
2458
                "shasum": ""
2459
            },
2460
            "require": {
2461
                "php": "~5.5|~7.0"
2462
            },
2463
            "conflict": {
2464
                "doctrine/common": ">2.2,<2.4"
2465
            },
2466
            "require-dev": {
2467
                "phpunit/phpunit": "~4.8|~5.0",
2468
                "predis/predis": "~1.0",
2469
                "satooshi/php-coveralls": "~0.6"
2470
            },
2471
            "type": "library",
2472
            "extra": {
2473
                "branch-alias": {
2474
                    "dev-master": "1.6.x-dev"
2475
                }
2476
            },
2477
            "autoload": {
2478
                "psr-4": {
2479
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
2480
                }
2481
            },
2482
            "notification-url": "https://packagist.org/downloads/",
2483
            "license": [
2484
                "MIT"
2485
            ],
2486
            "authors": [
2487
                {
2488
                    "name": "Roman Borschel",
2489
                    "email": "[email protected]"
2490
                },
2491
                {
2492
                    "name": "Benjamin Eberlei",
2493
                    "email": "[email protected]"
2494
                },
2495
                {
2496
                    "name": "Guilherme Blanco",
2497
                    "email": "[email protected]"
2498
                },
2499
                {
2500
                    "name": "Jonathan Wage",
2501
                    "email": "[email protected]"
2502
                },
2503
                {
2504
                    "name": "Johannes Schmitt",
2505
                    "email": "[email protected]"
2506
                }
2507
            ],
2508
            "description": "Caching library offering an object-oriented API for many cache backends",
2509
            "homepage": "http://www.doctrine-project.org",
2510
            "keywords": [
2511
                "cache",
2512
                "caching"
2513
            ],
2514
            "time": "2015-12-31 16:37:02"
2515
        },
2516
        {
2517
            "name": "doctrine/collections",
2518
            "version": "v1.3.0",
2519
            "source": {
2520
                "type": "git",
2521
                "url": "https://github.com/doctrine/collections.git",
2522
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
2523
            },
2524
            "dist": {
2525
                "type": "zip",
2526
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
2527
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
2528
                "shasum": ""
2529
            },
2530
            "require": {
2531
                "php": ">=5.3.2"
2532
            },
2533
            "require-dev": {
2534
                "phpunit/phpunit": "~4.0"
2535
            },
2536
            "type": "library",
2537
            "extra": {
2538
                "branch-alias": {
2539
                    "dev-master": "1.2.x-dev"
2540
                }
2541
            },
2542
            "autoload": {
2543
                "psr-0": {
2544
                    "Doctrine\\Common\\Collections\\": "lib/"
2545
                }
2546
            },
2547
            "notification-url": "https://packagist.org/downloads/",
2548
            "license": [
2549
                "MIT"
2550
            ],
2551
            "authors": [
2552
                {
2553
                    "name": "Roman Borschel",
2554
                    "email": "[email protected]"
2555
                },
2556
                {
2557
                    "name": "Benjamin Eberlei",
2558
                    "email": "[email protected]"
2559
                },
2560
                {
2561
                    "name": "Guilherme Blanco",
2562
                    "email": "[email protected]"
2563
                },
2564
                {
2565
                    "name": "Jonathan Wage",
2566
                    "email": "[email protected]"
2567
                },
2568
                {
2569
                    "name": "Johannes Schmitt",
2570
                    "email": "[email protected]"
2571
                }
2572
            ],
2573
            "description": "Collections Abstraction library",
2574
            "homepage": "http://www.doctrine-project.org",
2575
            "keywords": [
2576
                "array",
2577
                "collections",
2578
                "iterator"
2579
            ],
2580
            "time": "2015-04-14 22:21:58"
2581
        },
2582
        {
2583
            "name": "doctrine/common",
2584
            "version": "v2.6.1",
2585
            "source": {
2586
                "type": "git",
2587
                "url": "https://github.com/doctrine/common.git",
2588
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
2589
            },
2590
            "dist": {
2591
                "type": "zip",
2592
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
2593
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
2594
                "shasum": ""
2595
            },
2596
            "require": {
2597
                "doctrine/annotations": "1.*",
2598
                "doctrine/cache": "1.*",
2599
                "doctrine/collections": "1.*",
2600
                "doctrine/inflector": "1.*",
2601
                "doctrine/lexer": "1.*",
2602
                "php": "~5.5|~7.0"
2603
            },
2604
            "require-dev": {
2605
                "phpunit/phpunit": "~4.8|~5.0"
2606
            },
2607
            "type": "library",
2608
            "extra": {
2609
                "branch-alias": {
2610
                    "dev-master": "2.7.x-dev"
2611
                }
2612
            },
2613
            "autoload": {
2614
                "psr-4": {
2615
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
2616
                }
2617
            },
2618
            "notification-url": "https://packagist.org/downloads/",
2619
            "license": [
2620
                "MIT"
2621
            ],
2622
            "authors": [
2623
                {
2624
                    "name": "Roman Borschel",
2625
                    "email": "[email protected]"
2626
                },
2627
                {
2628
                    "name": "Benjamin Eberlei",
2629
                    "email": "[email protected]"
2630
                },
2631
                {
2632
                    "name": "Guilherme Blanco",
2633
                    "email": "[email protected]"
2634
                },
2635
                {
2636
                    "name": "Jonathan Wage",
2637
                    "email": "[email protected]"
2638
                },
2639
                {
2640
                    "name": "Johannes Schmitt",
2641
                    "email": "[email protected]"
2642
                }
2643
            ],
2644
            "description": "Common Library for Doctrine projects",
2645
            "homepage": "http://www.doctrine-project.org",
2646
            "keywords": [
2647
                "annotations",
2648
                "collections",
2649
                "eventmanager",
2650
                "persistence",
2651
                "spl"
2652
            ],
2653
            "time": "2015-12-25 13:18:31"
2654
        },
2655
        {
2656
            "name": "doctrine/dbal",
2657
            "version": "v2.5.5",
2658
            "source": {
2659
                "type": "git",
2660
                "url": "https://github.com/doctrine/dbal.git",
2661
                "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9"
2662
            },
2663
            "dist": {
2664
                "type": "zip",
2665
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
2666
                "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
2667
                "shasum": ""
2668
            },
2669
            "require": {
2670
                "doctrine/common": ">=2.4,<2.7-dev",
2671
                "php": ">=5.3.2"
2672
            },
2673
            "require-dev": {
2674
                "phpunit/phpunit": "4.*",
2675
                "symfony/console": "2.*||^3.0"
2676
            },
2677
            "suggest": {
2678
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
2679
            },
2680
            "bin": [
2681
                "bin/doctrine-dbal"
2682
            ],
2683
            "type": "library",
2684
            "extra": {
2685
                "branch-alias": {
2686
                    "dev-master": "2.5.x-dev"
2687
                }
2688
            },
2689
            "autoload": {
2690
                "psr-0": {
2691
                    "Doctrine\\DBAL\\": "lib/"
2692
                }
2693
            },
2694
            "notification-url": "https://packagist.org/downloads/",
2695
            "license": [
2696
                "MIT"
2697
            ],
2698
            "authors": [
2699
                {
2700
                    "name": "Roman Borschel",
2701
                    "email": "[email protected]"
2702
                },
2703
                {
2704
                    "name": "Benjamin Eberlei",
2705
                    "email": "[email protected]"
2706
                },
2707
                {
2708
                    "name": "Guilherme Blanco",
2709
                    "email": "[email protected]"
2710
                },
2711
                {
2712
                    "name": "Jonathan Wage",
2713
                    "email": "[email protected]"
2714
                }
2715
            ],
2716
            "description": "Database Abstraction Layer",
2717
            "homepage": "http://www.doctrine-project.org",
2718
            "keywords": [
2719
                "database",
2720
                "dbal",
2721
                "persistence",
2722
                "queryobject"
2723
            ],
2724
            "time": "2016-09-09 19:13:33"
2725
        },
2726
        {
2727
            "name": "doctrine/inflector",
2728
            "version": "v1.1.0",
2729
            "source": {
2730
                "type": "git",
2731
                "url": "https://github.com/doctrine/inflector.git",
2732
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
2733
            },
2734
            "dist": {
2735
                "type": "zip",
2736
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
2737
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
2738
                "shasum": ""
2739
            },
2740
            "require": {
2741
                "php": ">=5.3.2"
2742
            },
2743
            "require-dev": {
2744
                "phpunit/phpunit": "4.*"
2745
            },
2746
            "type": "library",
2747
            "extra": {
2748
                "branch-alias": {
2749
                    "dev-master": "1.1.x-dev"
2750
                }
2751
            },
2752
            "autoload": {
2753
                "psr-0": {
2754
                    "Doctrine\\Common\\Inflector\\": "lib/"
2755
                }
2756
            },
2757
            "notification-url": "https://packagist.org/downloads/",
2758
            "license": [
2759
                "MIT"
2760
            ],
2761
            "authors": [
2762
                {
2763
                    "name": "Roman Borschel",
2764
                    "email": "[email protected]"
2765
                },
2766
                {
2767
                    "name": "Benjamin Eberlei",
2768
                    "email": "[email protected]"
2769
                },
2770
                {
2771
                    "name": "Guilherme Blanco",
2772
                    "email": "[email protected]"
2773
                },
2774
                {
2775
                    "name": "Jonathan Wage",
2776
                    "email": "[email protected]"
2777
                },
2778
                {
2779
                    "name": "Johannes Schmitt",
2780
                    "email": "[email protected]"
2781
                }
2782
            ],
2783
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
2784
            "homepage": "http://www.doctrine-project.org",
2785
            "keywords": [
2786
                "inflection",
2787
                "pluralize",
2788
                "singularize",
2789
                "string"
2790
            ],
2791
            "time": "2015-11-06 14:35:42"
2792
        },
2793
        {
2794
            "name": "doctrine/instantiator",
2795
            "version": "1.0.5",
2796
            "source": {
2797
                "type": "git",
2798
                "url": "https://github.com/doctrine/instantiator.git",
2799
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2800
            },
2801
            "dist": {
2802
                "type": "zip",
2803
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2804
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2805
                "shasum": ""
2806
            },
2807
            "require": {
2808
                "php": ">=5.3,<8.0-DEV"
2809
            },
2810
            "require-dev": {
2811
                "athletic/athletic": "~0.1.8",
2812
                "ext-pdo": "*",
2813
                "ext-phar": "*",
2814
                "phpunit/phpunit": "~4.0",
2815
                "squizlabs/php_codesniffer": "~2.0"
2816
            },
2817
            "type": "library",
2818
            "extra": {
2819
                "branch-alias": {
2820
                    "dev-master": "1.0.x-dev"
2821
                }
2822
            },
2823
            "autoload": {
2824
                "psr-4": {
2825
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2826
                }
2827
            },
2828
            "notification-url": "https://packagist.org/downloads/",
2829
            "license": [
2830
                "MIT"
2831
            ],
2832
            "authors": [
2833
                {
2834
                    "name": "Marco Pivetta",
2835
                    "email": "[email protected]",
2836
                    "homepage": "http://ocramius.github.com/"
2837
                }
2838
            ],
2839
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2840
            "homepage": "https://github.com/doctrine/instantiator",
2841
            "keywords": [
2842
                "constructor",
2843
                "instantiate"
2844
            ],
2845
            "time": "2015-06-14 21:17:01"
2846
        },
2847
        {
2848
            "name": "doctrine/lexer",
2849
            "version": "v1.0.1",
2850
            "source": {
2851
                "type": "git",
2852
                "url": "https://github.com/doctrine/lexer.git",
2853
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
2854
            },
2855
            "dist": {
2856
                "type": "zip",
2857
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
2858
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
2859
                "shasum": ""
2860
            },
2861
            "require": {
2862
                "php": ">=5.3.2"
2863
            },
2864
            "type": "library",
2865
            "extra": {
2866
                "branch-alias": {
2867
                    "dev-master": "1.0.x-dev"
2868
                }
2869
            },
2870
            "autoload": {
2871
                "psr-0": {
2872
                    "Doctrine\\Common\\Lexer\\": "lib/"
2873
                }
2874
            },
2875
            "notification-url": "https://packagist.org/downloads/",
2876
            "license": [
2877
                "MIT"
2878
            ],
2879
            "authors": [
2880
                {
2881
                    "name": "Roman Borschel",
2882
                    "email": "[email protected]"
2883
                },
2884
                {
2885
                    "name": "Guilherme Blanco",
2886
                    "email": "[email protected]"
2887
                },
2888
                {
2889
                    "name": "Johannes Schmitt",
2890
                    "email": "[email protected]"
2891
                }
2892
            ],
2893
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
2894
            "homepage": "http://www.doctrine-project.org",
2895
            "keywords": [
2896
                "lexer",
2897
                "parser"
2898
            ],
2899
            "time": "2014-09-09 13:34:57"
2900
        },
2901
        {
2902
            "name": "maximebf/debugbar",
2903
            "version": "v1.10.5",
2904
            "source": {
2905
                "type": "git",
2906
                "url": "https://github.com/maximebf/php-debugbar.git",
2907
                "reference": "30e53e8a28284b69dd223c9f5ee8957befd72636"
2908
            },
2909
            "dist": {
2910
                "type": "zip",
2911
                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e53e8a28284b69dd223c9f5ee8957befd72636",
2912
                "reference": "30e53e8a28284b69dd223c9f5ee8957befd72636",
2913
                "shasum": ""
2914
            },
2915
            "require": {
2916
                "php": ">=5.3.0",
2917
                "psr/log": "~1.0",
2918
                "symfony/var-dumper": "~2.6"
2919
            },
2920
            "require-dev": {
2921
                "phpunit/phpunit": "~4.0"
2922
            },
2923
            "suggest": {
2924
                "kriswallsmith/assetic": "The best way to manage assets",
2925
                "monolog/monolog": "Log using Monolog",
2926
                "predis/predis": "Redis storage"
2927
            },
2928
            "type": "library",
2929
            "extra": {
2930
                "branch-alias": {
2931
                    "dev-master": "1.10-dev"
2932
                }
2933
            },
2934
            "autoload": {
2935
                "psr-0": {
2936
                    "DebugBar": "src/"
2937
                }
2938
            },
2939
            "notification-url": "https://packagist.org/downloads/",
2940
            "license": [
2941
                "MIT"
2942
            ],
2943
            "authors": [
2944
                {
2945
                    "name": "Maxime Bouroumeau-Fuseau",
2946
                    "email": "[email protected]",
2947
                    "homepage": "http://maximebf.com"
2948
                }
2949
            ],
2950
            "description": "Debug bar in the browser for php application",
2951
            "homepage": "https://github.com/maximebf/php-debugbar",
2952
            "keywords": [
2953
                "debug"
2954
            ],
2955
            "time": "2015-10-19 20:35:12"
2956
        },
2957
        {
2958
            "name": "phpdocumentor/reflection-docblock",
2959
            "version": "2.0.4",
2960
            "source": {
2961
                "type": "git",
2962
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2963
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
2964
            },
2965
            "dist": {
2966
                "type": "zip",
2967
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
2968
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
2969
                "shasum": ""
2970
            },
2971
            "require": {
2972
                "php": ">=5.3.3"
2973
            },
2974
            "require-dev": {
2975
                "phpunit/phpunit": "~4.0"
2976
            },
2977
            "suggest": {
2978
                "dflydev/markdown": "~1.0",
2979
                "erusev/parsedown": "~1.0"
2980
            },
2981
            "type": "library",
2982
            "extra": {
2983
                "branch-alias": {
2984
                    "dev-master": "2.0.x-dev"
2985
                }
2986
            },
2987
            "autoload": {
2988
                "psr-0": {
2989
                    "phpDocumentor": [
2990
                        "src/"
2991
                    ]
2992
                }
2993
            },
2994
            "notification-url": "https://packagist.org/downloads/",
2995
            "license": [
2996
                "MIT"
2997
            ],
2998
            "authors": [
2999
                {
3000
                    "name": "Mike van Riel",
3001
                    "email": "[email protected]"
3002
                }
3003
            ],
3004
            "time": "2015-02-03 12:10:50"
3005
        },
3006
        {
3007
            "name": "phpunit/php-code-coverage",
3008
            "version": "2.2.4",
3009
            "source": {
3010
                "type": "git",
3011
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3012
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3013
            },
3014
            "dist": {
3015
                "type": "zip",
3016
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3017
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3018
                "shasum": ""
3019
            },
3020
            "require": {
3021
                "php": ">=5.3.3",
3022
                "phpunit/php-file-iterator": "~1.3",
3023
                "phpunit/php-text-template": "~1.2",
3024
                "phpunit/php-token-stream": "~1.3",
3025
                "sebastian/environment": "^1.3.2",
3026
                "sebastian/version": "~1.0"
3027
            },
3028
            "require-dev": {
3029
                "ext-xdebug": ">=2.1.4",
3030
                "phpunit/phpunit": "~4"
3031
            },
3032
            "suggest": {
3033
                "ext-dom": "*",
3034
                "ext-xdebug": ">=2.2.1",
3035
                "ext-xmlwriter": "*"
3036
            },
3037
            "type": "library",
3038
            "extra": {
3039
                "branch-alias": {
3040
                    "dev-master": "2.2.x-dev"
3041
                }
3042
            },
3043
            "autoload": {
3044
                "classmap": [
3045
                    "src/"
3046
                ]
3047
            },
3048
            "notification-url": "https://packagist.org/downloads/",
3049
            "license": [
3050
                "BSD-3-Clause"
3051
            ],
3052
            "authors": [
3053
                {
3054
                    "name": "Sebastian Bergmann",
3055
                    "email": "[email protected]",
3056
                    "role": "lead"
3057
                }
3058
            ],
3059
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3060
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3061
            "keywords": [
3062
                "coverage",
3063
                "testing",
3064
                "xunit"
3065
            ],
3066
            "time": "2015-10-06 15:47:00"
3067
        },
3068
        {
3069
            "name": "phpunit/php-file-iterator",
3070
            "version": "1.3.4",
3071
            "source": {
3072
                "type": "git",
3073
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3074
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
3075
            },
3076
            "dist": {
3077
                "type": "zip",
3078
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
3079
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
3080
                "shasum": ""
3081
            },
3082
            "require": {
3083
                "php": ">=5.3.3"
3084
            },
3085
            "type": "library",
3086
            "autoload": {
3087
                "classmap": [
3088
                    "File/"
3089
                ]
3090
            },
3091
            "notification-url": "https://packagist.org/downloads/",
3092
            "include-path": [
3093
                ""
3094
            ],
3095
            "license": [
3096
                "BSD-3-Clause"
3097
            ],
3098
            "authors": [
3099
                {
3100
                    "name": "Sebastian Bergmann",
3101
                    "email": "[email protected]",
3102
                    "role": "lead"
3103
                }
3104
            ],
3105
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3106
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3107
            "keywords": [
3108
                "filesystem",
3109
                "iterator"
3110
            ],
3111
            "time": "2013-10-10 15:34:57"
3112
        },
3113
        {
3114
            "name": "phpunit/php-text-template",
3115
            "version": "1.2.1",
3116
            "source": {
3117
                "type": "git",
3118
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3119
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3120
            },
3121
            "dist": {
3122
                "type": "zip",
3123
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3124
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3125
                "shasum": ""
3126
            },
3127
            "require": {
3128
                "php": ">=5.3.3"
3129
            },
3130
            "type": "library",
3131
            "autoload": {
3132
                "classmap": [
3133
                    "src/"
3134
                ]
3135
            },
3136
            "notification-url": "https://packagist.org/downloads/",
3137
            "license": [
3138
                "BSD-3-Clause"
3139
            ],
3140
            "authors": [
3141
                {
3142
                    "name": "Sebastian Bergmann",
3143
                    "email": "[email protected]",
3144
                    "role": "lead"
3145
                }
3146
            ],
3147
            "description": "Simple template engine.",
3148
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3149
            "keywords": [
3150
                "template"
3151
            ],
3152
            "time": "2015-06-21 13:50:34"
3153
        },
3154
        {
3155
            "name": "phpunit/php-timer",
3156
            "version": "1.0.8",
3157
            "source": {
3158
                "type": "git",
3159
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3160
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
3161
            },
3162
            "dist": {
3163
                "type": "zip",
3164
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
3165
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
3166
                "shasum": ""
3167
            },
3168
            "require": {
3169
                "php": ">=5.3.3"
3170
            },
3171
            "require-dev": {
3172
                "phpunit/phpunit": "~4|~5"
3173
            },
3174
            "type": "library",
3175
            "autoload": {
3176
                "classmap": [
3177
                    "src/"
3178
                ]
3179
            },
3180
            "notification-url": "https://packagist.org/downloads/",
3181
            "license": [
3182
                "BSD-3-Clause"
3183
            ],
3184
            "authors": [
3185
                {
3186
                    "name": "Sebastian Bergmann",
3187
                    "email": "[email protected]",
3188
                    "role": "lead"
3189
                }
3190
            ],
3191
            "description": "Utility class for timing",
3192
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3193
            "keywords": [
3194
                "timer"
3195
            ],
3196
            "time": "2016-05-12 18:03:57"
3197
        },
3198
        {
3199
            "name": "phpunit/php-token-stream",
3200
            "version": "1.4.8",
3201
            "source": {
3202
                "type": "git",
3203
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3204
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
3205
            },
3206
            "dist": {
3207
                "type": "zip",
3208
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3209
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3210
                "shasum": ""
3211
            },
3212
            "require": {
3213
                "ext-tokenizer": "*",
3214
                "php": ">=5.3.3"
3215
            },
3216
            "require-dev": {
3217
                "phpunit/phpunit": "~4.2"
3218
            },
3219
            "type": "library",
3220
            "extra": {
3221
                "branch-alias": {
3222
                    "dev-master": "1.4-dev"
3223
                }
3224
            },
3225
            "autoload": {
3226
                "classmap": [
3227
                    "src/"
3228
                ]
3229
            },
3230
            "notification-url": "https://packagist.org/downloads/",
3231
            "license": [
3232
                "BSD-3-Clause"
3233
            ],
3234
            "authors": [
3235
                {
3236
                    "name": "Sebastian Bergmann",
3237
                    "email": "[email protected]"
3238
                }
3239
            ],
3240
            "description": "Wrapper around PHP's tokenizer extension.",
3241
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3242
            "keywords": [
3243
                "tokenizer"
3244
            ],
3245
            "time": "2015-09-15 10:49:45"
3246
        },
3247
        {
3248
            "name": "phpunit/phpunit",
3249
            "version": "4.3.5",
3250
            "source": {
3251
                "type": "git",
3252
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3253
                "reference": "2dab9d593997db4abcf58d0daf798eb4e9cecfe1"
3254
            },
3255
            "dist": {
3256
                "type": "zip",
3257
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2dab9d593997db4abcf58d0daf798eb4e9cecfe1",
3258
                "reference": "2dab9d593997db4abcf58d0daf798eb4e9cecfe1",
3259
                "shasum": ""
3260
            },
3261
            "require": {
3262
                "ext-dom": "*",
3263
                "ext-json": "*",
3264
                "ext-pcre": "*",
3265
                "ext-reflection": "*",
3266
                "ext-spl": "*",
3267
                "php": ">=5.3.3",
3268
                "phpunit/php-code-coverage": "~2.0",
3269
                "phpunit/php-file-iterator": "~1.3.2",
3270
                "phpunit/php-text-template": "~1.2",
3271
                "phpunit/php-timer": "~1.0.2",
3272
                "phpunit/phpunit-mock-objects": "~2.3",
3273
                "sebastian/comparator": "~1.0",
3274
                "sebastian/diff": "~1.1",
3275
                "sebastian/environment": "~1.0",
3276
                "sebastian/exporter": "~1.0",
3277
                "sebastian/version": "~1.0",
3278
                "symfony/yaml": "~2.0"
3279
            },
3280
            "suggest": {
3281
                "phpunit/php-invoker": "~1.1"
3282
            },
3283
            "bin": [
3284
                "phpunit"
3285
            ],
3286
            "type": "library",
3287
            "extra": {
3288
                "branch-alias": {
3289
                    "dev-master": "4.3.x-dev"
3290
                }
3291
            },
3292
            "autoload": {
3293
                "classmap": [
3294
                    "src/"
3295
                ]
3296
            },
3297
            "notification-url": "https://packagist.org/downloads/",
3298
            "include-path": [
3299
                "",
3300
                "../../symfony/yaml/"
3301
            ],
3302
            "license": [
3303
                "BSD-3-Clause"
3304
            ],
3305
            "authors": [
3306
                {
3307
                    "name": "Sebastian Bergmann",
3308
                    "email": "[email protected]",
3309
                    "role": "lead"
3310
                }
3311
            ],
3312
            "description": "The PHP Unit Testing framework.",
3313
            "homepage": "http://www.phpunit.de/",
3314
            "keywords": [
3315
                "phpunit",
3316
                "testing",
3317
                "xunit"
3318
            ],
3319
            "time": "2014-11-11 10:11:09"
3320
        },
3321
        {
3322
            "name": "phpunit/phpunit-mock-objects",
3323
            "version": "2.3.8",
3324
            "source": {
3325
                "type": "git",
3326
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3327
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
3328
            },
3329
            "dist": {
3330
                "type": "zip",
3331
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3332
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3333
                "shasum": ""
3334
            },
3335
            "require": {
3336
                "doctrine/instantiator": "^1.0.2",
3337
                "php": ">=5.3.3",
3338
                "phpunit/php-text-template": "~1.2",
3339
                "sebastian/exporter": "~1.2"
3340
            },
3341
            "require-dev": {
3342
                "phpunit/phpunit": "~4.4"
3343
            },
3344
            "suggest": {
3345
                "ext-soap": "*"
3346
            },
3347
            "type": "library",
3348
            "extra": {
3349
                "branch-alias": {
3350
                    "dev-master": "2.3.x-dev"
3351
                }
3352
            },
3353
            "autoload": {
3354
                "classmap": [
3355
                    "src/"
3356
                ]
3357
            },
3358
            "notification-url": "https://packagist.org/downloads/",
3359
            "license": [
3360
                "BSD-3-Clause"
3361
            ],
3362
            "authors": [
3363
                {
3364
                    "name": "Sebastian Bergmann",
3365
                    "email": "[email protected]",
3366
                    "role": "lead"
3367
                }
3368
            ],
3369
            "description": "Mock Object library for PHPUnit",
3370
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3371
            "keywords": [
3372
                "mock",
3373
                "xunit"
3374
            ],
3375
            "time": "2015-10-02 06:51:40"
3376
        },
3377
        {
3378
            "name": "sebastian/comparator",
3379
            "version": "1.2.0",
3380
            "source": {
3381
                "type": "git",
3382
                "url": "https://github.com/sebastianbergmann/comparator.git",
3383
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
3384
            },
3385
            "dist": {
3386
                "type": "zip",
3387
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3388
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3389
                "shasum": ""
3390
            },
3391
            "require": {
3392
                "php": ">=5.3.3",
3393
                "sebastian/diff": "~1.2",
3394
                "sebastian/exporter": "~1.2"
3395
            },
3396
            "require-dev": {
3397
                "phpunit/phpunit": "~4.4"
3398
            },
3399
            "type": "library",
3400
            "extra": {
3401
                "branch-alias": {
3402
                    "dev-master": "1.2.x-dev"
3403
                }
3404
            },
3405
            "autoload": {
3406
                "classmap": [
3407
                    "src/"
3408
                ]
3409
            },
3410
            "notification-url": "https://packagist.org/downloads/",
3411
            "license": [
3412
                "BSD-3-Clause"
3413
            ],
3414
            "authors": [
3415
                {
3416
                    "name": "Jeff Welch",
3417
                    "email": "[email protected]"
3418
                },
3419
                {
3420
                    "name": "Volker Dusch",
3421
                    "email": "[email protected]"
3422
                },
3423
                {
3424
                    "name": "Bernhard Schussek",
3425
                    "email": "[email protected]"
3426
                },
3427
                {
3428
                    "name": "Sebastian Bergmann",
3429
                    "email": "[email protected]"
3430
                }
3431
            ],
3432
            "description": "Provides the functionality to compare PHP values for equality",
3433
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3434
            "keywords": [
3435
                "comparator",
3436
                "compare",
3437
                "equality"
3438
            ],
3439
            "time": "2015-07-26 15:48:44"
3440
        },
3441
        {
3442
            "name": "sebastian/diff",
3443
            "version": "1.4.1",
3444
            "source": {
3445
                "type": "git",
3446
                "url": "https://github.com/sebastianbergmann/diff.git",
3447
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
3448
            },
3449
            "dist": {
3450
                "type": "zip",
3451
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
3452
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
3453
                "shasum": ""
3454
            },
3455
            "require": {
3456
                "php": ">=5.3.3"
3457
            },
3458
            "require-dev": {
3459
                "phpunit/phpunit": "~4.8"
3460
            },
3461
            "type": "library",
3462
            "extra": {
3463
                "branch-alias": {
3464
                    "dev-master": "1.4-dev"
3465
                }
3466
            },
3467
            "autoload": {
3468
                "classmap": [
3469
                    "src/"
3470
                ]
3471
            },
3472
            "notification-url": "https://packagist.org/downloads/",
3473
            "license": [
3474
                "BSD-3-Clause"
3475
            ],
3476
            "authors": [
3477
                {
3478
                    "name": "Kore Nordmann",
3479
                    "email": "[email protected]"
3480
                },
3481
                {
3482
                    "name": "Sebastian Bergmann",
3483
                    "email": "[email protected]"
3484
                }
3485
            ],
3486
            "description": "Diff implementation",
3487
            "homepage": "https://github.com/sebastianbergmann/diff",
3488
            "keywords": [
3489
                "diff"
3490
            ],
3491
            "time": "2015-12-08 07:14:41"
3492
        },
3493
        {
3494
            "name": "sebastian/environment",
3495
            "version": "1.3.8",
3496
            "source": {
3497
                "type": "git",
3498
                "url": "https://github.com/sebastianbergmann/environment.git",
3499
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
3500
            },
3501
            "dist": {
3502
                "type": "zip",
3503
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3504
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3505
                "shasum": ""
3506
            },
3507
            "require": {
3508
                "php": "^5.3.3 || ^7.0"
3509
            },
3510
            "require-dev": {
3511
                "phpunit/phpunit": "^4.8 || ^5.0"
3512
            },
3513
            "type": "library",
3514
            "extra": {
3515
                "branch-alias": {
3516
                    "dev-master": "1.3.x-dev"
3517
                }
3518
            },
3519
            "autoload": {
3520
                "classmap": [
3521
                    "src/"
3522
                ]
3523
            },
3524
            "notification-url": "https://packagist.org/downloads/",
3525
            "license": [
3526
                "BSD-3-Clause"
3527
            ],
3528
            "authors": [
3529
                {
3530
                    "name": "Sebastian Bergmann",
3531
                    "email": "[email protected]"
3532
                }
3533
            ],
3534
            "description": "Provides functionality to handle HHVM/PHP environments",
3535
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3536
            "keywords": [
3537
                "Xdebug",
3538
                "environment",
3539
                "hhvm"
3540
            ],
3541
            "time": "2016-08-18 05:49:44"
3542
        },
3543
        {
3544
            "name": "sebastian/exporter",
3545
            "version": "1.2.2",
3546
            "source": {
3547
                "type": "git",
3548
                "url": "https://github.com/sebastianbergmann/exporter.git",
3549
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
3550
            },
3551
            "dist": {
3552
                "type": "zip",
3553
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
3554
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
3555
                "shasum": ""
3556
            },
3557
            "require": {
3558
                "php": ">=5.3.3",
3559
                "sebastian/recursion-context": "~1.0"
3560
            },
3561
            "require-dev": {
3562
                "ext-mbstring": "*",
3563
                "phpunit/phpunit": "~4.4"
3564
            },
3565
            "type": "library",
3566
            "extra": {
3567
                "branch-alias": {
3568
                    "dev-master": "1.3.x-dev"
3569
                }
3570
            },
3571
            "autoload": {
3572
                "classmap": [
3573
                    "src/"
3574
                ]
3575
            },
3576
            "notification-url": "https://packagist.org/downloads/",
3577
            "license": [
3578
                "BSD-3-Clause"
3579
            ],
3580
            "authors": [
3581
                {
3582
                    "name": "Jeff Welch",
3583
                    "email": "[email protected]"
3584
                },
3585
                {
3586
                    "name": "Volker Dusch",
3587
                    "email": "[email protected]"
3588
                },
3589
                {
3590
                    "name": "Bernhard Schussek",
3591
                    "email": "[email protected]"
3592
                },
3593
                {
3594
                    "name": "Sebastian Bergmann",
3595
                    "email": "[email protected]"
3596
                },
3597
                {
3598
                    "name": "Adam Harvey",
3599
                    "email": "[email protected]"
3600
                }
3601
            ],
3602
            "description": "Provides the functionality to export PHP variables for visualization",
3603
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3604
            "keywords": [
3605
                "export",
3606
                "exporter"
3607
            ],
3608
            "time": "2016-06-17 09:04:28"
3609
        },
3610
        {
3611
            "name": "sebastian/recursion-context",
3612
            "version": "1.0.2",
3613
            "source": {
3614
                "type": "git",
3615
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3616
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
3617
            },
3618
            "dist": {
3619
                "type": "zip",
3620
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
3621
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
3622
                "shasum": ""
3623
            },
3624
            "require": {
3625
                "php": ">=5.3.3"
3626
            },
3627
            "require-dev": {
3628
                "phpunit/phpunit": "~4.4"
3629
            },
3630
            "type": "library",
3631
            "extra": {
3632
                "branch-alias": {
3633
                    "dev-master": "1.0.x-dev"
3634
                }
3635
            },
3636
            "autoload": {
3637
                "classmap": [
3638
                    "src/"
3639
                ]
3640
            },
3641
            "notification-url": "https://packagist.org/downloads/",
3642
            "license": [
3643
                "BSD-3-Clause"
3644
            ],
3645
            "authors": [
3646
                {
3647
                    "name": "Jeff Welch",
3648
                    "email": "[email protected]"
3649
                },
3650
                {
3651
                    "name": "Sebastian Bergmann",
3652
                    "email": "[email protected]"
3653
                },
3654
                {
3655
                    "name": "Adam Harvey",
3656
                    "email": "[email protected]"
3657
                }
3658
            ],
3659
            "description": "Provides functionality to recursively process PHP variables",
3660
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3661
            "time": "2015-11-11 19:50:13"
3662
        },
3663
        {
3664
            "name": "sebastian/version",
3665
            "version": "1.0.6",
3666
            "source": {
3667
                "type": "git",
3668
                "url": "https://github.com/sebastianbergmann/version.git",
3669
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
3670
            },
3671
            "dist": {
3672
                "type": "zip",
3673
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3674
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3675
                "shasum": ""
3676
            },
3677
            "type": "library",
3678
            "autoload": {
3679
                "classmap": [
3680
                    "src/"
3681
                ]
3682
            },
3683
            "notification-url": "https://packagist.org/downloads/",
3684
            "license": [
3685
                "BSD-3-Clause"
3686
            ],
3687
            "authors": [
3688
                {
3689
                    "name": "Sebastian Bergmann",
3690
                    "email": "[email protected]",
3691
                    "role": "lead"
3692
                }
3693
            ],
3694
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3695
            "homepage": "https://github.com/sebastianbergmann/version",
3696
            "time": "2015-06-21 13:59:46"
3697
        },
3698
        {
3699
            "name": "symfony/class-loader",
3700
            "version": "v2.8.11",
3701
            "source": {
3702
                "type": "git",
3703
                "url": "https://github.com/symfony/class-loader.git",
3704
                "reference": "fb50892408036f9f431b563aac51a3f2f0087e81"
3705
            },
3706
            "dist": {
3707
                "type": "zip",
3708
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/fb50892408036f9f431b563aac51a3f2f0087e81",
3709
                "reference": "fb50892408036f9f431b563aac51a3f2f0087e81",
3710
                "shasum": ""
3711
            },
3712
            "require": {
3713
                "php": ">=5.3.9",
3714
                "symfony/polyfill-apcu": "~1.1"
3715
            },
3716
            "require-dev": {
3717
                "symfony/finder": "~2.0,>=2.0.5|~3.0.0"
3718
            },
3719
            "type": "library",
3720
            "extra": {
3721
                "branch-alias": {
3722
                    "dev-master": "2.8-dev"
3723
                }
3724
            },
3725
            "autoload": {
3726
                "psr-4": {
3727
                    "Symfony\\Component\\ClassLoader\\": ""
3728
                },
3729
                "exclude-from-classmap": [
3730
                    "/Tests/"
3731
                ]
3732
            },
3733
            "notification-url": "https://packagist.org/downloads/",
3734
            "license": [
3735
                "MIT"
3736
            ],
3737
            "authors": [
3738
                {
3739
                    "name": "Fabien Potencier",
3740
                    "email": "[email protected]"
3741
                },
3742
                {
3743
                    "name": "Symfony Community",
3744
                    "homepage": "https://symfony.com/contributors"
3745
                }
3746
            ],
3747
            "description": "Symfony ClassLoader Component",
3748
            "homepage": "https://symfony.com",
3749
            "time": "2016-09-06 23:19:39"
3750
        },
3751
        {
3752
            "name": "symfony/polyfill-apcu",
3753
            "version": "v1.2.0",
3754
            "source": {
3755
                "type": "git",
3756
                "url": "https://github.com/symfony/polyfill-apcu.git",
3757
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
3758
            },
3759
            "dist": {
3760
                "type": "zip",
3761
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
3762
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
3763
                "shasum": ""
3764
            },
3765
            "require": {
3766
                "php": ">=5.3.3"
3767
            },
3768
            "type": "library",
3769
            "extra": {
3770
                "branch-alias": {
3771
                    "dev-master": "1.2-dev"
3772
                }
3773
            },
3774
            "autoload": {
3775
                "files": [
3776
                    "bootstrap.php"
3777
                ]
3778
            },
3779
            "notification-url": "https://packagist.org/downloads/",
3780
            "license": [
3781
                "MIT"
3782
            ],
3783
            "authors": [
3784
                {
3785
                    "name": "Nicolas Grekas",
3786
                    "email": "[email protected]"
3787
                },
3788
                {
3789
                    "name": "Symfony Community",
3790
                    "homepage": "https://symfony.com/contributors"
3791
                }
3792
            ],
3793
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
3794
            "homepage": "https://symfony.com",
3795
            "keywords": [
3796
                "apcu",
3797
                "compatibility",
3798
                "polyfill",
3799
                "portable",
3800
                "shim"
3801
            ],
3802
            "time": "2016-05-18 14:26:46"
3803
        },
3804
        {
3805
            "name": "symfony/polyfill-mbstring",
3806
            "version": "v1.2.0",
3807
            "source": {
3808
                "type": "git",
3809
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3810
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
3811
            },
3812
            "dist": {
3813
                "type": "zip",
3814
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
3815
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
3816
                "shasum": ""
3817
            },
3818
            "require": {
3819
                "php": ">=5.3.3"
3820
            },
3821
            "suggest": {
3822
                "ext-mbstring": "For best performance"
3823
            },
3824
            "type": "library",
3825
            "extra": {
3826
                "branch-alias": {
3827
                    "dev-master": "1.2-dev"
3828
                }
3829
            },
3830
            "autoload": {
3831
                "psr-4": {
3832
                    "Symfony\\Polyfill\\Mbstring\\": ""
3833
                },
3834
                "files": [
3835
                    "bootstrap.php"
3836
                ]
3837
            },
3838
            "notification-url": "https://packagist.org/downloads/",
3839
            "license": [
3840
                "MIT"
3841
            ],
3842
            "authors": [
3843
                {
3844
                    "name": "Nicolas Grekas",
3845
                    "email": "[email protected]"
3846
                },
3847
                {
3848
                    "name": "Symfony Community",
3849
                    "homepage": "https://symfony.com/contributors"
3850
                }
3851
            ],
3852
            "description": "Symfony polyfill for the Mbstring extension",
3853
            "homepage": "https://symfony.com",
3854
            "keywords": [
3855
                "compatibility",
3856
                "mbstring",
3857
                "polyfill",
3858
                "portable",
3859
                "shim"
3860
            ],
3861
            "time": "2016-05-18 14:26:46"
3862
        },
3863
        {
3864
            "name": "symfony/var-dumper",
3865
            "version": "v2.8.11",
3866
            "source": {
3867
                "type": "git",
3868
                "url": "https://github.com/symfony/var-dumper.git",
3869
                "reference": "84d9a8e4605552704672e67065ec397d816a2ad2"
3870
            },
3871
            "dist": {
3872
                "type": "zip",
3873
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/84d9a8e4605552704672e67065ec397d816a2ad2",
3874
                "reference": "84d9a8e4605552704672e67065ec397d816a2ad2",
3875
                "shasum": ""
3876
            },
3877
            "require": {
3878
                "php": ">=5.3.9",
3879
                "symfony/polyfill-mbstring": "~1.0"
3880
            },
3881
            "require-dev": {
3882
                "twig/twig": "~1.20|~2.0"
3883
            },
3884
            "suggest": {
3885
                "ext-symfony_debug": ""
3886
            },
3887
            "type": "library",
3888
            "extra": {
3889
                "branch-alias": {
3890
                    "dev-master": "2.8-dev"
3891
                }
3892
            },
3893
            "autoload": {
3894
                "files": [
3895
                    "Resources/functions/dump.php"
3896
                ],
3897
                "psr-4": {
3898
                    "Symfony\\Component\\VarDumper\\": ""
3899
                },
3900
                "exclude-from-classmap": [
3901
                    "/Tests/"
3902
                ]
3903
            },
3904
            "notification-url": "https://packagist.org/downloads/",
3905
            "license": [
3906
                "MIT"
3907
            ],
3908
            "authors": [
3909
                {
3910
                    "name": "Nicolas Grekas",
3911
                    "email": "[email protected]"
3912
                },
3913
                {
3914
                    "name": "Symfony Community",
3915
                    "homepage": "https://symfony.com/contributors"
3916
                }
3917
            ],
3918
            "description": "Symfony mechanism for exploring and dumping PHP variables",
3919
            "homepage": "https://symfony.com",
3920
            "keywords": [
3921
                "debug",
3922
                "dump"
3923
            ],
3924
            "time": "2016-09-06 10:55:00"
3925
        },
3926
        {
3927
            "name": "symfony/yaml",
3928
            "version": "v2.8.11",
3929
            "source": {
3930
                "type": "git",
3931
                "url": "https://github.com/symfony/yaml.git",
3932
                "reference": "e7540734bad981fe59f8ef14b6fc194ae9df8d9c"
3933
            },
3934
            "dist": {
3935
                "type": "zip",
3936
                "url": "https://api.github.com/repos/symfony/yaml/zipball/e7540734bad981fe59f8ef14b6fc194ae9df8d9c",
3937
                "reference": "e7540734bad981fe59f8ef14b6fc194ae9df8d9c",
3938
                "shasum": ""
3939
            },
3940
            "require": {
3941
                "php": ">=5.3.9"
3942
            },
3943
            "type": "library",
3944
            "extra": {
3945
                "branch-alias": {
3946
                    "dev-master": "2.8-dev"
3947
                }
3948
            },
3949
            "autoload": {
3950
                "psr-4": {
3951
                    "Symfony\\Component\\Yaml\\": ""
3952
                },
3953
                "exclude-from-classmap": [
3954
                    "/Tests/"
3955
                ]
3956
            },
3957
            "notification-url": "https://packagist.org/downloads/",
3958
            "license": [
3959
                "MIT"
3960
            ],
3961
            "authors": [
3962
                {
3963
                    "name": "Fabien Potencier",
3964
                    "email": "[email protected]"
3965
                },
3966
                {
3967
                    "name": "Symfony Community",
3968
                    "homepage": "https://symfony.com/contributors"
3969
                }
3970
            ],
3971
            "description": "Symfony Yaml Component",
3972
            "homepage": "https://symfony.com",
3973
            "time": "2016-09-02 01:57:56"
3974
        }
3975
    ],
3976
    "aliases": [],
3977
    "minimum-stability": "stable",
3978
    "stability-flags": [],
3979
    "prefer-stable": false,
3980
    "prefer-lowest": false,
3981
    "platform": [],
3982
    "platform-dev": []
3983
}
3984