Issues (34)

Security Analysis    no request data  

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": "bd153f37cc56aac2b3c3685e3ab4afb5",
8
    "content-hash": "1f840b7e668a4909568e66adf3f2b804",
9
    "packages": [
10
        {
11
            "name": "cspoo/symfony-sms-bundle",
12
            "version": "dev-add_disable_delivery_parameter",
13
            "target-dir": "cspoo/SmsBundle",
14
            "source": {
15
                "type": "git",
16
                "url": "https://github.com/allan-simon/symfony-sms-bundle.git",
17
                "reference": "146cb8f3fbf324b3186d7c62571edcad8ae69d92"
18
            },
19
            "dist": {
20
                "type": "zip",
21
                "url": "https://api.github.com/repos/allan-simon/symfony-sms-bundle/zipball/146cb8f3fbf324b3186d7c62571edcad8ae69d92",
22
                "reference": "146cb8f3fbf324b3186d7c62571edcad8ae69d92",
23
                "shasum": ""
24
            },
25
            "require": {
26
                "php": ">=5.3.2"
27
            },
28
            "type": "symfony-bundle",
29
            "autoload": {
30
                "psr-0": {
31
                    "cspoo\\SmsBundle": ""
32
                }
33
            },
34
            "license": [
35
                "GPL"
36
            ],
37
            "authors": [
38
                {
39
                    "name": "Christian Spoo",
40
                    "email": "[email protected]",
41
                    "homepage": "http://www.christian-spoo.info/",
42
                    "role": "Developer"
43
                }
44
            ],
45
            "description": "Symfony SMS bundle",
46
            "homepage": "https://github.com/tehplague/symfony-sms-bundle",
47
            "keywords": [
48
                "SMS",
49
                "notification"
50
            ],
51
            "support": {
52
                "source": "https://github.com/allan-simon/symfony-sms-bundle/tree/add_disable_delivery_parameter"
53
            },
54
            "time": "2015-03-26 03:46:47"
55
        },
56
        {
57
            "name": "doctrine/annotations",
58
            "version": "v1.2.7",
59
            "source": {
60
                "type": "git",
61
                "url": "https://github.com/doctrine/annotations.git",
62
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
63
            },
64
            "dist": {
65
                "type": "zip",
66
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
67
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
68
                "shasum": ""
69
            },
70
            "require": {
71
                "doctrine/lexer": "1.*",
72
                "php": ">=5.3.2"
73
            },
74
            "require-dev": {
75
                "doctrine/cache": "1.*",
76
                "phpunit/phpunit": "4.*"
77
            },
78
            "type": "library",
79
            "extra": {
80
                "branch-alias": {
81
                    "dev-master": "1.3.x-dev"
82
                }
83
            },
84
            "autoload": {
85
                "psr-0": {
86
                    "Doctrine\\Common\\Annotations\\": "lib/"
87
                }
88
            },
89
            "notification-url": "https://packagist.org/downloads/",
90
            "license": [
91
                "MIT"
92
            ],
93
            "authors": [
94
                {
95
                    "name": "Roman Borschel",
96
                    "email": "[email protected]"
97
                },
98
                {
99
                    "name": "Benjamin Eberlei",
100
                    "email": "[email protected]"
101
                },
102
                {
103
                    "name": "Guilherme Blanco",
104
                    "email": "[email protected]"
105
                },
106
                {
107
                    "name": "Jonathan Wage",
108
                    "email": "[email protected]"
109
                },
110
                {
111
                    "name": "Johannes Schmitt",
112
                    "email": "[email protected]"
113
                }
114
            ],
115
            "description": "Docblock Annotations Parser",
116
            "homepage": "http://www.doctrine-project.org",
117
            "keywords": [
118
                "annotations",
119
                "docblock",
120
                "parser"
121
            ],
122
            "time": "2015-08-31 12:32:49"
123
        },
124
        {
125
            "name": "doctrine/cache",
126
            "version": "v1.5.1",
127
            "source": {
128
                "type": "git",
129
                "url": "https://github.com/doctrine/cache.git",
130
                "reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e"
131
            },
132
            "dist": {
133
                "type": "zip",
134
                "url": "https://api.github.com/repos/doctrine/cache/zipball/2b9cec5a5e722010cbebc91713d4c11eaa064d5e",
135
                "reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e",
136
                "shasum": ""
137
            },
138
            "require": {
139
                "php": ">=5.3.2"
140
            },
141
            "conflict": {
142
                "doctrine/common": ">2.2,<2.4"
143
            },
144
            "require-dev": {
145
                "phpunit/phpunit": ">=3.7",
146
                "predis/predis": "~1.0",
147
                "satooshi/php-coveralls": "~0.6"
148
            },
149
            "type": "library",
150
            "extra": {
151
                "branch-alias": {
152
                    "dev-master": "1.5.x-dev"
153
                }
154
            },
155
            "autoload": {
156
                "psr-4": {
157
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
158
                }
159
            },
160
            "notification-url": "https://packagist.org/downloads/",
161
            "license": [
162
                "MIT"
163
            ],
164
            "authors": [
165
                {
166
                    "name": "Roman Borschel",
167
                    "email": "[email protected]"
168
                },
169
                {
170
                    "name": "Benjamin Eberlei",
171
                    "email": "[email protected]"
172
                },
173
                {
174
                    "name": "Guilherme Blanco",
175
                    "email": "[email protected]"
176
                },
177
                {
178
                    "name": "Jonathan Wage",
179
                    "email": "[email protected]"
180
                },
181
                {
182
                    "name": "Johannes Schmitt",
183
                    "email": "[email protected]"
184
                }
185
            ],
186
            "description": "Caching library offering an object-oriented API for many cache backends",
187
            "homepage": "http://www.doctrine-project.org",
188
            "keywords": [
189
                "cache",
190
                "caching"
191
            ],
192
            "time": "2015-11-02 18:35:48"
193
        },
194
        {
195
            "name": "doctrine/collections",
196
            "version": "v1.3.0",
197
            "source": {
198
                "type": "git",
199
                "url": "https://github.com/doctrine/collections.git",
200
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
201
            },
202
            "dist": {
203
                "type": "zip",
204
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
205
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
206
                "shasum": ""
207
            },
208
            "require": {
209
                "php": ">=5.3.2"
210
            },
211
            "require-dev": {
212
                "phpunit/phpunit": "~4.0"
213
            },
214
            "type": "library",
215
            "extra": {
216
                "branch-alias": {
217
                    "dev-master": "1.2.x-dev"
218
                }
219
            },
220
            "autoload": {
221
                "psr-0": {
222
                    "Doctrine\\Common\\Collections\\": "lib/"
223
                }
224
            },
225
            "notification-url": "https://packagist.org/downloads/",
226
            "license": [
227
                "MIT"
228
            ],
229
            "authors": [
230
                {
231
                    "name": "Roman Borschel",
232
                    "email": "[email protected]"
233
                },
234
                {
235
                    "name": "Benjamin Eberlei",
236
                    "email": "[email protected]"
237
                },
238
                {
239
                    "name": "Guilherme Blanco",
240
                    "email": "[email protected]"
241
                },
242
                {
243
                    "name": "Jonathan Wage",
244
                    "email": "[email protected]"
245
                },
246
                {
247
                    "name": "Johannes Schmitt",
248
                    "email": "[email protected]"
249
                }
250
            ],
251
            "description": "Collections Abstraction library",
252
            "homepage": "http://www.doctrine-project.org",
253
            "keywords": [
254
                "array",
255
                "collections",
256
                "iterator"
257
            ],
258
            "time": "2015-04-14 22:21:58"
259
        },
260
        {
261
            "name": "doctrine/common",
262
            "version": "v2.5.1",
263
            "source": {
264
                "type": "git",
265
                "url": "https://github.com/doctrine/common.git",
266
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9"
267
            },
268
            "dist": {
269
                "type": "zip",
270
                "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
271
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
272
                "shasum": ""
273
            },
274
            "require": {
275
                "doctrine/annotations": "1.*",
276
                "doctrine/cache": "1.*",
277
                "doctrine/collections": "1.*",
278
                "doctrine/inflector": "1.*",
279
                "doctrine/lexer": "1.*",
280
                "php": ">=5.3.2"
281
            },
282
            "require-dev": {
283
                "phpunit/phpunit": "~3.7"
284
            },
285
            "type": "library",
286
            "extra": {
287
                "branch-alias": {
288
                    "dev-master": "2.6.x-dev"
289
                }
290
            },
291
            "autoload": {
292
                "psr-0": {
293
                    "Doctrine\\Common\\": "lib/"
294
                }
295
            },
296
            "notification-url": "https://packagist.org/downloads/",
297
            "license": [
298
                "MIT"
299
            ],
300
            "authors": [
301
                {
302
                    "name": "Roman Borschel",
303
                    "email": "[email protected]"
304
                },
305
                {
306
                    "name": "Benjamin Eberlei",
307
                    "email": "[email protected]"
308
                },
309
                {
310
                    "name": "Guilherme Blanco",
311
                    "email": "[email protected]"
312
                },
313
                {
314
                    "name": "Jonathan Wage",
315
                    "email": "[email protected]"
316
                },
317
                {
318
                    "name": "Johannes Schmitt",
319
                    "email": "[email protected]"
320
                }
321
            ],
322
            "description": "Common Library for Doctrine projects",
323
            "homepage": "http://www.doctrine-project.org",
324
            "keywords": [
325
                "annotations",
326
                "collections",
327
                "eventmanager",
328
                "persistence",
329
                "spl"
330
            ],
331
            "time": "2015-08-31 13:00:22"
332
        },
333
        {
334
            "name": "doctrine/dbal",
335
            "version": "v2.5.2",
336
            "source": {
337
                "type": "git",
338
                "url": "https://github.com/doctrine/dbal.git",
339
                "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c"
340
            },
341
            "dist": {
342
                "type": "zip",
343
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/01dbcbc5cd0a913d751418e635434a18a2f2a75c",
344
                "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c",
345
                "shasum": ""
346
            },
347
            "require": {
348
                "doctrine/common": ">=2.4,<2.6-dev",
349
                "php": ">=5.3.2"
350
            },
351
            "require-dev": {
352
                "phpunit/phpunit": "4.*",
353
                "symfony/console": "2.*"
354
            },
355
            "suggest": {
356
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
357
            },
358
            "bin": [
359
                "bin/doctrine-dbal"
360
            ],
361
            "type": "library",
362
            "extra": {
363
                "branch-alias": {
364
                    "dev-master": "2.5.x-dev"
365
                }
366
            },
367
            "autoload": {
368
                "psr-0": {
369
                    "Doctrine\\DBAL\\": "lib/"
370
                }
371
            },
372
            "notification-url": "https://packagist.org/downloads/",
373
            "license": [
374
                "MIT"
375
            ],
376
            "authors": [
377
                {
378
                    "name": "Roman Borschel",
379
                    "email": "[email protected]"
380
                },
381
                {
382
                    "name": "Benjamin Eberlei",
383
                    "email": "[email protected]"
384
                },
385
                {
386
                    "name": "Guilherme Blanco",
387
                    "email": "[email protected]"
388
                },
389
                {
390
                    "name": "Jonathan Wage",
391
                    "email": "[email protected]"
392
                }
393
            ],
394
            "description": "Database Abstraction Layer",
395
            "homepage": "http://www.doctrine-project.org",
396
            "keywords": [
397
                "database",
398
                "dbal",
399
                "persistence",
400
                "queryobject"
401
            ],
402
            "time": "2015-09-16 16:29:33"
403
        },
404
        {
405
            "name": "doctrine/doctrine-bundle",
406
            "version": "1.6.0",
407
            "source": {
408
                "type": "git",
409
                "url": "https://github.com/doctrine/DoctrineBundle.git",
410
                "reference": "a5b3ba908ba68f3e14e42762a7b940fde65ed7da"
411
            },
412
            "dist": {
413
                "type": "zip",
414
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/a5b3ba908ba68f3e14e42762a7b940fde65ed7da",
415
                "reference": "a5b3ba908ba68f3e14e42762a7b940fde65ed7da",
416
                "shasum": ""
417
            },
418
            "require": {
419
                "doctrine/dbal": "~2.3",
420
                "doctrine/doctrine-cache-bundle": "~1.0",
421
                "jdorn/sql-formatter": "~1.1",
422
                "php": ">=5.3.2",
423
                "symfony/console": "~2.3|~3.0",
424
                "symfony/doctrine-bridge": "~2.2|~3.0",
425
                "symfony/framework-bundle": "~2.3|~3.0"
426
            },
427
            "require-dev": {
428
                "doctrine/orm": "~2.3",
429
                "phpunit/phpunit": "~4",
430
                "satooshi/php-coveralls": "~0.6.1",
431
                "symfony/validator": "~2.2|~3.0",
432
                "symfony/yaml": "~2.2|~3.0",
433
                "twig/twig": "~1.10"
434
            },
435
            "suggest": {
436
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
437
                "symfony/web-profiler-bundle": "to use the data collector"
438
            },
439
            "type": "symfony-bundle",
440
            "extra": {
441
                "branch-alias": {
442
                    "dev-master": "1.6.x-dev"
443
                }
444
            },
445
            "autoload": {
446
                "psr-4": {
447
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
448
                }
449
            },
450
            "notification-url": "https://packagist.org/downloads/",
451
            "license": [
452
                "MIT"
453
            ],
454
            "authors": [
455
                {
456
                    "name": "Symfony Community",
457
                    "homepage": "http://symfony.com/contributors"
458
                },
459
                {
460
                    "name": "Benjamin Eberlei",
461
                    "email": "[email protected]"
462
                },
463
                {
464
                    "name": "Doctrine Project",
465
                    "homepage": "http://www.doctrine-project.org/"
466
                },
467
                {
468
                    "name": "Fabien Potencier",
469
                    "email": "[email protected]"
470
                }
471
            ],
472
            "description": "Symfony DoctrineBundle",
473
            "homepage": "http://www.doctrine-project.org",
474
            "keywords": [
475
                "database",
476
                "dbal",
477
                "orm",
478
                "persistence"
479
            ],
480
            "time": "2015-11-04 21:33:02"
481
        },
482
        {
483
            "name": "doctrine/doctrine-cache-bundle",
484
            "version": "1.2.2",
485
            "source": {
486
                "type": "git",
487
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
488
                "reference": "030ff41ef1db66370b36467086bfb817a661fe6a"
489
            },
490
            "dist": {
491
                "type": "zip",
492
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/030ff41ef1db66370b36467086bfb817a661fe6a",
493
                "reference": "030ff41ef1db66370b36467086bfb817a661fe6a",
494
                "shasum": ""
495
            },
496
            "require": {
497
                "doctrine/cache": "^1.4.2",
498
                "doctrine/inflector": "~1.0",
499
                "php": ">=5.3.2",
500
                "symfony/doctrine-bridge": "~2.2|~3.0"
501
            },
502
            "require-dev": {
503
                "instaclick/coding-standard": "~1.1",
504
                "instaclick/object-calisthenics-sniffs": "dev-master",
505
                "instaclick/symfony2-coding-standard": "dev-remaster",
506
                "phpunit/phpunit": "~4",
507
                "satooshi/php-coveralls": "~0.6.1",
508
                "squizlabs/php_codesniffer": "~1.5",
509
                "symfony/console": "~2.2|~3.0",
510
                "symfony/finder": "~2.2|~3.0",
511
                "symfony/framework-bundle": "~2.2|~3.0",
512
                "symfony/phpunit-bridge": "~2.7|~3.0",
513
                "symfony/security-acl": "~2.3|~3.0",
514
                "symfony/validator": "~2.2|~3.0",
515
                "symfony/yaml": "~2.2|~3.0"
516
            },
517
            "suggest": {
518
                "symfony/security-acl": "For using this bundle to cache ACLs"
519
            },
520
            "type": "symfony-bundle",
521
            "extra": {
522
                "branch-alias": {
523
                    "dev-master": "1.2.x-dev"
524
                }
525
            },
526
            "autoload": {
527
                "psr-4": {
528
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
529
                }
530
            },
531
            "notification-url": "https://packagist.org/downloads/",
532
            "license": [
533
                "MIT"
534
            ],
535
            "authors": [
536
                {
537
                    "name": "Symfony Community",
538
                    "homepage": "http://symfony.com/contributors"
539
                },
540
                {
541
                    "name": "Benjamin Eberlei",
542
                    "email": "[email protected]"
543
                },
544
                {
545
                    "name": "Fabio B. Silva",
546
                    "email": "[email protected]"
547
                },
548
                {
549
                    "name": "Guilherme Blanco",
550
                    "email": "[email protected]"
551
                },
552
                {
553
                    "name": "Doctrine Project",
554
                    "homepage": "http://www.doctrine-project.org/"
555
                },
556
                {
557
                    "name": "Fabien Potencier",
558
                    "email": "[email protected]"
559
                }
560
            ],
561
            "description": "Symfony Bundle for Doctrine Cache",
562
            "homepage": "http://www.doctrine-project.org",
563
            "keywords": [
564
                "cache",
565
                "caching"
566
            ],
567
            "time": "2015-11-27 04:59:07"
568
        },
569
        {
570
            "name": "doctrine/doctrine-migrations-bundle",
571
            "version": "1.1.1",
572
            "source": {
573
                "type": "git",
574
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
575
                "reference": "303a576e2124efb07ec215e34ea2480b841cf5e4"
576
            },
577
            "dist": {
578
                "type": "zip",
579
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/303a576e2124efb07ec215e34ea2480b841cf5e4",
580
                "reference": "303a576e2124efb07ec215e34ea2480b841cf5e4",
581
                "shasum": ""
582
            },
583
            "require": {
584
                "doctrine/doctrine-bundle": "~1.0",
585
                "doctrine/migrations": "~1.0",
586
                "php": ">=5.3.2",
587
                "symfony/framework-bundle": "~2.3|~3.0"
588
            },
589
            "type": "symfony-bundle",
590
            "extra": {
591
                "branch-alias": {
592
                    "dev-master": "1.1-dev"
593
                }
594
            },
595
            "autoload": {
596
                "psr-4": {
597
                    "Doctrine\\Bundle\\MigrationsBundle\\": ""
598
                }
599
            },
600
            "notification-url": "https://packagist.org/downloads/",
601
            "license": [
602
                "MIT"
603
            ],
604
            "authors": [
605
                {
606
                    "name": "Symfony Community",
607
                    "homepage": "http://symfony.com/contributors"
608
                },
609
                {
610
                    "name": "Doctrine Project",
611
                    "homepage": "http://www.doctrine-project.org"
612
                },
613
                {
614
                    "name": "Fabien Potencier",
615
                    "email": "[email protected]"
616
                }
617
            ],
618
            "description": "Symfony DoctrineMigrationsBundle",
619
            "homepage": "http://www.doctrine-project.org",
620
            "keywords": [
621
                "dbal",
622
                "migrations",
623
                "schema"
624
            ],
625
            "time": "2015-11-04 13:45:30"
626
        },
627
        {
628
            "name": "doctrine/inflector",
629
            "version": "v1.1.0",
630
            "source": {
631
                "type": "git",
632
                "url": "https://github.com/doctrine/inflector.git",
633
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
634
            },
635
            "dist": {
636
                "type": "zip",
637
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
638
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
639
                "shasum": ""
640
            },
641
            "require": {
642
                "php": ">=5.3.2"
643
            },
644
            "require-dev": {
645
                "phpunit/phpunit": "4.*"
646
            },
647
            "type": "library",
648
            "extra": {
649
                "branch-alias": {
650
                    "dev-master": "1.1.x-dev"
651
                }
652
            },
653
            "autoload": {
654
                "psr-0": {
655
                    "Doctrine\\Common\\Inflector\\": "lib/"
656
                }
657
            },
658
            "notification-url": "https://packagist.org/downloads/",
659
            "license": [
660
                "MIT"
661
            ],
662
            "authors": [
663
                {
664
                    "name": "Roman Borschel",
665
                    "email": "[email protected]"
666
                },
667
                {
668
                    "name": "Benjamin Eberlei",
669
                    "email": "[email protected]"
670
                },
671
                {
672
                    "name": "Guilherme Blanco",
673
                    "email": "[email protected]"
674
                },
675
                {
676
                    "name": "Jonathan Wage",
677
                    "email": "[email protected]"
678
                },
679
                {
680
                    "name": "Johannes Schmitt",
681
                    "email": "[email protected]"
682
                }
683
            ],
684
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
685
            "homepage": "http://www.doctrine-project.org",
686
            "keywords": [
687
                "inflection",
688
                "pluralize",
689
                "singularize",
690
                "string"
691
            ],
692
            "time": "2015-11-06 14:35:42"
693
        },
694
        {
695
            "name": "doctrine/instantiator",
696
            "version": "1.0.5",
697
            "source": {
698
                "type": "git",
699
                "url": "https://github.com/doctrine/instantiator.git",
700
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
701
            },
702
            "dist": {
703
                "type": "zip",
704
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
705
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
706
                "shasum": ""
707
            },
708
            "require": {
709
                "php": ">=5.3,<8.0-DEV"
710
            },
711
            "require-dev": {
712
                "athletic/athletic": "~0.1.8",
713
                "ext-pdo": "*",
714
                "ext-phar": "*",
715
                "phpunit/phpunit": "~4.0",
716
                "squizlabs/php_codesniffer": "~2.0"
717
            },
718
            "type": "library",
719
            "extra": {
720
                "branch-alias": {
721
                    "dev-master": "1.0.x-dev"
722
                }
723
            },
724
            "autoload": {
725
                "psr-4": {
726
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
727
                }
728
            },
729
            "notification-url": "https://packagist.org/downloads/",
730
            "license": [
731
                "MIT"
732
            ],
733
            "authors": [
734
                {
735
                    "name": "Marco Pivetta",
736
                    "email": "[email protected]",
737
                    "homepage": "http://ocramius.github.com/"
738
                }
739
            ],
740
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
741
            "homepage": "https://github.com/doctrine/instantiator",
742
            "keywords": [
743
                "constructor",
744
                "instantiate"
745
            ],
746
            "time": "2015-06-14 21:17:01"
747
        },
748
        {
749
            "name": "doctrine/lexer",
750
            "version": "v1.0.1",
751
            "source": {
752
                "type": "git",
753
                "url": "https://github.com/doctrine/lexer.git",
754
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
755
            },
756
            "dist": {
757
                "type": "zip",
758
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
759
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
760
                "shasum": ""
761
            },
762
            "require": {
763
                "php": ">=5.3.2"
764
            },
765
            "type": "library",
766
            "extra": {
767
                "branch-alias": {
768
                    "dev-master": "1.0.x-dev"
769
                }
770
            },
771
            "autoload": {
772
                "psr-0": {
773
                    "Doctrine\\Common\\Lexer\\": "lib/"
774
                }
775
            },
776
            "notification-url": "https://packagist.org/downloads/",
777
            "license": [
778
                "MIT"
779
            ],
780
            "authors": [
781
                {
782
                    "name": "Roman Borschel",
783
                    "email": "[email protected]"
784
                },
785
                {
786
                    "name": "Guilherme Blanco",
787
                    "email": "[email protected]"
788
                },
789
                {
790
                    "name": "Johannes Schmitt",
791
                    "email": "[email protected]"
792
                }
793
            ],
794
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
795
            "homepage": "http://www.doctrine-project.org",
796
            "keywords": [
797
                "lexer",
798
                "parser"
799
            ],
800
            "time": "2014-09-09 13:34:57"
801
        },
802
        {
803
            "name": "doctrine/migrations",
804
            "version": "v1.1.0",
805
            "source": {
806
                "type": "git",
807
                "url": "https://github.com/doctrine/migrations.git",
808
                "reference": "d196ddc229f50c66c5a015c158adb78a2dfb4351"
809
            },
810
            "dist": {
811
                "type": "zip",
812
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/d196ddc229f50c66c5a015c158adb78a2dfb4351",
813
                "reference": "d196ddc229f50c66c5a015c158adb78a2dfb4351",
814
                "shasum": ""
815
            },
816
            "require": {
817
                "doctrine/dbal": "~2.2",
818
                "php": ">=5.4.0",
819
                "symfony/console": "~2.3",
820
                "symfony/yaml": "~2.3"
821
            },
822
            "require-dev": {
823
                "doctrine/coding-standard": "dev-master",
824
                "doctrine/orm": "2.*",
825
                "johnkary/phpunit-speedtrap": "~1.0@dev",
826
                "mockery/mockery": "^0.9.4",
827
                "phpunit/phpunit": "~4.7",
828
                "satooshi/php-coveralls": "0.6.*"
829
            },
830
            "suggest": {
831
                "symfony/console": "to run the migration from the console"
832
            },
833
            "bin": [
834
                "bin/doctrine-migrations"
835
            ],
836
            "type": "library",
837
            "extra": {
838
                "branch-alias": {
839
                    "dev-master": "v1.1.x-dev"
840
                }
841
            },
842
            "autoload": {
843
                "psr-4": {
844
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
845
                }
846
            },
847
            "notification-url": "https://packagist.org/downloads/",
848
            "license": [
849
                "LGPL-2.1"
850
            ],
851
            "authors": [
852
                {
853
                    "name": "Benjamin Eberlei",
854
                    "email": "[email protected]"
855
                },
856
                {
857
                    "name": "Jonathan Wage",
858
                    "email": "[email protected]"
859
                }
860
            ],
861
            "description": "Database Schema migrations using Doctrine DBAL",
862
            "homepage": "http://www.doctrine-project.org",
863
            "keywords": [
864
                "database",
865
                "migrations"
866
            ],
867
            "time": "2015-09-29 11:13:06"
868
        },
869
        {
870
            "name": "doctrine/orm",
871
            "version": "v2.5.2",
872
            "source": {
873
                "type": "git",
874
                "url": "https://github.com/doctrine/doctrine2.git",
875
                "reference": "464b5fdbfbbeb4a65465ac173c4c5d90960f41ff"
876
            },
877
            "dist": {
878
                "type": "zip",
879
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/464b5fdbfbbeb4a65465ac173c4c5d90960f41ff",
880
                "reference": "464b5fdbfbbeb4a65465ac173c4c5d90960f41ff",
881
                "shasum": ""
882
            },
883
            "require": {
884
                "doctrine/cache": "~1.4",
885
                "doctrine/collections": "~1.2",
886
                "doctrine/common": ">=2.5-dev,<2.6-dev",
887
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
888
                "doctrine/instantiator": "~1.0.1",
889
                "ext-pdo": "*",
890
                "php": ">=5.4",
891
                "symfony/console": "~2.5|~3.0"
892
            },
893
            "require-dev": {
894
                "phpunit/phpunit": "~4.0",
895
                "satooshi/php-coveralls": "dev-master",
896
                "symfony/yaml": "~2.3|~3.0"
897
            },
898
            "suggest": {
899
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
900
            },
901
            "bin": [
902
                "bin/doctrine",
903
                "bin/doctrine.php"
904
            ],
905
            "type": "library",
906
            "extra": {
907
                "branch-alias": {
908
                    "dev-master": "2.6.x-dev"
909
                }
910
            },
911
            "autoload": {
912
                "psr-0": {
913
                    "Doctrine\\ORM\\": "lib/"
914
                }
915
            },
916
            "notification-url": "https://packagist.org/downloads/",
917
            "license": [
918
                "MIT"
919
            ],
920
            "authors": [
921
                {
922
                    "name": "Roman Borschel",
923
                    "email": "[email protected]"
924
                },
925
                {
926
                    "name": "Benjamin Eberlei",
927
                    "email": "[email protected]"
928
                },
929
                {
930
                    "name": "Guilherme Blanco",
931
                    "email": "[email protected]"
932
                },
933
                {
934
                    "name": "Jonathan Wage",
935
                    "email": "[email protected]"
936
                }
937
            ],
938
            "description": "Object-Relational-Mapper for PHP",
939
            "homepage": "http://www.doctrine-project.org",
940
            "keywords": [
941
                "database",
942
                "orm"
943
            ],
944
            "time": "2015-11-23 12:44:25"
945
        },
946
        {
947
            "name": "friendsofsymfony/oauth-server-bundle",
948
            "version": "dev-master",
949
            "target-dir": "FOS/OAuthServerBundle",
950
            "source": {
951
                "type": "git",
952
                "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
953
                "reference": "0c72d8baf707dce59c59a4daa1549c06e510bbed"
954
            },
955
            "dist": {
956
                "type": "zip",
957
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/0c72d8baf707dce59c59a4daa1549c06e510bbed",
958
                "reference": "0c72d8baf707dce59c59a4daa1549c06e510bbed",
959
                "shasum": ""
960
            },
961
            "require": {
962
                "friendsofsymfony/oauth2-php": "~1.1.0",
963
                "php": ">=5.3.3",
964
                "symfony/framework-bundle": "~2.2",
965
                "symfony/security-bundle": "~2.1"
966
            },
967
            "require-dev": {
968
                "doctrine/doctrine-bundle": "~1.0",
969
                "doctrine/mongodb-odm": "1.0.*@dev",
970
                "doctrine/orm": ">=2.2,<2.5-dev",
971
                "symfony/class-loader": "~2.1",
972
                "symfony/yaml": "~2.1",
973
                "willdurand/propel-typehintable-behavior": "~1.0,>1.0.4"
974
            },
975
            "suggest": {
976
                "doctrine/doctrine-bundle": "*",
977
                "doctrine/mongodb-odm-bundle": "*",
978
                "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
979
                "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
980
            },
981
            "type": "symfony-bundle",
982
            "extra": {
983
                "branch-alias": {
984
                    "dev-master": "1.4-dev"
985
                }
986
            },
987
            "autoload": {
988
                "psr-0": {
989
                    "FOS\\OAuthServerBundle": ""
990
                }
991
            },
992
            "notification-url": "https://packagist.org/downloads/",
993
            "license": [
994
                "MIT"
995
            ],
996
            "authors": [
997
                {
998
                    "name": "Arnaud Le Blanc",
999
                    "email": "[email protected]"
1000
                },
1001
                {
1002
                    "name": "FriendsOfSymfony Community",
1003
                    "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1004
                }
1005
            ],
1006
            "description": "Symfony2 OAuth Server Bundle",
1007
            "homepage": "http://friendsofsymfony.github.com",
1008
            "keywords": [
1009
                "oauth",
1010
                "oauth2",
1011
                "server"
1012
            ],
1013
            "time": "2015-05-01 22:00:52"
1014
        },
1015
        {
1016
            "name": "friendsofsymfony/oauth2-php",
1017
            "version": "1.1.1",
1018
            "source": {
1019
                "type": "git",
1020
                "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1021
                "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310"
1022
            },
1023
            "dist": {
1024
                "type": "zip",
1025
                "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/23e76537c4a02e666ab4ba5abe67a69a886a0310",
1026
                "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310",
1027
                "shasum": ""
1028
            },
1029
            "require": {
1030
                "php": ">=5.3.2",
1031
                "symfony/http-foundation": "~2.0"
1032
            },
1033
            "require-dev": {
1034
                "phpunit/phpunit": "~4.0"
1035
            },
1036
            "type": "library",
1037
            "extra": {
1038
                "branch-alias": {
1039
                    "dev-master": "1.1.x-dev"
1040
                }
1041
            },
1042
            "autoload": {
1043
                "psr-4": {
1044
                    "OAuth2\\": "lib/"
1045
                }
1046
            },
1047
            "notification-url": "https://packagist.org/downloads/",
1048
            "license": [
1049
                "MIT"
1050
            ],
1051
            "authors": [
1052
                {
1053
                    "name": "Arnaud Le Blanc",
1054
                    "email": "[email protected]"
1055
                },
1056
                {
1057
                    "name": "FriendsOfSymfony Community",
1058
                    "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1059
                }
1060
            ],
1061
            "description": "OAuth2 library",
1062
            "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1063
            "keywords": [
1064
                "oauth",
1065
                "oauth2"
1066
            ],
1067
            "time": "2014-11-03 10:21:20"
1068
        },
1069
        {
1070
            "name": "friendsofsymfony/rest-bundle",
1071
            "version": "1.7.2",
1072
            "target-dir": "FOS/RestBundle",
1073
            "source": {
1074
                "type": "git",
1075
                "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1076
                "reference": "70db6f7af4bb198881bfc9106aea633fa3e818c0"
1077
            },
1078
            "dist": {
1079
                "type": "zip",
1080
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/70db6f7af4bb198881bfc9106aea633fa3e818c0",
1081
                "reference": "70db6f7af4bb198881bfc9106aea633fa3e818c0",
1082
                "shasum": ""
1083
            },
1084
            "require": {
1085
                "doctrine/inflector": "~1.0",
1086
                "php": ">=5.3.9",
1087
                "psr/log": "~1.0",
1088
                "symfony/framework-bundle": "~2.3",
1089
                "symfony/http-kernel": "~2.3,>=2.3.24",
1090
                "willdurand/jsonp-callback-validator": "~1.0",
1091
                "willdurand/negotiation": "~1.2"
1092
            },
1093
            "conflict": {
1094
                "jms/serializer": "<0.12",
1095
                "jms/serializer-bundle": "<0.11",
1096
                "symfony/validator": ">=2.5.0,<2.5.5"
1097
            },
1098
            "require-dev": {
1099
                "jms/serializer": "~0.13|~1.0",
1100
                "jms/serializer-bundle": "~0.12|~1.0",
1101
                "phpoption/phpoption": "~1.1.0",
1102
                "sensio/framework-extra-bundle": "~3.0",
1103
                "sllh/php-cs-fixer-styleci-bridge": "^1.3",
1104
                "symfony/browser-kit": "~2.3",
1105
                "symfony/dependency-injection": "~2.3",
1106
                "symfony/form": "~2.3",
1107
                "symfony/security": "~2.3",
1108
                "symfony/serializer": "~2.3",
1109
                "symfony/validator": "~2.3",
1110
                "symfony/yaml": "~2.3"
1111
            },
1112
            "suggest": {
1113
                "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12||~1.0",
1114
                "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
1115
                "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
1116
                "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
1117
            },
1118
            "type": "symfony-bundle",
1119
            "extra": {
1120
                "branch-alias": {
1121
                    "dev-master": "1.7-dev"
1122
                }
1123
            },
1124
            "autoload": {
1125
                "psr-0": {
1126
                    "FOS\\RestBundle": ""
1127
                }
1128
            },
1129
            "notification-url": "https://packagist.org/downloads/",
1130
            "license": [
1131
                "MIT"
1132
            ],
1133
            "authors": [
1134
                {
1135
                    "name": "Lukas Kahwe Smith",
1136
                    "email": "[email protected]"
1137
                },
1138
                {
1139
                    "name": "FriendsOfSymfony Community",
1140
                    "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1141
                },
1142
                {
1143
                    "name": "Konstantin Kudryashov",
1144
                    "email": "[email protected]"
1145
                }
1146
            ],
1147
            "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
1148
            "homepage": "http://friendsofsymfony.github.com",
1149
            "keywords": [
1150
                "rest"
1151
            ],
1152
            "time": "2015-10-16 07:05:52"
1153
        },
1154
        {
1155
            "name": "friendsofsymfony/user-bundle",
1156
            "version": "v1.3.6",
1157
            "target-dir": "FOS/UserBundle",
1158
            "source": {
1159
                "type": "git",
1160
                "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
1161
                "reference": "2022ac8463a8c50dd631f93a17064bd41795fff2"
1162
            },
1163
            "dist": {
1164
                "type": "zip",
1165
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2022ac8463a8c50dd631f93a17064bd41795fff2",
1166
                "reference": "2022ac8463a8c50dd631f93a17064bd41795fff2",
1167
                "shasum": ""
1168
            },
1169
            "require": {
1170
                "php": ">=5.3.2",
1171
                "symfony/framework-bundle": "~2.1",
1172
                "symfony/security-bundle": "~2.1"
1173
            },
1174
            "require-dev": {
1175
                "doctrine/doctrine-bundle": "~1.3",
1176
                "swiftmailer/swiftmailer": "~4.3|~5",
1177
                "symfony/validator": "~2.1",
1178
                "symfony/yaml": "~2.1",
1179
                "twig/twig": "~1.5",
1180
                "willdurand/propel-typehintable-behavior": "~1.0"
1181
            },
1182
            "suggest": {
1183
                "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
1184
            },
1185
            "type": "symfony-bundle",
1186
            "extra": {
1187
                "branch-alias": {
1188
                    "dev-master": "2.0.x-dev"
1189
                }
1190
            },
1191
            "autoload": {
1192
                "psr-0": {
1193
                    "FOS\\UserBundle": ""
1194
                }
1195
            },
1196
            "notification-url": "https://packagist.org/downloads/",
1197
            "license": [
1198
                "MIT"
1199
            ],
1200
            "authors": [
1201
                {
1202
                    "name": "Christophe Coevoet",
1203
                    "email": "[email protected]"
1204
                },
1205
                {
1206
                    "name": "FriendsOfSymfony Community",
1207
                    "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1208
                },
1209
                {
1210
                    "name": "Thibault Duplessis",
1211
                    "email": "[email protected]"
1212
                }
1213
            ],
1214
            "description": "Symfony FOSUserBundle",
1215
            "homepage": "http://friendsofsymfony.github.com",
1216
            "keywords": [
1217
                "User management"
1218
            ],
1219
            "time": "2015-06-01 00:57:03"
1220
        },
1221
        {
1222
            "name": "incenteev/composer-parameter-handler",
1223
            "version": "v2.1.2",
1224
            "source": {
1225
                "type": "git",
1226
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1227
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1228
            },
1229
            "dist": {
1230
                "type": "zip",
1231
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1232
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1233
                "shasum": ""
1234
            },
1235
            "require": {
1236
                "php": ">=5.3.3",
1237
                "symfony/yaml": "~2.3|~3.0"
1238
            },
1239
            "require-dev": {
1240
                "composer/composer": "1.0.*@dev",
1241
                "phpspec/prophecy-phpunit": "~1.0",
1242
                "symfony/filesystem": "~2.2"
1243
            },
1244
            "type": "library",
1245
            "extra": {
1246
                "branch-alias": {
1247
                    "dev-master": "2.1.x-dev"
1248
                }
1249
            },
1250
            "autoload": {
1251
                "psr-4": {
1252
                    "Incenteev\\ParameterHandler\\": ""
1253
                }
1254
            },
1255
            "notification-url": "https://packagist.org/downloads/",
1256
            "license": [
1257
                "MIT"
1258
            ],
1259
            "authors": [
1260
                {
1261
                    "name": "Christophe Coevoet",
1262
                    "email": "[email protected]"
1263
                }
1264
            ],
1265
            "description": "Composer script handling your ignored parameter file",
1266
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1267
            "keywords": [
1268
                "parameters management"
1269
            ],
1270
            "time": "2015-11-10 17:04:01"
1271
        },
1272
        {
1273
            "name": "jdorn/sql-formatter",
1274
            "version": "v1.2.17",
1275
            "source": {
1276
                "type": "git",
1277
                "url": "https://github.com/jdorn/sql-formatter.git",
1278
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1279
            },
1280
            "dist": {
1281
                "type": "zip",
1282
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1283
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1284
                "shasum": ""
1285
            },
1286
            "require": {
1287
                "php": ">=5.2.4"
1288
            },
1289
            "require-dev": {
1290
                "phpunit/phpunit": "3.7.*"
1291
            },
1292
            "type": "library",
1293
            "extra": {
1294
                "branch-alias": {
1295
                    "dev-master": "1.3.x-dev"
1296
                }
1297
            },
1298
            "autoload": {
1299
                "classmap": [
1300
                    "lib"
1301
                ]
1302
            },
1303
            "notification-url": "https://packagist.org/downloads/",
1304
            "license": [
1305
                "MIT"
1306
            ],
1307
            "authors": [
1308
                {
1309
                    "name": "Jeremy Dorn",
1310
                    "email": "[email protected]",
1311
                    "homepage": "http://jeremydorn.com/"
1312
                }
1313
            ],
1314
            "description": "a PHP SQL highlighting library",
1315
            "homepage": "https://github.com/jdorn/sql-formatter/",
1316
            "keywords": [
1317
                "highlight",
1318
                "sql"
1319
            ],
1320
            "time": "2014-01-12 16:20:24"
1321
        },
1322
        {
1323
            "name": "jms/metadata",
1324
            "version": "1.5.1",
1325
            "source": {
1326
                "type": "git",
1327
                "url": "https://github.com/schmittjoh/metadata.git",
1328
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1329
            },
1330
            "dist": {
1331
                "type": "zip",
1332
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1333
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1334
                "shasum": ""
1335
            },
1336
            "require": {
1337
                "php": ">=5.3.0"
1338
            },
1339
            "require-dev": {
1340
                "doctrine/cache": "~1.0"
1341
            },
1342
            "type": "library",
1343
            "extra": {
1344
                "branch-alias": {
1345
                    "dev-master": "1.5.x-dev"
1346
                }
1347
            },
1348
            "autoload": {
1349
                "psr-0": {
1350
                    "Metadata\\": "src/"
1351
                }
1352
            },
1353
            "notification-url": "https://packagist.org/downloads/",
1354
            "license": [
1355
                "Apache"
1356
            ],
1357
            "authors": [
1358
                {
1359
                    "name": "Johannes Schmitt",
1360
                    "email": "[email protected]",
1361
                    "homepage": "https://github.com/schmittjoh",
1362
                    "role": "Developer of wrapped JMSSerializerBundle"
1363
                }
1364
            ],
1365
            "description": "Class/method/property metadata management in PHP",
1366
            "keywords": [
1367
                "annotations",
1368
                "metadata",
1369
                "xml",
1370
                "yaml"
1371
            ],
1372
            "time": "2014-07-12 07:13:19"
1373
        },
1374
        {
1375
            "name": "jms/parser-lib",
1376
            "version": "1.0.0",
1377
            "source": {
1378
                "type": "git",
1379
                "url": "https://github.com/schmittjoh/parser-lib.git",
1380
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1381
            },
1382
            "dist": {
1383
                "type": "zip",
1384
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1385
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1386
                "shasum": ""
1387
            },
1388
            "require": {
1389
                "phpoption/phpoption": ">=0.9,<2.0-dev"
1390
            },
1391
            "type": "library",
1392
            "extra": {
1393
                "branch-alias": {
1394
                    "dev-master": "1.0-dev"
1395
                }
1396
            },
1397
            "autoload": {
1398
                "psr-0": {
1399
                    "JMS\\": "src/"
1400
                }
1401
            },
1402
            "notification-url": "https://packagist.org/downloads/",
1403
            "license": [
1404
                "Apache2"
1405
            ],
1406
            "description": "A library for easily creating recursive-descent parsers.",
1407
            "time": "2012-11-18 18:08:43"
1408
        },
1409
        {
1410
            "name": "jms/serializer",
1411
            "version": "1.1.0",
1412
            "source": {
1413
                "type": "git",
1414
                "url": "https://github.com/schmittjoh/serializer.git",
1415
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
1416
            },
1417
            "dist": {
1418
                "type": "zip",
1419
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
1420
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
1421
                "shasum": ""
1422
            },
1423
            "require": {
1424
                "doctrine/annotations": "1.*",
1425
                "doctrine/instantiator": "~1.0.3",
1426
                "jms/metadata": "~1.1",
1427
                "jms/parser-lib": "1.*",
1428
                "php": ">=5.4.0",
1429
                "phpcollection/phpcollection": "~0.1"
1430
            },
1431
            "conflict": {
1432
                "twig/twig": "<1.12"
1433
            },
1434
            "require-dev": {
1435
                "doctrine/orm": "~2.1",
1436
                "doctrine/phpcr-odm": "~1.0.1",
1437
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
1438
                "phpunit/phpunit": "~4.0",
1439
                "propel/propel1": "~1.7",
1440
                "symfony/filesystem": "2.*",
1441
                "symfony/form": "~2.1",
1442
                "symfony/translation": "~2.0",
1443
                "symfony/validator": "~2.0",
1444
                "symfony/yaml": "2.*",
1445
                "twig/twig": "~1.12|~2.0"
1446
            },
1447
            "suggest": {
1448
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1449
            },
1450
            "type": "library",
1451
            "extra": {
1452
                "branch-alias": {
1453
                    "dev-master": "1.1-dev"
1454
                }
1455
            },
1456
            "autoload": {
1457
                "psr-0": {
1458
                    "JMS\\Serializer": "src/"
1459
                }
1460
            },
1461
            "notification-url": "https://packagist.org/downloads/",
1462
            "license": [
1463
                "Apache2"
1464
            ],
1465
            "authors": [
1466
                {
1467
                    "name": "Johannes M. Schmitt",
1468
                    "email": "[email protected]"
1469
                }
1470
            ],
1471
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1472
            "homepage": "http://jmsyst.com/libs/serializer",
1473
            "keywords": [
1474
                "deserialization",
1475
                "jaxb",
1476
                "json",
1477
                "serialization",
1478
                "xml"
1479
            ],
1480
            "time": "2015-10-27 09:24:41"
1481
        },
1482
        {
1483
            "name": "jms/serializer-bundle",
1484
            "version": "1.1.0",
1485
            "target-dir": "JMS/SerializerBundle",
1486
            "source": {
1487
                "type": "git",
1488
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
1489
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
1490
            },
1491
            "dist": {
1492
                "type": "zip",
1493
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
1494
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
1495
                "shasum": ""
1496
            },
1497
            "require": {
1498
                "jms/serializer": "^1.0.0",
1499
                "php": ">=5.4.0",
1500
                "phpoption/phpoption": "^1.1.0",
1501
                "symfony/framework-bundle": "~2.3|~3.0"
1502
            },
1503
            "require-dev": {
1504
                "doctrine/doctrine-bundle": "*",
1505
                "doctrine/orm": "*",
1506
                "symfony/browser-kit": "*",
1507
                "symfony/class-loader": "*",
1508
                "symfony/css-selector": "*",
1509
                "symfony/finder": "*",
1510
                "symfony/form": "*",
1511
                "symfony/process": "*",
1512
                "symfony/stopwatch": "*",
1513
                "symfony/twig-bundle": "*",
1514
                "symfony/validator": "*",
1515
                "symfony/yaml": "*"
1516
            },
1517
            "suggest": {
1518
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
1519
            },
1520
            "type": "symfony-bundle",
1521
            "extra": {
1522
                "branch-alias": {
1523
                    "dev-master": "1.1-dev"
1524
                }
1525
            },
1526
            "autoload": {
1527
                "psr-0": {
1528
                    "JMS\\SerializerBundle": ""
1529
                }
1530
            },
1531
            "notification-url": "https://packagist.org/downloads/",
1532
            "license": [
1533
                "Apache2"
1534
            ],
1535
            "authors": [
1536
                {
1537
                    "name": "Johannes M. Schmitt",
1538
                    "email": "[email protected]"
1539
                }
1540
            ],
1541
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
1542
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
1543
            "keywords": [
1544
                "deserialization",
1545
                "jaxb",
1546
                "json",
1547
                "serialization",
1548
                "xml"
1549
            ],
1550
            "time": "2015-11-10 12:26:42"
1551
        },
1552
        {
1553
            "name": "kriswallsmith/assetic",
1554
            "version": "v1.3.2",
1555
            "source": {
1556
                "type": "git",
1557
                "url": "https://github.com/kriswallsmith/assetic.git",
1558
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
1559
            },
1560
            "dist": {
1561
                "type": "zip",
1562
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
1563
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
1564
                "shasum": ""
1565
            },
1566
            "require": {
1567
                "php": ">=5.3.1",
1568
                "symfony/process": "~2.1|~3.0"
1569
            },
1570
            "conflict": {
1571
                "twig/twig": "<1.23"
1572
            },
1573
            "require-dev": {
1574
                "cssmin/cssmin": "3.0.1",
1575
                "joliclic/javascript-packer": "1.1",
1576
                "kamicane/packager": "1.0",
1577
                "leafo/lessphp": "^0.3.7",
1578
                "leafo/scssphp": "~0.1",
1579
                "mrclay/minify": "~2.2",
1580
                "patchwork/jsqueeze": "~1.0|~2.0",
1581
                "phpunit/phpunit": "~4.8",
1582
                "psr/log": "~1.0",
1583
                "ptachoire/cssembed": "~1.0",
1584
                "symfony/phpunit-bridge": "~2.7|~3.0",
1585
                "twig/twig": "~1.8|~2.0"
1586
            },
1587
            "suggest": {
1588
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1589
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1590
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1591
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1592
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1593
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1594
            },
1595
            "type": "library",
1596
            "extra": {
1597
                "branch-alias": {
1598
                    "dev-master": "1.4-dev"
1599
                }
1600
            },
1601
            "autoload": {
1602
                "psr-0": {
1603
                    "Assetic": "src/"
1604
                },
1605
                "files": [
1606
                    "src/functions.php"
1607
                ]
1608
            },
1609
            "notification-url": "https://packagist.org/downloads/",
1610
            "license": [
1611
                "MIT"
1612
            ],
1613
            "authors": [
1614
                {
1615
                    "name": "Kris Wallsmith",
1616
                    "email": "[email protected]",
1617
                    "homepage": "http://kriswallsmith.net/"
1618
                }
1619
            ],
1620
            "description": "Asset Management for PHP",
1621
            "homepage": "https://github.com/kriswallsmith/assetic",
1622
            "keywords": [
1623
                "assets",
1624
                "compression",
1625
                "minification"
1626
            ],
1627
            "time": "2015-11-12 13:51:40"
1628
        },
1629
        {
1630
            "name": "monolog/monolog",
1631
            "version": "1.17.2",
1632
            "source": {
1633
                "type": "git",
1634
                "url": "https://github.com/Seldaek/monolog.git",
1635
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
1636
            },
1637
            "dist": {
1638
                "type": "zip",
1639
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
1640
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
1641
                "shasum": ""
1642
            },
1643
            "require": {
1644
                "php": ">=5.3.0",
1645
                "psr/log": "~1.0"
1646
            },
1647
            "provide": {
1648
                "psr/log-implementation": "1.0.0"
1649
            },
1650
            "require-dev": {
1651
                "aws/aws-sdk-php": "^2.4.9",
1652
                "doctrine/couchdb": "~1.0@dev",
1653
                "graylog2/gelf-php": "~1.0",
1654
                "jakub-onderka/php-parallel-lint": "0.9",
1655
                "php-console/php-console": "^3.1.3",
1656
                "phpunit/phpunit": "~4.5",
1657
                "phpunit/phpunit-mock-objects": "2.3.0",
1658
                "raven/raven": "^0.13",
1659
                "ruflin/elastica": ">=0.90 <3.0",
1660
                "swiftmailer/swiftmailer": "~5.3",
1661
                "videlalvaro/php-amqplib": "~2.4"
1662
            },
1663
            "suggest": {
1664
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1665
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1666
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1667
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1668
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1669
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1670
                "raven/raven": "Allow sending log messages to a Sentry server",
1671
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1672
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1673
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1674
            },
1675
            "type": "library",
1676
            "extra": {
1677
                "branch-alias": {
1678
                    "dev-master": "1.16.x-dev"
1679
                }
1680
            },
1681
            "autoload": {
1682
                "psr-4": {
1683
                    "Monolog\\": "src/Monolog"
1684
                }
1685
            },
1686
            "notification-url": "https://packagist.org/downloads/",
1687
            "license": [
1688
                "MIT"
1689
            ],
1690
            "authors": [
1691
                {
1692
                    "name": "Jordi Boggiano",
1693
                    "email": "[email protected]",
1694
                    "homepage": "http://seld.be"
1695
                }
1696
            ],
1697
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1698
            "homepage": "http://github.com/Seldaek/monolog",
1699
            "keywords": [
1700
                "log",
1701
                "logging",
1702
                "psr-3"
1703
            ],
1704
            "time": "2015-10-14 12:51:02"
1705
        },
1706
        {
1707
            "name": "phpcollection/phpcollection",
1708
            "version": "0.4.0",
1709
            "source": {
1710
                "type": "git",
1711
                "url": "https://github.com/schmittjoh/php-collection.git",
1712
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
1713
            },
1714
            "dist": {
1715
                "type": "zip",
1716
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
1717
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
1718
                "shasum": ""
1719
            },
1720
            "require": {
1721
                "phpoption/phpoption": "1.*"
1722
            },
1723
            "type": "library",
1724
            "extra": {
1725
                "branch-alias": {
1726
                    "dev-master": "0.3-dev"
1727
                }
1728
            },
1729
            "autoload": {
1730
                "psr-0": {
1731
                    "PhpCollection": "src/"
1732
                }
1733
            },
1734
            "notification-url": "https://packagist.org/downloads/",
1735
            "license": [
1736
                "Apache2"
1737
            ],
1738
            "authors": [
1739
                {
1740
                    "name": "Johannes Schmitt",
1741
                    "email": "[email protected]",
1742
                    "homepage": "https://github.com/schmittjoh",
1743
                    "role": "Developer of wrapped JMSSerializerBundle"
1744
                }
1745
            ],
1746
            "description": "General-Purpose Collection Library for PHP",
1747
            "keywords": [
1748
                "collection",
1749
                "list",
1750
                "map",
1751
                "sequence",
1752
                "set"
1753
            ],
1754
            "time": "2014-03-11 13:46:42"
1755
        },
1756
        {
1757
            "name": "phpoption/phpoption",
1758
            "version": "1.5.0",
1759
            "source": {
1760
                "type": "git",
1761
                "url": "https://github.com/schmittjoh/php-option.git",
1762
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1763
            },
1764
            "dist": {
1765
                "type": "zip",
1766
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1767
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1768
                "shasum": ""
1769
            },
1770
            "require": {
1771
                "php": ">=5.3.0"
1772
            },
1773
            "require-dev": {
1774
                "phpunit/phpunit": "4.7.*"
1775
            },
1776
            "type": "library",
1777
            "extra": {
1778
                "branch-alias": {
1779
                    "dev-master": "1.3-dev"
1780
                }
1781
            },
1782
            "autoload": {
1783
                "psr-0": {
1784
                    "PhpOption\\": "src/"
1785
                }
1786
            },
1787
            "notification-url": "https://packagist.org/downloads/",
1788
            "license": [
1789
                "Apache2"
1790
            ],
1791
            "authors": [
1792
                {
1793
                    "name": "Johannes M. Schmitt",
1794
                    "email": "[email protected]"
1795
                }
1796
            ],
1797
            "description": "Option Type for PHP",
1798
            "keywords": [
1799
                "language",
1800
                "option",
1801
                "php",
1802
                "type"
1803
            ],
1804
            "time": "2015-07-25 16:39:46"
1805
        },
1806
        {
1807
            "name": "psr/log",
1808
            "version": "1.0.0",
1809
            "source": {
1810
                "type": "git",
1811
                "url": "https://github.com/php-fig/log.git",
1812
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1813
            },
1814
            "dist": {
1815
                "type": "zip",
1816
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1817
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1818
                "shasum": ""
1819
            },
1820
            "type": "library",
1821
            "autoload": {
1822
                "psr-0": {
1823
                    "Psr\\Log\\": ""
1824
                }
1825
            },
1826
            "notification-url": "https://packagist.org/downloads/",
1827
            "license": [
1828
                "MIT"
1829
            ],
1830
            "authors": [
1831
                {
1832
                    "name": "PHP-FIG",
1833
                    "homepage": "http://www.php-fig.org/"
1834
                }
1835
            ],
1836
            "description": "Common interface for logging libraries",
1837
            "keywords": [
1838
                "log",
1839
                "psr",
1840
                "psr-3"
1841
            ],
1842
            "time": "2012-12-21 11:40:51"
1843
        },
1844
        {
1845
            "name": "sensio/distribution-bundle",
1846
            "version": "v4.0.4",
1847
            "target-dir": "Sensio/Bundle/DistributionBundle",
1848
            "source": {
1849
                "type": "git",
1850
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1851
                "reference": "cc0c9478da84f051da4465cf3a67f537ae758b13"
1852
            },
1853
            "dist": {
1854
                "type": "zip",
1855
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/cc0c9478da84f051da4465cf3a67f537ae758b13",
1856
                "reference": "cc0c9478da84f051da4465cf3a67f537ae758b13",
1857
                "shasum": ""
1858
            },
1859
            "require": {
1860
                "php": ">=5.3.9",
1861
                "sensiolabs/security-checker": "~3.0",
1862
                "symfony/class-loader": "~2.2",
1863
                "symfony/framework-bundle": "~2.3",
1864
                "symfony/process": "~2.2"
1865
            },
1866
            "require-dev": {
1867
                "symfony/form": "~2.2",
1868
                "symfony/validator": "~2.2",
1869
                "symfony/yaml": "~2.2"
1870
            },
1871
            "suggest": {
1872
                "symfony/form": "If you want to use the configurator",
1873
                "symfony/validator": "If you want to use the configurator",
1874
                "symfony/yaml": "If you want to use  the configurator"
1875
            },
1876
            "type": "symfony-bundle",
1877
            "extra": {
1878
                "branch-alias": {
1879
                    "dev-master": "4.0.x-dev"
1880
                }
1881
            },
1882
            "autoload": {
1883
                "psr-0": {
1884
                    "Sensio\\Bundle\\DistributionBundle": ""
1885
                }
1886
            },
1887
            "notification-url": "https://packagist.org/downloads/",
1888
            "license": [
1889
                "MIT"
1890
            ],
1891
            "authors": [
1892
                {
1893
                    "name": "Fabien Potencier",
1894
                    "email": "[email protected]"
1895
                }
1896
            ],
1897
            "description": "Base bundle for Symfony Distributions",
1898
            "keywords": [
1899
                "configuration",
1900
                "distribution"
1901
            ],
1902
            "time": "2015-11-26 18:10:31"
1903
        },
1904
        {
1905
            "name": "sensio/framework-extra-bundle",
1906
            "version": "v3.0.11",
1907
            "source": {
1908
                "type": "git",
1909
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1910
                "reference": "a79e205737b58d557c05caef6dfa8f94d8084bca"
1911
            },
1912
            "dist": {
1913
                "type": "zip",
1914
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/a79e205737b58d557c05caef6dfa8f94d8084bca",
1915
                "reference": "a79e205737b58d557c05caef6dfa8f94d8084bca",
1916
                "shasum": ""
1917
            },
1918
            "require": {
1919
                "doctrine/common": "~2.2",
1920
                "symfony/framework-bundle": "~2.3|~3.0"
1921
            },
1922
            "require-dev": {
1923
                "symfony/expression-language": "~2.4|~3.0",
1924
                "symfony/security-bundle": "~2.4|~3.0"
1925
            },
1926
            "suggest": {
1927
                "symfony/expression-language": "",
1928
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1929
                "symfony/security-bundle": ""
1930
            },
1931
            "type": "symfony-bundle",
1932
            "extra": {
1933
                "branch-alias": {
1934
                    "dev-master": "3.0.x-dev"
1935
                }
1936
            },
1937
            "autoload": {
1938
                "psr-4": {
1939
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1940
                }
1941
            },
1942
            "notification-url": "https://packagist.org/downloads/",
1943
            "license": [
1944
                "MIT"
1945
            ],
1946
            "authors": [
1947
                {
1948
                    "name": "Fabien Potencier",
1949
                    "email": "[email protected]"
1950
                }
1951
            ],
1952
            "description": "This bundle provides a way to configure your controllers with annotations",
1953
            "keywords": [
1954
                "annotations",
1955
                "controllers"
1956
            ],
1957
            "time": "2015-10-28 15:47:04"
1958
        },
1959
        {
1960
            "name": "sensiolabs/security-checker",
1961
            "version": "v3.0.2",
1962
            "source": {
1963
                "type": "git",
1964
                "url": "https://github.com/sensiolabs/security-checker.git",
1965
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
1966
            },
1967
            "dist": {
1968
                "type": "zip",
1969
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
1970
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
1971
                "shasum": ""
1972
            },
1973
            "require": {
1974
                "symfony/console": "~2.0|~3.0"
1975
            },
1976
            "bin": [
1977
                "security-checker"
1978
            ],
1979
            "type": "library",
1980
            "extra": {
1981
                "branch-alias": {
1982
                    "dev-master": "3.0-dev"
1983
                }
1984
            },
1985
            "autoload": {
1986
                "psr-0": {
1987
                    "SensioLabs\\Security": ""
1988
                }
1989
            },
1990
            "notification-url": "https://packagist.org/downloads/",
1991
            "license": [
1992
                "MIT"
1993
            ],
1994
            "authors": [
1995
                {
1996
                    "name": "Fabien Potencier",
1997
                    "email": "[email protected]"
1998
                }
1999
            ],
2000
            "description": "A security checker for your composer.lock",
2001
            "time": "2015-11-07 08:07:40"
2002
        },
2003
        {
2004
            "name": "swiftmailer/swiftmailer",
2005
            "version": "v5.4.1",
2006
            "source": {
2007
                "type": "git",
2008
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2009
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
2010
            },
2011
            "dist": {
2012
                "type": "zip",
2013
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
2014
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
2015
                "shasum": ""
2016
            },
2017
            "require": {
2018
                "php": ">=5.3.3"
2019
            },
2020
            "require-dev": {
2021
                "mockery/mockery": "~0.9.1,<0.9.4"
2022
            },
2023
            "type": "library",
2024
            "extra": {
2025
                "branch-alias": {
2026
                    "dev-master": "5.4-dev"
2027
                }
2028
            },
2029
            "autoload": {
2030
                "files": [
2031
                    "lib/swift_required.php"
2032
                ]
2033
            },
2034
            "notification-url": "https://packagist.org/downloads/",
2035
            "license": [
2036
                "MIT"
2037
            ],
2038
            "authors": [
2039
                {
2040
                    "name": "Chris Corbyn"
2041
                },
2042
                {
2043
                    "name": "Fabien Potencier",
2044
                    "email": "[email protected]"
2045
                }
2046
            ],
2047
            "description": "Swiftmailer, free feature-rich PHP mailer",
2048
            "homepage": "http://swiftmailer.org",
2049
            "keywords": [
2050
                "email",
2051
                "mail",
2052
                "mailer"
2053
            ],
2054
            "time": "2015-06-06 14:19:39"
2055
        },
2056
        {
2057
            "name": "symfony/assetic-bundle",
2058
            "version": "v2.7.1",
2059
            "source": {
2060
                "type": "git",
2061
                "url": "https://github.com/symfony/assetic-bundle.git",
2062
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76"
2063
            },
2064
            "dist": {
2065
                "type": "zip",
2066
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
2067
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
2068
                "shasum": ""
2069
            },
2070
            "require": {
2071
                "kriswallsmith/assetic": "~1.3",
2072
                "php": ">=5.3.0",
2073
                "symfony/console": "~2.3|~3.0",
2074
                "symfony/dependency-injection": "~2.3|~3.0",
2075
                "symfony/framework-bundle": "~2.3|~3.0",
2076
                "symfony/yaml": "~2.3|~3.0"
2077
            },
2078
            "conflict": {
2079
                "kriswallsmith/spork": "<=0.2",
2080
                "twig/twig": "<1.20"
2081
            },
2082
            "require-dev": {
2083
                "kriswallsmith/spork": "~0.3",
2084
                "patchwork/jsqueeze": "~1.0",
2085
                "symfony/class-loader": "~2.3|~3.0",
2086
                "symfony/css-selector": "~2.3|~3.0",
2087
                "symfony/dom-crawler": "~2.3|~3.0",
2088
                "symfony/phpunit-bridge": "~2.7|~3.0",
2089
                "symfony/twig-bundle": "~2.3|~3.0"
2090
            },
2091
            "suggest": {
2092
                "kriswallsmith/spork": "to be able to dump assets in parallel",
2093
                "symfony/twig-bundle": "to use the Twig integration"
2094
            },
2095
            "type": "symfony-bundle",
2096
            "extra": {
2097
                "branch-alias": {
2098
                    "dev-master": "2.7-dev"
2099
                }
2100
            },
2101
            "autoload": {
2102
                "psr-4": {
2103
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2104
                }
2105
            },
2106
            "notification-url": "https://packagist.org/downloads/",
2107
            "license": [
2108
                "MIT"
2109
            ],
2110
            "authors": [
2111
                {
2112
                    "name": "Kris Wallsmith",
2113
                    "email": "[email protected]",
2114
                    "homepage": "http://kriswallsmith.net/"
2115
                }
2116
            ],
2117
            "description": "Integrates Assetic into Symfony2",
2118
            "homepage": "https://github.com/symfony/AsseticBundle",
2119
            "keywords": [
2120
                "assets",
2121
                "compression",
2122
                "minification"
2123
            ],
2124
            "time": "2015-11-17 09:45:47"
2125
        },
2126
        {
2127
            "name": "symfony/monolog-bundle",
2128
            "version": "v2.8.2",
2129
            "source": {
2130
                "type": "git",
2131
                "url": "https://github.com/symfony/monolog-bundle.git",
2132
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f"
2133
            },
2134
            "dist": {
2135
                "type": "zip",
2136
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/84785c4d44801c4dd82829fa2e1820cacfe2c46f",
2137
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f",
2138
                "shasum": ""
2139
            },
2140
            "require": {
2141
                "monolog/monolog": "~1.8",
2142
                "php": ">=5.3.2",
2143
                "symfony/config": "~2.3|~3.0",
2144
                "symfony/dependency-injection": "~2.3|~3.0",
2145
                "symfony/http-kernel": "~2.3|~3.0",
2146
                "symfony/monolog-bridge": "~2.3|~3.0"
2147
            },
2148
            "require-dev": {
2149
                "symfony/console": "~2.3|~3.0",
2150
                "symfony/yaml": "~2.3|~3.0"
2151
            },
2152
            "type": "symfony-bundle",
2153
            "extra": {
2154
                "branch-alias": {
2155
                    "dev-master": "2.8.x-dev"
2156
                }
2157
            },
2158
            "autoload": {
2159
                "psr-4": {
2160
                    "Symfony\\Bundle\\MonologBundle\\": ""
2161
                }
2162
            },
2163
            "notification-url": "https://packagist.org/downloads/",
2164
            "license": [
2165
                "MIT"
2166
            ],
2167
            "authors": [
2168
                {
2169
                    "name": "Symfony Community",
2170
                    "homepage": "http://symfony.com/contributors"
2171
                },
2172
                {
2173
                    "name": "Fabien Potencier",
2174
                    "email": "[email protected]"
2175
                }
2176
            ],
2177
            "description": "Symfony MonologBundle",
2178
            "homepage": "http://symfony.com",
2179
            "keywords": [
2180
                "log",
2181
                "logging"
2182
            ],
2183
            "time": "2015-11-17 10:02:29"
2184
        },
2185
        {
2186
            "name": "symfony/swiftmailer-bundle",
2187
            "version": "v2.3.9",
2188
            "source": {
2189
                "type": "git",
2190
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2191
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78"
2192
            },
2193
            "dist": {
2194
                "type": "zip",
2195
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/3d21ada19f23631f558ad6df653b168e35362e78",
2196
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78",
2197
                "shasum": ""
2198
            },
2199
            "require": {
2200
                "php": ">=5.3.2",
2201
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2202
                "symfony/config": "~2.3|~3.0",
2203
                "symfony/dependency-injection": "~2.3|~3.0",
2204
                "symfony/http-kernel": "~2.3|~3.0",
2205
                "symfony/yaml": "~2.3|~3.0"
2206
            },
2207
            "require-dev": {
2208
                "symfony/phpunit-bridge": "~2.7|~3.0"
2209
            },
2210
            "suggest": {
2211
                "psr/log": "Allows logging"
2212
            },
2213
            "type": "symfony-bundle",
2214
            "extra": {
2215
                "branch-alias": {
2216
                    "dev-master": "2.3-dev"
2217
                }
2218
            },
2219
            "autoload": {
2220
                "psr-4": {
2221
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2222
                }
2223
            },
2224
            "notification-url": "https://packagist.org/downloads/",
2225
            "license": [
2226
                "MIT"
2227
            ],
2228
            "authors": [
2229
                {
2230
                    "name": "Symfony Community",
2231
                    "homepage": "http://symfony.com/contributors"
2232
                },
2233
                {
2234
                    "name": "Fabien Potencier",
2235
                    "email": "[email protected]"
2236
                }
2237
            ],
2238
            "description": "Symfony SwiftmailerBundle",
2239
            "homepage": "http://symfony.com",
2240
            "time": "2015-11-28 10:59:29"
2241
        },
2242
        {
2243
            "name": "symfony/symfony",
0 ignored issues
show
There is a security advisory for your installed version of symfony/symfony:

CVE-2016-1902: SecureRandom's fallback not secure when OpenSSL fails
Loading history...
2244
            "version": "v2.7.7",
2245
            "source": {
2246
                "type": "git",
2247
                "url": "https://github.com/symfony/symfony.git",
2248
                "reference": "cc69dbd24b4b2e6de60b2414ef95da2794f459a2"
2249
            },
2250
            "dist": {
2251
                "type": "zip",
2252
                "url": "https://api.github.com/repos/symfony/symfony/zipball/cc69dbd24b4b2e6de60b2414ef95da2794f459a2",
2253
                "reference": "cc69dbd24b4b2e6de60b2414ef95da2794f459a2",
2254
                "shasum": ""
2255
            },
2256
            "require": {
2257
                "doctrine/common": "~2.4",
2258
                "php": ">=5.3.9",
2259
                "psr/log": "~1.0",
2260
                "twig/twig": "~1.23|~2.0"
2261
            },
2262
            "replace": {
2263
                "symfony/asset": "self.version",
2264
                "symfony/browser-kit": "self.version",
2265
                "symfony/class-loader": "self.version",
2266
                "symfony/config": "self.version",
2267
                "symfony/console": "self.version",
2268
                "symfony/css-selector": "self.version",
2269
                "symfony/debug": "self.version",
2270
                "symfony/debug-bundle": "self.version",
2271
                "symfony/dependency-injection": "self.version",
2272
                "symfony/doctrine-bridge": "self.version",
2273
                "symfony/dom-crawler": "self.version",
2274
                "symfony/event-dispatcher": "self.version",
2275
                "symfony/expression-language": "self.version",
2276
                "symfony/filesystem": "self.version",
2277
                "symfony/finder": "self.version",
2278
                "symfony/form": "self.version",
2279
                "symfony/framework-bundle": "self.version",
2280
                "symfony/http-foundation": "self.version",
2281
                "symfony/http-kernel": "self.version",
2282
                "symfony/intl": "self.version",
2283
                "symfony/locale": "self.version",
2284
                "symfony/monolog-bridge": "self.version",
2285
                "symfony/options-resolver": "self.version",
2286
                "symfony/process": "self.version",
2287
                "symfony/property-access": "self.version",
2288
                "symfony/proxy-manager-bridge": "self.version",
2289
                "symfony/routing": "self.version",
2290
                "symfony/security": "self.version",
2291
                "symfony/security-acl": "self.version",
2292
                "symfony/security-bundle": "self.version",
2293
                "symfony/security-core": "self.version",
2294
                "symfony/security-csrf": "self.version",
2295
                "symfony/security-http": "self.version",
2296
                "symfony/serializer": "self.version",
2297
                "symfony/stopwatch": "self.version",
2298
                "symfony/swiftmailer-bridge": "self.version",
2299
                "symfony/templating": "self.version",
2300
                "symfony/translation": "self.version",
2301
                "symfony/twig-bridge": "self.version",
2302
                "symfony/twig-bundle": "self.version",
2303
                "symfony/validator": "self.version",
2304
                "symfony/var-dumper": "self.version",
2305
                "symfony/web-profiler-bundle": "self.version",
2306
                "symfony/yaml": "self.version"
2307
            },
2308
            "require-dev": {
2309
                "doctrine/data-fixtures": "1.0.*",
2310
                "doctrine/dbal": "~2.4",
2311
                "doctrine/doctrine-bundle": "~1.2",
2312
                "doctrine/orm": "~2.4,>=2.4.5",
2313
                "egulias/email-validator": "~1.2",
2314
                "ircmaxell/password-compat": "~1.0",
2315
                "monolog/monolog": "~1.11",
2316
                "ocramius/proxy-manager": "~0.4|~1.0"
2317
            },
2318
            "type": "library",
2319
            "extra": {
2320
                "branch-alias": {
2321
                    "dev-master": "2.7-dev"
2322
                }
2323
            },
2324
            "autoload": {
2325
                "psr-4": {
2326
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2327
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2328
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2329
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2330
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2331
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2332
                    "Symfony\\Component\\": "src/Symfony/Component/"
2333
                },
2334
                "classmap": [
2335
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
2336
                    "src/Symfony/Component/Intl/Resources/stubs"
2337
                ],
2338
                "files": [
2339
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2340
                ],
2341
                "exclude-from-classmap": [
2342
                    "**/Tests/"
2343
                ]
2344
            },
2345
            "notification-url": "https://packagist.org/downloads/",
2346
            "license": [
2347
                "MIT"
2348
            ],
2349
            "authors": [
2350
                {
2351
                    "name": "Fabien Potencier",
2352
                    "email": "[email protected]"
2353
                },
2354
                {
2355
                    "name": "Symfony Community",
2356
                    "homepage": "https://symfony.com/contributors"
2357
                }
2358
            ],
2359
            "description": "The Symfony PHP framework",
2360
            "homepage": "https://symfony.com",
2361
            "keywords": [
2362
                "framework"
2363
            ],
2364
            "time": "2015-11-23 11:58:08"
2365
        },
2366
        {
2367
            "name": "twig/extensions",
2368
            "version": "v1.3.0",
2369
            "source": {
2370
                "type": "git",
2371
                "url": "https://github.com/twigphp/Twig-extensions.git",
2372
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
2373
            },
2374
            "dist": {
2375
                "type": "zip",
2376
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
2377
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
2378
                "shasum": ""
2379
            },
2380
            "require": {
2381
                "twig/twig": "~1.20|~2.0"
2382
            },
2383
            "require-dev": {
2384
                "symfony/translation": "~2.3"
2385
            },
2386
            "suggest": {
2387
                "symfony/translation": "Allow the time_diff output to be translated"
2388
            },
2389
            "type": "library",
2390
            "extra": {
2391
                "branch-alias": {
2392
                    "dev-master": "1.3-dev"
2393
                }
2394
            },
2395
            "autoload": {
2396
                "psr-0": {
2397
                    "Twig_Extensions_": "lib/"
2398
                }
2399
            },
2400
            "notification-url": "https://packagist.org/downloads/",
2401
            "license": [
2402
                "MIT"
2403
            ],
2404
            "authors": [
2405
                {
2406
                    "name": "Fabien Potencier",
2407
                    "email": "[email protected]"
2408
                }
2409
            ],
2410
            "description": "Common additional features for Twig that do not directly belong in core",
2411
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2412
            "keywords": [
2413
                "i18n",
2414
                "text"
2415
            ],
2416
            "time": "2015-08-22 16:38:35"
2417
        },
2418
        {
2419
            "name": "twig/twig",
2420
            "version": "v1.23.1",
2421
            "source": {
2422
                "type": "git",
2423
                "url": "https://github.com/twigphp/Twig.git",
2424
                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
2425
            },
2426
            "dist": {
2427
                "type": "zip",
2428
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
2429
                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
2430
                "shasum": ""
2431
            },
2432
            "require": {
2433
                "php": ">=5.2.7"
2434
            },
2435
            "require-dev": {
2436
                "symfony/debug": "~2.7",
2437
                "symfony/phpunit-bridge": "~2.7"
2438
            },
2439
            "type": "library",
2440
            "extra": {
2441
                "branch-alias": {
2442
                    "dev-master": "1.23-dev"
2443
                }
2444
            },
2445
            "autoload": {
2446
                "psr-0": {
2447
                    "Twig_": "lib/"
2448
                }
2449
            },
2450
            "notification-url": "https://packagist.org/downloads/",
2451
            "license": [
2452
                "BSD-3-Clause"
2453
            ],
2454
            "authors": [
2455
                {
2456
                    "name": "Fabien Potencier",
2457
                    "email": "[email protected]",
2458
                    "homepage": "http://fabien.potencier.org",
2459
                    "role": "Lead Developer"
2460
                },
2461
                {
2462
                    "name": "Armin Ronacher",
2463
                    "email": "[email protected]",
2464
                    "role": "Project Founder"
2465
                },
2466
                {
2467
                    "name": "Twig Team",
2468
                    "homepage": "http://twig.sensiolabs.org/contributors",
2469
                    "role": "Contributors"
2470
                }
2471
            ],
2472
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2473
            "homepage": "http://twig.sensiolabs.org",
2474
            "keywords": [
2475
                "templating"
2476
            ],
2477
            "time": "2015-11-05 12:49:06"
2478
        },
2479
        {
2480
            "name": "willdurand/jsonp-callback-validator",
2481
            "version": "v1.1.0",
2482
            "source": {
2483
                "type": "git",
2484
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
2485
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
2486
            },
2487
            "dist": {
2488
                "type": "zip",
2489
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
2490
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
2491
                "shasum": ""
2492
            },
2493
            "require": {
2494
                "php": ">=5.3.0"
2495
            },
2496
            "require-dev": {
2497
                "phpunit/phpunit": "~3.7"
2498
            },
2499
            "type": "library",
2500
            "autoload": {
2501
                "psr-0": {
2502
                    "JsonpCallbackValidator": "src/"
2503
                }
2504
            },
2505
            "notification-url": "https://packagist.org/downloads/",
2506
            "license": [
2507
                "MIT"
2508
            ],
2509
            "authors": [
2510
                {
2511
                    "name": "William Durand",
2512
                    "email": "[email protected]",
2513
                    "homepage": "http://www.willdurand.fr"
2514
                }
2515
            ],
2516
            "description": "JSONP callback validator.",
2517
            "time": "2014-01-20 22:35:06"
2518
        },
2519
        {
2520
            "name": "willdurand/negotiation",
2521
            "version": "1.5.0",
2522
            "source": {
2523
                "type": "git",
2524
                "url": "https://github.com/willdurand/Negotiation.git",
2525
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
2526
            },
2527
            "dist": {
2528
                "type": "zip",
2529
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
2530
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
2531
                "shasum": ""
2532
            },
2533
            "require": {
2534
                "php": ">=5.3.0"
2535
            },
2536
            "type": "library",
2537
            "extra": {
2538
                "branch-alias": {
2539
                    "dev-master": "1.5-dev"
2540
                }
2541
            },
2542
            "autoload": {
2543
                "psr-4": {
2544
                    "Negotiation\\": "src/Negotiation"
2545
                }
2546
            },
2547
            "notification-url": "https://packagist.org/downloads/",
2548
            "license": [
2549
                "MIT"
2550
            ],
2551
            "authors": [
2552
                {
2553
                    "name": "William Durand",
2554
                    "email": "[email protected]"
2555
                }
2556
            ],
2557
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
2558
            "homepage": "http://williamdurand.fr/Negotiation/",
2559
            "keywords": [
2560
                "accept",
2561
                "content",
2562
                "format",
2563
                "header",
2564
                "negotiation"
2565
            ],
2566
            "time": "2015-10-01 07:42:40"
2567
        }
2568
    ],
2569
    "packages-dev": [
2570
        {
2571
            "name": "doctrine/data-fixtures",
2572
            "version": "v1.1.1",
2573
            "source": {
2574
                "type": "git",
2575
                "url": "https://github.com/doctrine/data-fixtures.git",
2576
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
2577
            },
2578
            "dist": {
2579
                "type": "zip",
2580
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
2581
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
2582
                "shasum": ""
2583
            },
2584
            "require": {
2585
                "doctrine/common": "~2.2",
2586
                "php": ">=5.3.2"
2587
            },
2588
            "conflict": {
2589
                "doctrine/orm": "< 2.4"
2590
            },
2591
            "require-dev": {
2592
                "doctrine/orm": "~2.4"
2593
            },
2594
            "suggest": {
2595
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
2596
                "doctrine/orm": "For loading ORM fixtures",
2597
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
2598
            },
2599
            "type": "library",
2600
            "extra": {
2601
                "branch-alias": {
2602
                    "dev-master": "1.1.x-dev"
2603
                }
2604
            },
2605
            "autoload": {
2606
                "psr-0": {
2607
                    "Doctrine\\Common\\DataFixtures": "lib/"
2608
                }
2609
            },
2610
            "notification-url": "https://packagist.org/downloads/",
2611
            "license": [
2612
                "MIT"
2613
            ],
2614
            "authors": [
2615
                {
2616
                    "name": "Jonathan Wage",
2617
                    "email": "[email protected]"
2618
                }
2619
            ],
2620
            "description": "Data Fixtures for all Doctrine Object Managers",
2621
            "homepage": "http://www.doctrine-project.org",
2622
            "keywords": [
2623
                "database"
2624
            ],
2625
            "time": "2015-03-30 12:14:13"
2626
        },
2627
        {
2628
            "name": "doctrine/doctrine-fixtures-bundle",
2629
            "version": "2.3.0",
2630
            "source": {
2631
                "type": "git",
2632
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
2633
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029"
2634
            },
2635
            "dist": {
2636
                "type": "zip",
2637
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029",
2638
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029",
2639
                "shasum": ""
2640
            },
2641
            "require": {
2642
                "doctrine/data-fixtures": "~1.0",
2643
                "doctrine/doctrine-bundle": "~1.0",
2644
                "php": ">=5.3.2",
2645
                "symfony/doctrine-bridge": "~2.3|~3.0"
2646
            },
2647
            "type": "symfony-bundle",
2648
            "extra": {
2649
                "branch-alias": {
2650
                    "dev-master": "2.2.x-dev"
2651
                }
2652
            },
2653
            "autoload": {
2654
                "psr-4": {
2655
                    "Doctrine\\Bundle\\FixturesBundle\\": ""
2656
                }
2657
            },
2658
            "notification-url": "https://packagist.org/downloads/",
2659
            "license": [
2660
                "MIT"
2661
            ],
2662
            "authors": [
2663
                {
2664
                    "name": "Symfony Community",
2665
                    "homepage": "http://symfony.com/contributors"
2666
                },
2667
                {
2668
                    "name": "Doctrine Project",
2669
                    "homepage": "http://www.doctrine-project.org"
2670
                },
2671
                {
2672
                    "name": "Fabien Potencier",
2673
                    "email": "[email protected]"
2674
                }
2675
            ],
2676
            "description": "Symfony DoctrineFixturesBundle",
2677
            "homepage": "http://www.doctrine-project.org",
2678
            "keywords": [
2679
                "Fixture",
2680
                "persistence"
2681
            ],
2682
            "time": "2015-11-04 21:23:23"
2683
        },
2684
        {
2685
            "name": "fabpot/php-cs-fixer",
2686
            "version": "v1.10.2",
2687
            "source": {
2688
                "type": "git",
2689
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
2690
                "reference": "e8b3c4e41dc1484210fdc45363c41af6c2d56f20"
2691
            },
2692
            "dist": {
2693
                "type": "zip",
2694
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/e8b3c4e41dc1484210fdc45363c41af6c2d56f20",
2695
                "reference": "e8b3c4e41dc1484210fdc45363c41af6c2d56f20",
2696
                "shasum": ""
2697
            },
2698
            "require": {
2699
                "ext-tokenizer": "*",
2700
                "php": ">=5.3.6",
2701
                "sebastian/diff": "~1.1",
2702
                "symfony/console": "~2.3",
2703
                "symfony/event-dispatcher": "~2.1",
2704
                "symfony/filesystem": "~2.1",
2705
                "symfony/finder": "~2.1",
2706
                "symfony/process": "~2.3",
2707
                "symfony/stopwatch": "~2.5"
2708
            },
2709
            "require-dev": {
2710
                "satooshi/php-coveralls": "0.7.*@dev"
2711
            },
2712
            "bin": [
2713
                "php-cs-fixer"
2714
            ],
2715
            "type": "application",
2716
            "autoload": {
2717
                "psr-4": {
2718
                    "Symfony\\CS\\": "Symfony/CS/"
2719
                }
2720
            },
2721
            "notification-url": "https://packagist.org/downloads/",
2722
            "license": [
2723
                "MIT"
2724
            ],
2725
            "authors": [
2726
                {
2727
                    "name": "Dariusz Rumiński",
2728
                    "email": "[email protected]"
2729
                },
2730
                {
2731
                    "name": "Fabien Potencier",
2732
                    "email": "[email protected]"
2733
                }
2734
            ],
2735
            "description": "A tool to automatically fix PHP code style",
2736
            "time": "2015-10-21 19:19:43"
2737
        },
2738
        {
2739
            "name": "liip/functional-test-bundle",
2740
            "version": "1.3.1",
2741
            "source": {
2742
                "type": "git",
2743
                "url": "https://github.com/liip/LiipFunctionalTestBundle.git",
2744
                "reference": "b14162050ebf969c1fd4693f06a732a1d0bd8015"
2745
            },
2746
            "dist": {
2747
                "type": "zip",
2748
                "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/b14162050ebf969c1fd4693f06a732a1d0bd8015",
2749
                "reference": "b14162050ebf969c1fd4693f06a732a1d0bd8015",
2750
                "shasum": ""
2751
            },
2752
            "require": {
2753
                "doctrine/common": "~2.0",
2754
                "php": "^5.3.9|^7.0",
2755
                "symfony/browser-kit": "~2.3|~3.0",
2756
                "symfony/framework-bundle": "~2.3|~3.0",
2757
                "symfony/validator": "~2.5"
2758
            },
2759
            "suggest": {
2760
                "doctrine/dbal": "Required when using the fixture loading functionality with an ORM and SQLite",
2761
                "doctrine/doctrine-fixtures-bundle": "Required when using the fixture loading functionality",
2762
                "doctrine/orm": "Required when using the fixture loading functionality with an ORM and SQLite",
2763
                "nelmio/alice": "Required when using loadFixtureFiles functionality"
2764
            },
2765
            "type": "symfony-bundle",
2766
            "extra": {
2767
                "branch-alias": {
2768
                    "dev-master": "1.3.x-dev"
2769
                }
2770
            },
2771
            "autoload": {
2772
                "psr-4": {
2773
                    "Liip\\FunctionalTestBundle\\": ""
2774
                }
2775
            },
2776
            "notification-url": "https://packagist.org/downloads/",
2777
            "license": [
2778
                "MIT"
2779
            ],
2780
            "authors": [
2781
                {
2782
                    "name": "Liip AG",
2783
                    "homepage": "http://www.liip.ch/"
2784
                },
2785
                {
2786
                    "name": "Community contributions",
2787
                    "homepage": "https://github.com/liip/LiipFunctionalTestBundle/contributors"
2788
                }
2789
            ],
2790
            "description": "This bundles provides additional functional test-cases for Symfony2 applications",
2791
            "keywords": [
2792
                "Symfony2"
2793
            ],
2794
            "time": "2015-11-26 16:31:11"
2795
        },
2796
        {
2797
            "name": "phpdocumentor/reflection-docblock",
2798
            "version": "2.0.4",
2799
            "source": {
2800
                "type": "git",
2801
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2802
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
2803
            },
2804
            "dist": {
2805
                "type": "zip",
2806
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
2807
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
2808
                "shasum": ""
2809
            },
2810
            "require": {
2811
                "php": ">=5.3.3"
2812
            },
2813
            "require-dev": {
2814
                "phpunit/phpunit": "~4.0"
2815
            },
2816
            "suggest": {
2817
                "dflydev/markdown": "~1.0",
2818
                "erusev/parsedown": "~1.0"
2819
            },
2820
            "type": "library",
2821
            "extra": {
2822
                "branch-alias": {
2823
                    "dev-master": "2.0.x-dev"
2824
                }
2825
            },
2826
            "autoload": {
2827
                "psr-0": {
2828
                    "phpDocumentor": [
2829
                        "src/"
2830
                    ]
2831
                }
2832
            },
2833
            "notification-url": "https://packagist.org/downloads/",
2834
            "license": [
2835
                "MIT"
2836
            ],
2837
            "authors": [
2838
                {
2839
                    "name": "Mike van Riel",
2840
                    "email": "[email protected]"
2841
                }
2842
            ],
2843
            "time": "2015-02-03 12:10:50"
2844
        },
2845
        {
2846
            "name": "phpspec/prophecy",
2847
            "version": "v1.5.0",
2848
            "source": {
2849
                "type": "git",
2850
                "url": "https://github.com/phpspec/prophecy.git",
2851
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
2852
            },
2853
            "dist": {
2854
                "type": "zip",
2855
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
2856
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
2857
                "shasum": ""
2858
            },
2859
            "require": {
2860
                "doctrine/instantiator": "^1.0.2",
2861
                "phpdocumentor/reflection-docblock": "~2.0",
2862
                "sebastian/comparator": "~1.1"
2863
            },
2864
            "require-dev": {
2865
                "phpspec/phpspec": "~2.0"
2866
            },
2867
            "type": "library",
2868
            "extra": {
2869
                "branch-alias": {
2870
                    "dev-master": "1.4.x-dev"
2871
                }
2872
            },
2873
            "autoload": {
2874
                "psr-0": {
2875
                    "Prophecy\\": "src/"
2876
                }
2877
            },
2878
            "notification-url": "https://packagist.org/downloads/",
2879
            "license": [
2880
                "MIT"
2881
            ],
2882
            "authors": [
2883
                {
2884
                    "name": "Konstantin Kudryashov",
2885
                    "email": "[email protected]",
2886
                    "homepage": "http://everzet.com"
2887
                },
2888
                {
2889
                    "name": "Marcello Duarte",
2890
                    "email": "[email protected]"
2891
                }
2892
            ],
2893
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2894
            "homepage": "https://github.com/phpspec/prophecy",
2895
            "keywords": [
2896
                "Double",
2897
                "Dummy",
2898
                "fake",
2899
                "mock",
2900
                "spy",
2901
                "stub"
2902
            ],
2903
            "time": "2015-08-13 10:07:40"
2904
        },
2905
        {
2906
            "name": "phpunit/php-code-coverage",
2907
            "version": "2.2.4",
2908
            "source": {
2909
                "type": "git",
2910
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2911
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
2912
            },
2913
            "dist": {
2914
                "type": "zip",
2915
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2916
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2917
                "shasum": ""
2918
            },
2919
            "require": {
2920
                "php": ">=5.3.3",
2921
                "phpunit/php-file-iterator": "~1.3",
2922
                "phpunit/php-text-template": "~1.2",
2923
                "phpunit/php-token-stream": "~1.3",
2924
                "sebastian/environment": "^1.3.2",
2925
                "sebastian/version": "~1.0"
2926
            },
2927
            "require-dev": {
2928
                "ext-xdebug": ">=2.1.4",
2929
                "phpunit/phpunit": "~4"
2930
            },
2931
            "suggest": {
2932
                "ext-dom": "*",
2933
                "ext-xdebug": ">=2.2.1",
2934
                "ext-xmlwriter": "*"
2935
            },
2936
            "type": "library",
2937
            "extra": {
2938
                "branch-alias": {
2939
                    "dev-master": "2.2.x-dev"
2940
                }
2941
            },
2942
            "autoload": {
2943
                "classmap": [
2944
                    "src/"
2945
                ]
2946
            },
2947
            "notification-url": "https://packagist.org/downloads/",
2948
            "license": [
2949
                "BSD-3-Clause"
2950
            ],
2951
            "authors": [
2952
                {
2953
                    "name": "Sebastian Bergmann",
2954
                    "email": "[email protected]",
2955
                    "role": "lead"
2956
                }
2957
            ],
2958
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2959
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2960
            "keywords": [
2961
                "coverage",
2962
                "testing",
2963
                "xunit"
2964
            ],
2965
            "time": "2015-10-06 15:47:00"
2966
        },
2967
        {
2968
            "name": "phpunit/php-file-iterator",
2969
            "version": "1.4.1",
2970
            "source": {
2971
                "type": "git",
2972
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2973
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
2974
            },
2975
            "dist": {
2976
                "type": "zip",
2977
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2978
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2979
                "shasum": ""
2980
            },
2981
            "require": {
2982
                "php": ">=5.3.3"
2983
            },
2984
            "type": "library",
2985
            "extra": {
2986
                "branch-alias": {
2987
                    "dev-master": "1.4.x-dev"
2988
                }
2989
            },
2990
            "autoload": {
2991
                "classmap": [
2992
                    "src/"
2993
                ]
2994
            },
2995
            "notification-url": "https://packagist.org/downloads/",
2996
            "license": [
2997
                "BSD-3-Clause"
2998
            ],
2999
            "authors": [
3000
                {
3001
                    "name": "Sebastian Bergmann",
3002
                    "email": "[email protected]",
3003
                    "role": "lead"
3004
                }
3005
            ],
3006
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3007
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3008
            "keywords": [
3009
                "filesystem",
3010
                "iterator"
3011
            ],
3012
            "time": "2015-06-21 13:08:43"
3013
        },
3014
        {
3015
            "name": "phpunit/php-text-template",
3016
            "version": "1.2.1",
3017
            "source": {
3018
                "type": "git",
3019
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3020
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3021
            },
3022
            "dist": {
3023
                "type": "zip",
3024
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3025
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3026
                "shasum": ""
3027
            },
3028
            "require": {
3029
                "php": ">=5.3.3"
3030
            },
3031
            "type": "library",
3032
            "autoload": {
3033
                "classmap": [
3034
                    "src/"
3035
                ]
3036
            },
3037
            "notification-url": "https://packagist.org/downloads/",
3038
            "license": [
3039
                "BSD-3-Clause"
3040
            ],
3041
            "authors": [
3042
                {
3043
                    "name": "Sebastian Bergmann",
3044
                    "email": "[email protected]",
3045
                    "role": "lead"
3046
                }
3047
            ],
3048
            "description": "Simple template engine.",
3049
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3050
            "keywords": [
3051
                "template"
3052
            ],
3053
            "time": "2015-06-21 13:50:34"
3054
        },
3055
        {
3056
            "name": "phpunit/php-timer",
3057
            "version": "1.0.7",
3058
            "source": {
3059
                "type": "git",
3060
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3061
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
3062
            },
3063
            "dist": {
3064
                "type": "zip",
3065
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3066
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3067
                "shasum": ""
3068
            },
3069
            "require": {
3070
                "php": ">=5.3.3"
3071
            },
3072
            "type": "library",
3073
            "autoload": {
3074
                "classmap": [
3075
                    "src/"
3076
                ]
3077
            },
3078
            "notification-url": "https://packagist.org/downloads/",
3079
            "license": [
3080
                "BSD-3-Clause"
3081
            ],
3082
            "authors": [
3083
                {
3084
                    "name": "Sebastian Bergmann",
3085
                    "email": "[email protected]",
3086
                    "role": "lead"
3087
                }
3088
            ],
3089
            "description": "Utility class for timing",
3090
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3091
            "keywords": [
3092
                "timer"
3093
            ],
3094
            "time": "2015-06-21 08:01:12"
3095
        },
3096
        {
3097
            "name": "phpunit/php-token-stream",
3098
            "version": "1.4.8",
3099
            "source": {
3100
                "type": "git",
3101
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3102
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
3103
            },
3104
            "dist": {
3105
                "type": "zip",
3106
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3107
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3108
                "shasum": ""
3109
            },
3110
            "require": {
3111
                "ext-tokenizer": "*",
3112
                "php": ">=5.3.3"
3113
            },
3114
            "require-dev": {
3115
                "phpunit/phpunit": "~4.2"
3116
            },
3117
            "type": "library",
3118
            "extra": {
3119
                "branch-alias": {
3120
                    "dev-master": "1.4-dev"
3121
                }
3122
            },
3123
            "autoload": {
3124
                "classmap": [
3125
                    "src/"
3126
                ]
3127
            },
3128
            "notification-url": "https://packagist.org/downloads/",
3129
            "license": [
3130
                "BSD-3-Clause"
3131
            ],
3132
            "authors": [
3133
                {
3134
                    "name": "Sebastian Bergmann",
3135
                    "email": "[email protected]"
3136
                }
3137
            ],
3138
            "description": "Wrapper around PHP's tokenizer extension.",
3139
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3140
            "keywords": [
3141
                "tokenizer"
3142
            ],
3143
            "time": "2015-09-15 10:49:45"
3144
        },
3145
        {
3146
            "name": "phpunit/phpunit",
3147
            "version": "4.8.18",
3148
            "source": {
3149
                "type": "git",
3150
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3151
                "reference": "fa33d4ad96481b91df343d83e8c8aabed6b1dfd3"
3152
            },
3153
            "dist": {
3154
                "type": "zip",
3155
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fa33d4ad96481b91df343d83e8c8aabed6b1dfd3",
3156
                "reference": "fa33d4ad96481b91df343d83e8c8aabed6b1dfd3",
3157
                "shasum": ""
3158
            },
3159
            "require": {
3160
                "ext-dom": "*",
3161
                "ext-json": "*",
3162
                "ext-pcre": "*",
3163
                "ext-reflection": "*",
3164
                "ext-spl": "*",
3165
                "php": ">=5.3.3",
3166
                "phpspec/prophecy": "^1.3.1",
3167
                "phpunit/php-code-coverage": "~2.1",
3168
                "phpunit/php-file-iterator": "~1.4",
3169
                "phpunit/php-text-template": "~1.2",
3170
                "phpunit/php-timer": ">=1.0.6",
3171
                "phpunit/phpunit-mock-objects": "~2.3",
3172
                "sebastian/comparator": "~1.1",
3173
                "sebastian/diff": "~1.2",
3174
                "sebastian/environment": "~1.3",
3175
                "sebastian/exporter": "~1.2",
3176
                "sebastian/global-state": "~1.0",
3177
                "sebastian/version": "~1.0",
3178
                "symfony/yaml": "~2.1|~3.0"
3179
            },
3180
            "suggest": {
3181
                "phpunit/php-invoker": "~1.1"
3182
            },
3183
            "bin": [
3184
                "phpunit"
3185
            ],
3186
            "type": "library",
3187
            "extra": {
3188
                "branch-alias": {
3189
                    "dev-master": "4.8.x-dev"
3190
                }
3191
            },
3192
            "autoload": {
3193
                "classmap": [
3194
                    "src/"
3195
                ]
3196
            },
3197
            "notification-url": "https://packagist.org/downloads/",
3198
            "license": [
3199
                "BSD-3-Clause"
3200
            ],
3201
            "authors": [
3202
                {
3203
                    "name": "Sebastian Bergmann",
3204
                    "email": "[email protected]",
3205
                    "role": "lead"
3206
                }
3207
            ],
3208
            "description": "The PHP Unit Testing framework.",
3209
            "homepage": "https://phpunit.de/",
3210
            "keywords": [
3211
                "phpunit",
3212
                "testing",
3213
                "xunit"
3214
            ],
3215
            "time": "2015-11-11 11:32:49"
3216
        },
3217
        {
3218
            "name": "phpunit/phpunit-mock-objects",
3219
            "version": "2.3.8",
3220
            "source": {
3221
                "type": "git",
3222
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3223
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
3224
            },
3225
            "dist": {
3226
                "type": "zip",
3227
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3228
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3229
                "shasum": ""
3230
            },
3231
            "require": {
3232
                "doctrine/instantiator": "^1.0.2",
3233
                "php": ">=5.3.3",
3234
                "phpunit/php-text-template": "~1.2",
3235
                "sebastian/exporter": "~1.2"
3236
            },
3237
            "require-dev": {
3238
                "phpunit/phpunit": "~4.4"
3239
            },
3240
            "suggest": {
3241
                "ext-soap": "*"
3242
            },
3243
            "type": "library",
3244
            "extra": {
3245
                "branch-alias": {
3246
                    "dev-master": "2.3.x-dev"
3247
                }
3248
            },
3249
            "autoload": {
3250
                "classmap": [
3251
                    "src/"
3252
                ]
3253
            },
3254
            "notification-url": "https://packagist.org/downloads/",
3255
            "license": [
3256
                "BSD-3-Clause"
3257
            ],
3258
            "authors": [
3259
                {
3260
                    "name": "Sebastian Bergmann",
3261
                    "email": "[email protected]",
3262
                    "role": "lead"
3263
                }
3264
            ],
3265
            "description": "Mock Object library for PHPUnit",
3266
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3267
            "keywords": [
3268
                "mock",
3269
                "xunit"
3270
            ],
3271
            "time": "2015-10-02 06:51:40"
3272
        },
3273
        {
3274
            "name": "sebastian/comparator",
3275
            "version": "1.2.0",
3276
            "source": {
3277
                "type": "git",
3278
                "url": "https://github.com/sebastianbergmann/comparator.git",
3279
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
3280
            },
3281
            "dist": {
3282
                "type": "zip",
3283
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3284
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3285
                "shasum": ""
3286
            },
3287
            "require": {
3288
                "php": ">=5.3.3",
3289
                "sebastian/diff": "~1.2",
3290
                "sebastian/exporter": "~1.2"
3291
            },
3292
            "require-dev": {
3293
                "phpunit/phpunit": "~4.4"
3294
            },
3295
            "type": "library",
3296
            "extra": {
3297
                "branch-alias": {
3298
                    "dev-master": "1.2.x-dev"
3299
                }
3300
            },
3301
            "autoload": {
3302
                "classmap": [
3303
                    "src/"
3304
                ]
3305
            },
3306
            "notification-url": "https://packagist.org/downloads/",
3307
            "license": [
3308
                "BSD-3-Clause"
3309
            ],
3310
            "authors": [
3311
                {
3312
                    "name": "Jeff Welch",
3313
                    "email": "[email protected]"
3314
                },
3315
                {
3316
                    "name": "Volker Dusch",
3317
                    "email": "[email protected]"
3318
                },
3319
                {
3320
                    "name": "Bernhard Schussek",
3321
                    "email": "[email protected]"
3322
                },
3323
                {
3324
                    "name": "Sebastian Bergmann",
3325
                    "email": "[email protected]"
3326
                }
3327
            ],
3328
            "description": "Provides the functionality to compare PHP values for equality",
3329
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3330
            "keywords": [
3331
                "comparator",
3332
                "compare",
3333
                "equality"
3334
            ],
3335
            "time": "2015-07-26 15:48:44"
3336
        },
3337
        {
3338
            "name": "sebastian/diff",
3339
            "version": "1.3.0",
3340
            "source": {
3341
                "type": "git",
3342
                "url": "https://github.com/sebastianbergmann/diff.git",
3343
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
3344
            },
3345
            "dist": {
3346
                "type": "zip",
3347
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
3348
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
3349
                "shasum": ""
3350
            },
3351
            "require": {
3352
                "php": ">=5.3.3"
3353
            },
3354
            "require-dev": {
3355
                "phpunit/phpunit": "~4.2"
3356
            },
3357
            "type": "library",
3358
            "extra": {
3359
                "branch-alias": {
3360
                    "dev-master": "1.3-dev"
3361
                }
3362
            },
3363
            "autoload": {
3364
                "classmap": [
3365
                    "src/"
3366
                ]
3367
            },
3368
            "notification-url": "https://packagist.org/downloads/",
3369
            "license": [
3370
                "BSD-3-Clause"
3371
            ],
3372
            "authors": [
3373
                {
3374
                    "name": "Kore Nordmann",
3375
                    "email": "[email protected]"
3376
                },
3377
                {
3378
                    "name": "Sebastian Bergmann",
3379
                    "email": "[email protected]"
3380
                }
3381
            ],
3382
            "description": "Diff implementation",
3383
            "homepage": "http://www.github.com/sebastianbergmann/diff",
3384
            "keywords": [
3385
                "diff"
3386
            ],
3387
            "time": "2015-02-22 15:13:53"
3388
        },
3389
        {
3390
            "name": "sebastian/environment",
3391
            "version": "1.3.2",
3392
            "source": {
3393
                "type": "git",
3394
                "url": "https://github.com/sebastianbergmann/environment.git",
3395
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
3396
            },
3397
            "dist": {
3398
                "type": "zip",
3399
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
3400
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
3401
                "shasum": ""
3402
            },
3403
            "require": {
3404
                "php": ">=5.3.3"
3405
            },
3406
            "require-dev": {
3407
                "phpunit/phpunit": "~4.4"
3408
            },
3409
            "type": "library",
3410
            "extra": {
3411
                "branch-alias": {
3412
                    "dev-master": "1.3.x-dev"
3413
                }
3414
            },
3415
            "autoload": {
3416
                "classmap": [
3417
                    "src/"
3418
                ]
3419
            },
3420
            "notification-url": "https://packagist.org/downloads/",
3421
            "license": [
3422
                "BSD-3-Clause"
3423
            ],
3424
            "authors": [
3425
                {
3426
                    "name": "Sebastian Bergmann",
3427
                    "email": "[email protected]"
3428
                }
3429
            ],
3430
            "description": "Provides functionality to handle HHVM/PHP environments",
3431
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3432
            "keywords": [
3433
                "Xdebug",
3434
                "environment",
3435
                "hhvm"
3436
            ],
3437
            "time": "2015-08-03 06:14:51"
3438
        },
3439
        {
3440
            "name": "sebastian/exporter",
3441
            "version": "1.2.1",
3442
            "source": {
3443
                "type": "git",
3444
                "url": "https://github.com/sebastianbergmann/exporter.git",
3445
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
3446
            },
3447
            "dist": {
3448
                "type": "zip",
3449
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
3450
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
3451
                "shasum": ""
3452
            },
3453
            "require": {
3454
                "php": ">=5.3.3",
3455
                "sebastian/recursion-context": "~1.0"
3456
            },
3457
            "require-dev": {
3458
                "phpunit/phpunit": "~4.4"
3459
            },
3460
            "type": "library",
3461
            "extra": {
3462
                "branch-alias": {
3463
                    "dev-master": "1.2.x-dev"
3464
                }
3465
            },
3466
            "autoload": {
3467
                "classmap": [
3468
                    "src/"
3469
                ]
3470
            },
3471
            "notification-url": "https://packagist.org/downloads/",
3472
            "license": [
3473
                "BSD-3-Clause"
3474
            ],
3475
            "authors": [
3476
                {
3477
                    "name": "Jeff Welch",
3478
                    "email": "[email protected]"
3479
                },
3480
                {
3481
                    "name": "Volker Dusch",
3482
                    "email": "[email protected]"
3483
                },
3484
                {
3485
                    "name": "Bernhard Schussek",
3486
                    "email": "[email protected]"
3487
                },
3488
                {
3489
                    "name": "Sebastian Bergmann",
3490
                    "email": "[email protected]"
3491
                },
3492
                {
3493
                    "name": "Adam Harvey",
3494
                    "email": "[email protected]"
3495
                }
3496
            ],
3497
            "description": "Provides the functionality to export PHP variables for visualization",
3498
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3499
            "keywords": [
3500
                "export",
3501
                "exporter"
3502
            ],
3503
            "time": "2015-06-21 07:55:53"
3504
        },
3505
        {
3506
            "name": "sebastian/global-state",
3507
            "version": "1.1.1",
3508
            "source": {
3509
                "type": "git",
3510
                "url": "https://github.com/sebastianbergmann/global-state.git",
3511
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3512
            },
3513
            "dist": {
3514
                "type": "zip",
3515
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3516
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3517
                "shasum": ""
3518
            },
3519
            "require": {
3520
                "php": ">=5.3.3"
3521
            },
3522
            "require-dev": {
3523
                "phpunit/phpunit": "~4.2"
3524
            },
3525
            "suggest": {
3526
                "ext-uopz": "*"
3527
            },
3528
            "type": "library",
3529
            "extra": {
3530
                "branch-alias": {
3531
                    "dev-master": "1.0-dev"
3532
                }
3533
            },
3534
            "autoload": {
3535
                "classmap": [
3536
                    "src/"
3537
                ]
3538
            },
3539
            "notification-url": "https://packagist.org/downloads/",
3540
            "license": [
3541
                "BSD-3-Clause"
3542
            ],
3543
            "authors": [
3544
                {
3545
                    "name": "Sebastian Bergmann",
3546
                    "email": "[email protected]"
3547
                }
3548
            ],
3549
            "description": "Snapshotting of global state",
3550
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3551
            "keywords": [
3552
                "global state"
3553
            ],
3554
            "time": "2015-10-12 03:26:01"
3555
        },
3556
        {
3557
            "name": "sebastian/recursion-context",
3558
            "version": "1.0.1",
3559
            "source": {
3560
                "type": "git",
3561
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3562
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
3563
            },
3564
            "dist": {
3565
                "type": "zip",
3566
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
3567
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
3568
                "shasum": ""
3569
            },
3570
            "require": {
3571
                "php": ">=5.3.3"
3572
            },
3573
            "require-dev": {
3574
                "phpunit/phpunit": "~4.4"
3575
            },
3576
            "type": "library",
3577
            "extra": {
3578
                "branch-alias": {
3579
                    "dev-master": "1.0.x-dev"
3580
                }
3581
            },
3582
            "autoload": {
3583
                "classmap": [
3584
                    "src/"
3585
                ]
3586
            },
3587
            "notification-url": "https://packagist.org/downloads/",
3588
            "license": [
3589
                "BSD-3-Clause"
3590
            ],
3591
            "authors": [
3592
                {
3593
                    "name": "Jeff Welch",
3594
                    "email": "[email protected]"
3595
                },
3596
                {
3597
                    "name": "Sebastian Bergmann",
3598
                    "email": "[email protected]"
3599
                },
3600
                {
3601
                    "name": "Adam Harvey",
3602
                    "email": "[email protected]"
3603
                }
3604
            ],
3605
            "description": "Provides functionality to recursively process PHP variables",
3606
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3607
            "time": "2015-06-21 08:04:50"
3608
        },
3609
        {
3610
            "name": "sebastian/version",
3611
            "version": "1.0.6",
3612
            "source": {
3613
                "type": "git",
3614
                "url": "https://github.com/sebastianbergmann/version.git",
3615
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
3616
            },
3617
            "dist": {
3618
                "type": "zip",
3619
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3620
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3621
                "shasum": ""
3622
            },
3623
            "type": "library",
3624
            "autoload": {
3625
                "classmap": [
3626
                    "src/"
3627
                ]
3628
            },
3629
            "notification-url": "https://packagist.org/downloads/",
3630
            "license": [
3631
                "BSD-3-Clause"
3632
            ],
3633
            "authors": [
3634
                {
3635
                    "name": "Sebastian Bergmann",
3636
                    "email": "[email protected]",
3637
                    "role": "lead"
3638
                }
3639
            ],
3640
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3641
            "homepage": "https://github.com/sebastianbergmann/version",
3642
            "time": "2015-06-21 13:59:46"
3643
        },
3644
        {
3645
            "name": "sensio/generator-bundle",
3646
            "version": "v2.5.3",
3647
            "target-dir": "Sensio/Bundle/GeneratorBundle",
3648
            "source": {
3649
                "type": "git",
3650
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
3651
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
3652
            },
3653
            "dist": {
3654
                "type": "zip",
3655
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
3656
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
3657
                "shasum": ""
3658
            },
3659
            "require": {
3660
                "symfony/console": "~2.5",
3661
                "symfony/framework-bundle": "~2.2"
3662
            },
3663
            "require-dev": {
3664
                "doctrine/orm": "~2.2,>=2.2.3",
3665
                "symfony/doctrine-bridge": "~2.2",
3666
                "twig/twig": "~1.11"
3667
            },
3668
            "type": "symfony-bundle",
3669
            "extra": {
3670
                "branch-alias": {
3671
                    "dev-master": "2.5.x-dev"
3672
                }
3673
            },
3674
            "autoload": {
3675
                "psr-0": {
3676
                    "Sensio\\Bundle\\GeneratorBundle": ""
3677
                }
3678
            },
3679
            "notification-url": "https://packagist.org/downloads/",
3680
            "license": [
3681
                "MIT"
3682
            ],
3683
            "authors": [
3684
                {
3685
                    "name": "Fabien Potencier",
3686
                    "email": "[email protected]"
3687
                }
3688
            ],
3689
            "description": "This bundle generates code for you",
3690
            "time": "2015-03-17 06:36:52"
3691
        },
3692
        {
3693
            "name": "squizlabs/php_codesniffer",
3694
            "version": "2.4.0",
3695
            "source": {
3696
                "type": "git",
3697
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3698
                "reference": "32a879f4f35019d78d568db2885d7779ca084a33"
3699
            },
3700
            "dist": {
3701
                "type": "zip",
3702
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/32a879f4f35019d78d568db2885d7779ca084a33",
3703
                "reference": "32a879f4f35019d78d568db2885d7779ca084a33",
3704
                "shasum": ""
3705
            },
3706
            "require": {
3707
                "ext-tokenizer": "*",
3708
                "ext-xmlwriter": "*",
3709
                "php": ">=5.1.2"
3710
            },
3711
            "bin": [
3712
                "scripts/phpcs",
3713
                "scripts/phpcbf"
3714
            ],
3715
            "type": "library",
3716
            "extra": {
3717
                "branch-alias": {
3718
                    "dev-master": "2.0.x-dev"
3719
                }
3720
            },
3721
            "autoload": {
3722
                "classmap": [
3723
                    "CodeSniffer.php",
3724
                    "CodeSniffer/CLI.php",
3725
                    "CodeSniffer/Exception.php",
3726
                    "CodeSniffer/File.php",
3727
                    "CodeSniffer/Fixer.php",
3728
                    "CodeSniffer/Report.php",
3729
                    "CodeSniffer/Reporting.php",
3730
                    "CodeSniffer/Sniff.php",
3731
                    "CodeSniffer/Tokens.php",
3732
                    "CodeSniffer/Reports/",
3733
                    "CodeSniffer/Tokenizers/",
3734
                    "CodeSniffer/DocGenerators/",
3735
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
3736
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
3737
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
3738
                    "CodeSniffer/Standards/IncorrectPatternException.php",
3739
                    "CodeSniffer/Standards/Generic/Sniffs/",
3740
                    "CodeSniffer/Standards/MySource/Sniffs/",
3741
                    "CodeSniffer/Standards/PEAR/Sniffs/",
3742
                    "CodeSniffer/Standards/PSR1/Sniffs/",
3743
                    "CodeSniffer/Standards/PSR2/Sniffs/",
3744
                    "CodeSniffer/Standards/Squiz/Sniffs/",
3745
                    "CodeSniffer/Standards/Zend/Sniffs/"
3746
                ]
3747
            },
3748
            "notification-url": "https://packagist.org/downloads/",
3749
            "license": [
3750
                "BSD-3-Clause"
3751
            ],
3752
            "authors": [
3753
                {
3754
                    "name": "Greg Sherwood",
3755
                    "role": "lead"
3756
                }
3757
            ],
3758
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3759
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3760
            "keywords": [
3761
                "phpcs",
3762
                "standards"
3763
            ],
3764
            "time": "2015-11-23 21:30:59"
3765
        }
3766
    ],
3767
    "aliases": [],
3768
    "minimum-stability": "stable",
3769
    "stability-flags": {
3770
        "cspoo/symfony-sms-bundle": 20,
3771
        "friendsofsymfony/oauth-server-bundle": 20,
3772
        "squizlabs/php_codesniffer": 0,
3773
        "fabpot/php-cs-fixer": 0
3774
    },
3775
    "prefer-stable": false,
3776
    "prefer-lowest": false,
3777
    "platform": {
3778
        "php": ">=5.3.3"
3779
    },
3780
    "platform-dev": []
3781
}
3782