Completed
Push — master ( 64c85c...73ee76 )
by Peter
07:14
created

composer.lock (1 issue)

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": "cbe0c8a84b9785cceeb6ac45288e5b85",
8
    "content-hash": "5f75c1e31f7af31cced1a0da82873a63",
9
    "packages": [
10
        {
11
            "name": "codeception/codeception",
12
            "version": "2.1.8",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/Codeception/Codeception.git",
16
                "reference": "f3daa61f0f11c531b33eb3623ab0daa599d88a79",
17
                "mirrors": [
18
                    {
19
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
20
                        "preferred": true
21
                    }
22
                ]
23
            },
24
            "dist": {
25
                "type": "zip",
26
                "url": "https://api.github.com/repos/Codeception/Codeception/zipball/f3daa61f0f11c531b33eb3623ab0daa599d88a79",
27
                "reference": "f3daa61f0f11c531b33eb3623ab0daa599d88a79",
28
                "shasum": "",
29
                "mirrors": [
30
                    {
31
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
32
                        "preferred": true
33
                    }
34
                ]
35
            },
36
            "require": {
37
                "ext-json": "*",
38
                "ext-mbstring": "*",
39
                "facebook/webdriver": ">=1.0.1 <2.0",
40
                "guzzlehttp/guzzle": ">=4.1.4 <7.0",
41
                "guzzlehttp/psr7": "~1.0",
42
                "php": ">=5.4.0 <8.0",
43
                "phpunit/php-code-coverage": ">=2.1.3",
44
                "phpunit/phpunit": ">4.8.20 <6.0",
45
                "symfony/browser-kit": ">=2.5 <3.1",
46
                "symfony/console": ">=2.5 <3.1",
47
                "symfony/css-selector": ">=2.5 <3.1",
48
                "symfony/dom-crawler": ">=2.5 <3.1",
49
                "symfony/event-dispatcher": ">=2.5 <3.1",
50
                "symfony/finder": ">=2.5 <3.1",
51
                "symfony/yaml": ">=2.5 <3.1"
52
            },
53
            "require-dev": {
54
                "codeception/specify": "~0.3",
55
                "facebook/php-sdk-v4": "~5.0",
56
                "flow/jsonpath": "~0.2",
57
                "monolog/monolog": "~1.8",
58
                "pda/pheanstalk": "~2.0",
59
                "php-amqplib/php-amqplib": "~2.4"
60
            },
61
            "suggest": {
62
                "codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests",
63
                "codeception/specify": "BDD-style code blocks",
64
                "codeception/verify": "BDD-style assertions",
65
                "monolog/monolog": "Log test steps",
66
                "phpseclib/phpseclib": "Extension required to use the SFTP option in the FTP Module."
67
            },
68
            "bin": [
69
                "codecept"
70
            ],
71
            "type": "library",
72
            "extra": {
73
                "branch-alias": []
74
            },
75
            "autoload": {
76
                "psr-4": {
77
                    "Codeception\\": "src\\Codeception",
78
                    "Codeception\\Extension\\": "ext"
79
                }
80
            },
81
            "notification-url": "https://packagist.org/downloads/",
82
            "license": [
83
                "MIT"
84
            ],
85
            "authors": [
86
                {
87
                    "name": "Michael Bodnarchuk",
88
                    "email": "[email protected]",
89
                    "homepage": "http://codegyre.com"
90
                }
91
            ],
92
            "description": "BDD-style testing framework",
93
            "homepage": "http://codeception.com/",
94
            "keywords": [
95
                "BDD",
96
                "TDD",
97
                "acceptance testing",
98
                "functional testing",
99
                "unit testing"
100
            ],
101
            "time": "2016-04-15 02:56:43"
102
        },
103
        {
104
            "name": "doctrine/instantiator",
105
            "version": "1.0.5",
106
            "source": {
107
                "type": "git",
108
                "url": "https://github.com/doctrine/instantiator.git",
109
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
110
                "mirrors": [
111
                    {
112
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
113
                        "preferred": true
114
                    }
115
                ]
116
            },
117
            "dist": {
118
                "type": "zip",
119
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
120
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
121
                "shasum": "",
122
                "mirrors": [
123
                    {
124
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
125
                        "preferred": true
126
                    }
127
                ]
128
            },
129
            "require": {
130
                "php": ">=5.3,<8.0-DEV"
131
            },
132
            "require-dev": {
133
                "athletic/athletic": "~0.1.8",
134
                "ext-pdo": "*",
135
                "ext-phar": "*",
136
                "phpunit/phpunit": "~4.0",
137
                "squizlabs/php_codesniffer": "~2.0"
138
            },
139
            "type": "library",
140
            "extra": {
141
                "branch-alias": {
142
                    "dev-master": "1.0.x-dev"
143
                }
144
            },
145
            "autoload": {
146
                "psr-4": {
147
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
148
                }
149
            },
150
            "notification-url": "https://packagist.org/downloads/",
151
            "license": [
152
                "MIT"
153
            ],
154
            "authors": [
155
                {
156
                    "name": "Marco Pivetta",
157
                    "email": "[email protected]",
158
                    "homepage": "http://ocramius.github.com/"
159
                }
160
            ],
161
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
162
            "homepage": "https://github.com/doctrine/instantiator",
163
            "keywords": [
164
                "constructor",
165
                "instantiate"
166
            ],
167
            "time": "2015-06-14 21:17:01"
168
        },
169
        {
170
            "name": "facebook/webdriver",
171
            "version": "1.1.1",
172
            "source": {
173
                "type": "git",
174
                "url": "https://github.com/facebook/php-webdriver.git",
175
                "reference": "1c98108ba3eb435b681655764de11502a0653705",
176
                "mirrors": [
177
                    {
178
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
179
                        "preferred": true
180
                    }
181
                ]
182
            },
183
            "dist": {
184
                "type": "zip",
185
                "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/1c98108ba3eb435b681655764de11502a0653705",
186
                "reference": "1c98108ba3eb435b681655764de11502a0653705",
187
                "shasum": "",
188
                "mirrors": [
189
                    {
190
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
191
                        "preferred": true
192
                    }
193
                ]
194
            },
195
            "require": {
196
                "php": ">=5.3.19"
197
            },
198
            "require-dev": {
199
                "phpunit/phpunit": "4.6.*"
200
            },
201
            "suggest": {
202
                "phpdocumentor/phpdocumentor": "2.*"
203
            },
204
            "type": "library",
205
            "autoload": {
206
                "psr-4": {
207
                    "Facebook\\WebDriver\\": "lib/"
208
                }
209
            },
210
            "notification-url": "https://packagist.org/downloads/",
211
            "license": [
212
                "Apache-2.0"
213
            ],
214
            "description": "A PHP client for WebDriver",
215
            "homepage": "https://github.com/facebook/php-webdriver",
216
            "keywords": [
217
                "facebook",
218
                "php",
219
                "selenium",
220
                "webdriver"
221
            ],
222
            "time": "2015-12-31 15:58:49"
223
        },
224
        {
225
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
226
            "version": "6.2.0",
227
            "source": {
228
                "type": "git",
229
                "url": "https://github.com/guzzle/guzzle.git",
230
                "reference": "d094e337976dff9d8e2424e8485872194e768662",
231
                "mirrors": [
232
                    {
233
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
234
                        "preferred": true
235
                    }
236
                ]
237
            },
238
            "dist": {
239
                "type": "zip",
240
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
241
                "reference": "d094e337976dff9d8e2424e8485872194e768662",
242
                "shasum": "",
243
                "mirrors": [
244
                    {
245
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
246
                        "preferred": true
247
                    }
248
                ]
249
            },
250
            "require": {
251
                "guzzlehttp/promises": "~1.0",
252
                "guzzlehttp/psr7": "~1.1",
253
                "php": ">=5.5.0"
254
            },
255
            "require-dev": {
256
                "ext-curl": "*",
257
                "phpunit/phpunit": "~4.0",
258
                "psr/log": "~1.0"
259
            },
260
            "type": "library",
261
            "extra": {
262
                "branch-alias": {
263
                    "dev-master": "6.2-dev"
264
                }
265
            },
266
            "autoload": {
267
                "files": [
268
                    "src/functions_include.php"
269
                ],
270
                "psr-4": {
271
                    "GuzzleHttp\\": "src/"
272
                }
273
            },
274
            "notification-url": "https://packagist.org/downloads/",
275
            "license": [
276
                "MIT"
277
            ],
278
            "authors": [
279
                {
280
                    "name": "Michael Dowling",
281
                    "email": "[email protected]",
282
                    "homepage": "https://github.com/mtdowling"
283
                }
284
            ],
285
            "description": "Guzzle is a PHP HTTP client library",
286
            "homepage": "http://guzzlephp.org/",
287
            "keywords": [
288
                "client",
289
                "curl",
290
                "framework",
291
                "http",
292
                "http client",
293
                "rest",
294
                "web service"
295
            ],
296
            "time": "2016-03-21 20:02:09"
297
        },
298
        {
299
            "name": "guzzlehttp/promises",
300
            "version": "1.1.0",
301
            "source": {
302
                "type": "git",
303
                "url": "https://github.com/guzzle/promises.git",
304
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8",
305
                "mirrors": [
306
                    {
307
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
308
                        "preferred": true
309
                    }
310
                ]
311
            },
312
            "dist": {
313
                "type": "zip",
314
                "url": "https://api.github.com/repos/guzzle/promises/zipball/bb9024c526b22f3fe6ae55a561fd70653d470aa8",
315
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8",
316
                "shasum": "",
317
                "mirrors": [
318
                    {
319
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
320
                        "preferred": true
321
                    }
322
                ]
323
            },
324
            "require": {
325
                "php": ">=5.5.0"
326
            },
327
            "require-dev": {
328
                "phpunit/phpunit": "~4.0"
329
            },
330
            "type": "library",
331
            "extra": {
332
                "branch-alias": {
333
                    "dev-master": "1.0-dev"
334
                }
335
            },
336
            "autoload": {
337
                "psr-4": {
338
                    "GuzzleHttp\\Promise\\": "src/"
339
                },
340
                "files": [
341
                    "src/functions_include.php"
342
                ]
343
            },
344
            "notification-url": "https://packagist.org/downloads/",
345
            "license": [
346
                "MIT"
347
            ],
348
            "authors": [
349
                {
350
                    "name": "Michael Dowling",
351
                    "email": "[email protected]",
352
                    "homepage": "https://github.com/mtdowling"
353
                }
354
            ],
355
            "description": "Guzzle promises library",
356
            "keywords": [
357
                "promise"
358
            ],
359
            "time": "2016-03-08 01:15:46"
360
        },
361
        {
362
            "name": "guzzlehttp/psr7",
363
            "version": "1.3.0",
364
            "source": {
365
                "type": "git",
366
                "url": "https://github.com/guzzle/psr7.git",
367
                "reference": "31382fef2889136415751badebbd1cb022a4ed72",
368
                "mirrors": [
369
                    {
370
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
371
                        "preferred": true
372
                    }
373
                ]
374
            },
375
            "dist": {
376
                "type": "zip",
377
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72",
378
                "reference": "31382fef2889136415751badebbd1cb022a4ed72",
379
                "shasum": "",
380
                "mirrors": [
381
                    {
382
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
383
                        "preferred": true
384
                    }
385
                ]
386
            },
387
            "require": {
388
                "php": ">=5.4.0",
389
                "psr/http-message": "~1.0"
390
            },
391
            "provide": {
392
                "psr/http-message-implementation": "1.0"
393
            },
394
            "require-dev": {
395
                "phpunit/phpunit": "~4.0"
396
            },
397
            "type": "library",
398
            "extra": {
399
                "branch-alias": {
400
                    "dev-master": "1.0-dev"
401
                }
402
            },
403
            "autoload": {
404
                "psr-4": {
405
                    "GuzzleHttp\\Psr7\\": "src/"
406
                },
407
                "files": [
408
                    "src/functions_include.php"
409
                ]
410
            },
411
            "notification-url": "https://packagist.org/downloads/",
412
            "license": [
413
                "MIT"
414
            ],
415
            "authors": [
416
                {
417
                    "name": "Michael Dowling",
418
                    "email": "[email protected]",
419
                    "homepage": "https://github.com/mtdowling"
420
                }
421
            ],
422
            "description": "PSR-7 message implementation",
423
            "keywords": [
424
                "http",
425
                "message",
426
                "stream",
427
                "uri"
428
            ],
429
            "time": "2016-04-13 19:56:01"
430
        },
431
        {
432
            "name": "latte/latte",
433
            "version": "v2.3.11",
434
            "source": {
435
                "type": "git",
436
                "url": "https://github.com/nette/latte.git",
437
                "reference": "a337509d08f5622c0baff971346a4a101416842d",
438
                "mirrors": [
439
                    {
440
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
441
                        "preferred": true
442
                    }
443
                ]
444
            },
445
            "dist": {
446
                "type": "zip",
447
                "url": "https://api.github.com/repos/nette/latte/zipball/a337509d08f5622c0baff971346a4a101416842d",
448
                "reference": "a337509d08f5622c0baff971346a4a101416842d",
449
                "shasum": "",
450
                "mirrors": [
451
                    {
452
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
453
                        "preferred": true
454
                    }
455
                ]
456
            },
457
            "require": {
458
                "ext-tokenizer": "*",
459
                "php": ">=5.3.1"
460
            },
461
            "require-dev": {
462
                "nette/tester": "~1.3"
463
            },
464
            "suggest": {
465
                "ext-fileinfo": "to use filter |datastream",
466
                "ext-mbstring": "to use filters like lower, upper, capitalize, ..."
467
            },
468
            "type": "library",
469
            "autoload": {
470
                "classmap": [
471
                    "src/"
472
                ]
473
            },
474
            "notification-url": "https://packagist.org/downloads/",
475
            "license": [
476
                "BSD-3-Clause",
477
                "GPL-2.0",
478
                "GPL-3.0"
479
            ],
480
            "authors": [
481
                {
482
                    "name": "David Grudl",
483
                    "homepage": "https://davidgrudl.com"
484
                },
485
                {
486
                    "name": "Nette Community",
487
                    "homepage": "https://nette.org/contributors"
488
                }
489
            ],
490
            "description": "Latte: the amazing template engine for PHP",
491
            "homepage": "https://latte.nette.org",
492
            "keywords": [
493
                "templating",
494
                "twig"
495
            ],
496
            "time": "2016-04-10 23:40:55"
497
        },
498
        {
499
            "name": "phpdocumentor/reflection-docblock",
500
            "version": "2.0.4",
501
            "source": {
502
                "type": "git",
503
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
504
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
505
                "mirrors": [
506
                    {
507
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
508
                        "preferred": true
509
                    }
510
                ]
511
            },
512
            "dist": {
513
                "type": "zip",
514
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
515
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
516
                "shasum": "",
517
                "mirrors": [
518
                    {
519
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
520
                        "preferred": true
521
                    }
522
                ]
523
            },
524
            "require": {
525
                "php": ">=5.3.3"
526
            },
527
            "require-dev": {
528
                "phpunit/phpunit": "~4.0"
529
            },
530
            "suggest": {
531
                "dflydev/markdown": "~1.0",
532
                "erusev/parsedown": "~1.0"
533
            },
534
            "type": "library",
535
            "extra": {
536
                "branch-alias": {
537
                    "dev-master": "2.0.x-dev"
538
                }
539
            },
540
            "autoload": {
541
                "psr-0": {
542
                    "phpDocumentor": [
543
                        "src/"
544
                    ]
545
                }
546
            },
547
            "notification-url": "https://packagist.org/downloads/",
548
            "license": [
549
                "MIT"
550
            ],
551
            "authors": [
552
                {
553
                    "name": "Mike van Riel",
554
                    "email": "[email protected]"
555
                }
556
            ],
557
            "time": "2015-02-03 12:10:50"
558
        },
559
        {
560
            "name": "phpspec/prophecy",
561
            "version": "v1.6.0",
562
            "source": {
563
                "type": "git",
564
                "url": "https://github.com/phpspec/prophecy.git",
565
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
566
                "mirrors": [
567
                    {
568
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
569
                        "preferred": true
570
                    }
571
                ]
572
            },
573
            "dist": {
574
                "type": "zip",
575
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
576
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
577
                "shasum": "",
578
                "mirrors": [
579
                    {
580
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
581
                        "preferred": true
582
                    }
583
                ]
584
            },
585
            "require": {
586
                "doctrine/instantiator": "^1.0.2",
587
                "php": "^5.3|^7.0",
588
                "phpdocumentor/reflection-docblock": "~2.0",
589
                "sebastian/comparator": "~1.1",
590
                "sebastian/recursion-context": "~1.0"
591
            },
592
            "require-dev": {
593
                "phpspec/phpspec": "~2.0"
594
            },
595
            "type": "library",
596
            "extra": {
597
                "branch-alias": {
598
                    "dev-master": "1.5.x-dev"
599
                }
600
            },
601
            "autoload": {
602
                "psr-0": {
603
                    "Prophecy\\": "src/"
604
                }
605
            },
606
            "notification-url": "https://packagist.org/downloads/",
607
            "license": [
608
                "MIT"
609
            ],
610
            "authors": [
611
                {
612
                    "name": "Konstantin Kudryashov",
613
                    "email": "[email protected]",
614
                    "homepage": "http://everzet.com"
615
                },
616
                {
617
                    "name": "Marcello Duarte",
618
                    "email": "[email protected]"
619
                }
620
            ],
621
            "description": "Highly opinionated mocking framework for PHP 5.3+",
622
            "homepage": "https://github.com/phpspec/prophecy",
623
            "keywords": [
624
                "Double",
625
                "Dummy",
626
                "fake",
627
                "mock",
628
                "spy",
629
                "stub"
630
            ],
631
            "time": "2016-02-15 07:46:21"
632
        },
633
        {
634
            "name": "phpunit/php-code-coverage",
635
            "version": "2.2.4",
636
            "source": {
637
                "type": "git",
638
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
639
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
640
                "mirrors": [
641
                    {
642
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
643
                        "preferred": true
644
                    }
645
                ]
646
            },
647
            "dist": {
648
                "type": "zip",
649
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
650
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
651
                "shasum": "",
652
                "mirrors": [
653
                    {
654
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
655
                        "preferred": true
656
                    }
657
                ]
658
            },
659
            "require": {
660
                "php": ">=5.3.3",
661
                "phpunit/php-file-iterator": "~1.3",
662
                "phpunit/php-text-template": "~1.2",
663
                "phpunit/php-token-stream": "~1.3",
664
                "sebastian/environment": "^1.3.2",
665
                "sebastian/version": "~1.0"
666
            },
667
            "require-dev": {
668
                "ext-xdebug": ">=2.1.4",
669
                "phpunit/phpunit": "~4"
670
            },
671
            "suggest": {
672
                "ext-dom": "*",
673
                "ext-xdebug": ">=2.2.1",
674
                "ext-xmlwriter": "*"
675
            },
676
            "type": "library",
677
            "extra": {
678
                "branch-alias": {
679
                    "dev-master": "2.2.x-dev"
680
                }
681
            },
682
            "autoload": {
683
                "classmap": [
684
                    "src/"
685
                ]
686
            },
687
            "notification-url": "https://packagist.org/downloads/",
688
            "license": [
689
                "BSD-3-Clause"
690
            ],
691
            "authors": [
692
                {
693
                    "name": "Sebastian Bergmann",
694
                    "email": "[email protected]",
695
                    "role": "lead"
696
                }
697
            ],
698
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
699
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
700
            "keywords": [
701
                "coverage",
702
                "testing",
703
                "xunit"
704
            ],
705
            "time": "2015-10-06 15:47:00"
706
        },
707
        {
708
            "name": "phpunit/php-file-iterator",
709
            "version": "1.4.1",
710
            "source": {
711
                "type": "git",
712
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
713
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
714
                "mirrors": [
715
                    {
716
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
717
                        "preferred": true
718
                    }
719
                ]
720
            },
721
            "dist": {
722
                "type": "zip",
723
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
724
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
725
                "shasum": "",
726
                "mirrors": [
727
                    {
728
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
729
                        "preferred": true
730
                    }
731
                ]
732
            },
733
            "require": {
734
                "php": ">=5.3.3"
735
            },
736
            "type": "library",
737
            "extra": {
738
                "branch-alias": {
739
                    "dev-master": "1.4.x-dev"
740
                }
741
            },
742
            "autoload": {
743
                "classmap": [
744
                    "src/"
745
                ]
746
            },
747
            "notification-url": "https://packagist.org/downloads/",
748
            "license": [
749
                "BSD-3-Clause"
750
            ],
751
            "authors": [
752
                {
753
                    "name": "Sebastian Bergmann",
754
                    "email": "[email protected]",
755
                    "role": "lead"
756
                }
757
            ],
758
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
759
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
760
            "keywords": [
761
                "filesystem",
762
                "iterator"
763
            ],
764
            "time": "2015-06-21 13:08:43"
765
        },
766
        {
767
            "name": "phpunit/php-text-template",
768
            "version": "1.2.1",
769
            "source": {
770
                "type": "git",
771
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
772
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
773
                "mirrors": [
774
                    {
775
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
776
                        "preferred": true
777
                    }
778
                ]
779
            },
780
            "dist": {
781
                "type": "zip",
782
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
783
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
784
                "shasum": "",
785
                "mirrors": [
786
                    {
787
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
788
                        "preferred": true
789
                    }
790
                ]
791
            },
792
            "require": {
793
                "php": ">=5.3.3"
794
            },
795
            "type": "library",
796
            "autoload": {
797
                "classmap": [
798
                    "src/"
799
                ]
800
            },
801
            "notification-url": "https://packagist.org/downloads/",
802
            "license": [
803
                "BSD-3-Clause"
804
            ],
805
            "authors": [
806
                {
807
                    "name": "Sebastian Bergmann",
808
                    "email": "[email protected]",
809
                    "role": "lead"
810
                }
811
            ],
812
            "description": "Simple template engine.",
813
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
814
            "keywords": [
815
                "template"
816
            ],
817
            "time": "2015-06-21 13:50:34"
818
        },
819
        {
820
            "name": "phpunit/php-timer",
821
            "version": "1.0.8",
822
            "source": {
823
                "type": "git",
824
                "url": "https://github.com/sebastianbergmann/php-timer.git",
825
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
826
                "mirrors": [
827
                    {
828
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
829
                        "preferred": true
830
                    }
831
                ]
832
            },
833
            "dist": {
834
                "type": "zip",
835
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
836
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
837
                "shasum": "",
838
                "mirrors": [
839
                    {
840
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
841
                        "preferred": true
842
                    }
843
                ]
844
            },
845
            "require": {
846
                "php": ">=5.3.3"
847
            },
848
            "require-dev": {
849
                "phpunit/phpunit": "~4|~5"
850
            },
851
            "type": "library",
852
            "autoload": {
853
                "classmap": [
854
                    "src/"
855
                ]
856
            },
857
            "notification-url": "https://packagist.org/downloads/",
858
            "license": [
859
                "BSD-3-Clause"
860
            ],
861
            "authors": [
862
                {
863
                    "name": "Sebastian Bergmann",
864
                    "email": "[email protected]",
865
                    "role": "lead"
866
                }
867
            ],
868
            "description": "Utility class for timing",
869
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
870
            "keywords": [
871
                "timer"
872
            ],
873
            "time": "2016-05-12 18:03:57"
874
        },
875
        {
876
            "name": "phpunit/php-token-stream",
877
            "version": "1.4.8",
878
            "source": {
879
                "type": "git",
880
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
881
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
882
                "mirrors": [
883
                    {
884
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
885
                        "preferred": true
886
                    }
887
                ]
888
            },
889
            "dist": {
890
                "type": "zip",
891
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
892
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
893
                "shasum": "",
894
                "mirrors": [
895
                    {
896
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
897
                        "preferred": true
898
                    }
899
                ]
900
            },
901
            "require": {
902
                "ext-tokenizer": "*",
903
                "php": ">=5.3.3"
904
            },
905
            "require-dev": {
906
                "phpunit/phpunit": "~4.2"
907
            },
908
            "type": "library",
909
            "extra": {
910
                "branch-alias": {
911
                    "dev-master": "1.4-dev"
912
                }
913
            },
914
            "autoload": {
915
                "classmap": [
916
                    "src/"
917
                ]
918
            },
919
            "notification-url": "https://packagist.org/downloads/",
920
            "license": [
921
                "BSD-3-Clause"
922
            ],
923
            "authors": [
924
                {
925
                    "name": "Sebastian Bergmann",
926
                    "email": "[email protected]"
927
                }
928
            ],
929
            "description": "Wrapper around PHP's tokenizer extension.",
930
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
931
            "keywords": [
932
                "tokenizer"
933
            ],
934
            "time": "2015-09-15 10:49:45"
935
        },
936
        {
937
            "name": "phpunit/phpunit",
938
            "version": "4.8.25",
939
            "source": {
940
                "type": "git",
941
                "url": "https://github.com/sebastianbergmann/phpunit.git",
942
                "reference": "6d1588a6542a52ed89636e5a9876bc7502bbb853",
943
                "mirrors": [
944
                    {
945
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
946
                        "preferred": true
947
                    }
948
                ]
949
            },
950
            "dist": {
951
                "type": "zip",
952
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6d1588a6542a52ed89636e5a9876bc7502bbb853",
953
                "reference": "6d1588a6542a52ed89636e5a9876bc7502bbb853",
954
                "shasum": "",
955
                "mirrors": [
956
                    {
957
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
958
                        "preferred": true
959
                    }
960
                ]
961
            },
962
            "require": {
963
                "ext-dom": "*",
964
                "ext-json": "*",
965
                "ext-pcre": "*",
966
                "ext-reflection": "*",
967
                "ext-spl": "*",
968
                "php": ">=5.3.3",
969
                "phpspec/prophecy": "^1.3.1",
970
                "phpunit/php-code-coverage": "~2.1",
971
                "phpunit/php-file-iterator": "~1.4",
972
                "phpunit/php-text-template": "~1.2",
973
                "phpunit/php-timer": "^1.0.6",
974
                "phpunit/phpunit-mock-objects": "~2.3",
975
                "sebastian/comparator": "~1.1",
976
                "sebastian/diff": "~1.2",
977
                "sebastian/environment": "~1.3",
978
                "sebastian/exporter": "~1.2",
979
                "sebastian/global-state": "~1.0",
980
                "sebastian/version": "~1.0",
981
                "symfony/yaml": "~2.1|~3.0"
982
            },
983
            "suggest": {
984
                "phpunit/php-invoker": "~1.1"
985
            },
986
            "bin": [
987
                "phpunit"
988
            ],
989
            "type": "library",
990
            "extra": {
991
                "branch-alias": {
992
                    "dev-master": "4.8.x-dev"
993
                }
994
            },
995
            "autoload": {
996
                "classmap": [
997
                    "src/"
998
                ]
999
            },
1000
            "notification-url": "https://packagist.org/downloads/",
1001
            "license": [
1002
                "BSD-3-Clause"
1003
            ],
1004
            "authors": [
1005
                {
1006
                    "name": "Sebastian Bergmann",
1007
                    "email": "[email protected]",
1008
                    "role": "lead"
1009
                }
1010
            ],
1011
            "description": "The PHP Unit Testing framework.",
1012
            "homepage": "https://phpunit.de/",
1013
            "keywords": [
1014
                "phpunit",
1015
                "testing",
1016
                "xunit"
1017
            ],
1018
            "time": "2016-05-10 18:47:12"
1019
        },
1020
        {
1021
            "name": "phpunit/phpunit-mock-objects",
1022
            "version": "2.3.8",
1023
            "source": {
1024
                "type": "git",
1025
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1026
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1027
                "mirrors": [
1028
                    {
1029
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
1030
                        "preferred": true
1031
                    }
1032
                ]
1033
            },
1034
            "dist": {
1035
                "type": "zip",
1036
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1037
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1038
                "shasum": "",
1039
                "mirrors": [
1040
                    {
1041
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
1042
                        "preferred": true
1043
                    }
1044
                ]
1045
            },
1046
            "require": {
1047
                "doctrine/instantiator": "^1.0.2",
1048
                "php": ">=5.3.3",
1049
                "phpunit/php-text-template": "~1.2",
1050
                "sebastian/exporter": "~1.2"
1051
            },
1052
            "require-dev": {
1053
                "phpunit/phpunit": "~4.4"
1054
            },
1055
            "suggest": {
1056
                "ext-soap": "*"
1057
            },
1058
            "type": "library",
1059
            "extra": {
1060
                "branch-alias": {
1061
                    "dev-master": "2.3.x-dev"
1062
                }
1063
            },
1064
            "autoload": {
1065
                "classmap": [
1066
                    "src/"
1067
                ]
1068
            },
1069
            "notification-url": "https://packagist.org/downloads/",
1070
            "license": [
1071
                "BSD-3-Clause"
1072
            ],
1073
            "authors": [
1074
                {
1075
                    "name": "Sebastian Bergmann",
1076
                    "email": "[email protected]",
1077
                    "role": "lead"
1078
                }
1079
            ],
1080
            "description": "Mock Object library for PHPUnit",
1081
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1082
            "keywords": [
1083
                "mock",
1084
                "xunit"
1085
            ],
1086
            "time": "2015-10-02 06:51:40"
1087
        },
1088
        {
1089
            "name": "psr/http-message",
1090
            "version": "1.0",
1091
            "source": {
1092
                "type": "git",
1093
                "url": "https://github.com/php-fig/http-message.git",
1094
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1095
                "mirrors": [
1096
                    {
1097
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
1098
                        "preferred": true
1099
                    }
1100
                ]
1101
            },
1102
            "dist": {
1103
                "type": "zip",
1104
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1105
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1106
                "shasum": "",
1107
                "mirrors": [
1108
                    {
1109
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
1110
                        "preferred": true
1111
                    }
1112
                ]
1113
            },
1114
            "require": {
1115
                "php": ">=5.3.0"
1116
            },
1117
            "type": "library",
1118
            "extra": {
1119
                "branch-alias": {
1120
                    "dev-master": "1.0.x-dev"
1121
                }
1122
            },
1123
            "autoload": {
1124
                "psr-4": {
1125
                    "Psr\\Http\\Message\\": "src/"
1126
                }
1127
            },
1128
            "notification-url": "https://packagist.org/downloads/",
1129
            "license": [
1130
                "MIT"
1131
            ],
1132
            "authors": [
1133
                {
1134
                    "name": "PHP-FIG",
1135
                    "homepage": "http://www.php-fig.org/"
1136
                }
1137
            ],
1138
            "description": "Common interface for HTTP messages",
1139
            "keywords": [
1140
                "http",
1141
                "http-message",
1142
                "psr",
1143
                "psr-7",
1144
                "request",
1145
                "response"
1146
            ],
1147
            "time": "2015-05-04 20:22:00"
1148
        },
1149
        {
1150
            "name": "sebastian/comparator",
1151
            "version": "1.2.0",
1152
            "source": {
1153
                "type": "git",
1154
                "url": "https://github.com/sebastianbergmann/comparator.git",
1155
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1156
                "mirrors": [
1157
                    {
1158
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
1159
                        "preferred": true
1160
                    }
1161
                ]
1162
            },
1163
            "dist": {
1164
                "type": "zip",
1165
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1166
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1167
                "shasum": "",
1168
                "mirrors": [
1169
                    {
1170
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
1171
                        "preferred": true
1172
                    }
1173
                ]
1174
            },
1175
            "require": {
1176
                "php": ">=5.3.3",
1177
                "sebastian/diff": "~1.2",
1178
                "sebastian/exporter": "~1.2"
1179
            },
1180
            "require-dev": {
1181
                "phpunit/phpunit": "~4.4"
1182
            },
1183
            "type": "library",
1184
            "extra": {
1185
                "branch-alias": {
1186
                    "dev-master": "1.2.x-dev"
1187
                }
1188
            },
1189
            "autoload": {
1190
                "classmap": [
1191
                    "src/"
1192
                ]
1193
            },
1194
            "notification-url": "https://packagist.org/downloads/",
1195
            "license": [
1196
                "BSD-3-Clause"
1197
            ],
1198
            "authors": [
1199
                {
1200
                    "name": "Jeff Welch",
1201
                    "email": "[email protected]"
1202
                },
1203
                {
1204
                    "name": "Volker Dusch",
1205
                    "email": "[email protected]"
1206
                },
1207
                {
1208
                    "name": "Bernhard Schussek",
1209
                    "email": "[email protected]"
1210
                },
1211
                {
1212
                    "name": "Sebastian Bergmann",
1213
                    "email": "[email protected]"
1214
                }
1215
            ],
1216
            "description": "Provides the functionality to compare PHP values for equality",
1217
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1218
            "keywords": [
1219
                "comparator",
1220
                "compare",
1221
                "equality"
1222
            ],
1223
            "time": "2015-07-26 15:48:44"
1224
        },
1225
        {
1226
            "name": "sebastian/diff",
1227
            "version": "1.4.1",
1228
            "source": {
1229
                "type": "git",
1230
                "url": "https://github.com/sebastianbergmann/diff.git",
1231
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1232
                "mirrors": [
1233
                    {
1234
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
1235
                        "preferred": true
1236
                    }
1237
                ]
1238
            },
1239
            "dist": {
1240
                "type": "zip",
1241
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1242
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1243
                "shasum": "",
1244
                "mirrors": [
1245
                    {
1246
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
1247
                        "preferred": true
1248
                    }
1249
                ]
1250
            },
1251
            "require": {
1252
                "php": ">=5.3.3"
1253
            },
1254
            "require-dev": {
1255
                "phpunit/phpunit": "~4.8"
1256
            },
1257
            "type": "library",
1258
            "extra": {
1259
                "branch-alias": {
1260
                    "dev-master": "1.4-dev"
1261
                }
1262
            },
1263
            "autoload": {
1264
                "classmap": [
1265
                    "src/"
1266
                ]
1267
            },
1268
            "notification-url": "https://packagist.org/downloads/",
1269
            "license": [
1270
                "BSD-3-Clause"
1271
            ],
1272
            "authors": [
1273
                {
1274
                    "name": "Kore Nordmann",
1275
                    "email": "[email protected]"
1276
                },
1277
                {
1278
                    "name": "Sebastian Bergmann",
1279
                    "email": "[email protected]"
1280
                }
1281
            ],
1282
            "description": "Diff implementation",
1283
            "homepage": "https://github.com/sebastianbergmann/diff",
1284
            "keywords": [
1285
                "diff"
1286
            ],
1287
            "time": "2015-12-08 07:14:41"
1288
        },
1289
        {
1290
            "name": "sebastian/environment",
1291
            "version": "1.3.6",
1292
            "source": {
1293
                "type": "git",
1294
                "url": "https://github.com/sebastianbergmann/environment.git",
1295
                "reference": "2292b116f43c272ff4328083096114f84ea46a56",
1296
                "mirrors": [
1297
                    {
1298
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
1299
                        "preferred": true
1300
                    }
1301
                ]
1302
            },
1303
            "dist": {
1304
                "type": "zip",
1305
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/2292b116f43c272ff4328083096114f84ea46a56",
1306
                "reference": "2292b116f43c272ff4328083096114f84ea46a56",
1307
                "shasum": "",
1308
                "mirrors": [
1309
                    {
1310
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
1311
                        "preferred": true
1312
                    }
1313
                ]
1314
            },
1315
            "require": {
1316
                "php": ">=5.3.3"
1317
            },
1318
            "require-dev": {
1319
                "phpunit/phpunit": "~4.4"
1320
            },
1321
            "type": "library",
1322
            "extra": {
1323
                "branch-alias": {
1324
                    "dev-master": "1.3.x-dev"
1325
                }
1326
            },
1327
            "autoload": {
1328
                "classmap": [
1329
                    "src/"
1330
                ]
1331
            },
1332
            "notification-url": "https://packagist.org/downloads/",
1333
            "license": [
1334
                "BSD-3-Clause"
1335
            ],
1336
            "authors": [
1337
                {
1338
                    "name": "Sebastian Bergmann",
1339
                    "email": "[email protected]"
1340
                }
1341
            ],
1342
            "description": "Provides functionality to handle HHVM/PHP environments",
1343
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1344
            "keywords": [
1345
                "Xdebug",
1346
                "environment",
1347
                "hhvm"
1348
            ],
1349
            "time": "2016-05-04 07:59:13"
1350
        },
1351
        {
1352
            "name": "sebastian/exporter",
1353
            "version": "1.2.1",
1354
            "source": {
1355
                "type": "git",
1356
                "url": "https://github.com/sebastianbergmann/exporter.git",
1357
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1358
                "mirrors": [
1359
                    {
1360
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
1361
                        "preferred": true
1362
                    }
1363
                ]
1364
            },
1365
            "dist": {
1366
                "type": "zip",
1367
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1368
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1369
                "shasum": "",
1370
                "mirrors": [
1371
                    {
1372
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
1373
                        "preferred": true
1374
                    }
1375
                ]
1376
            },
1377
            "require": {
1378
                "php": ">=5.3.3",
1379
                "sebastian/recursion-context": "~1.0"
1380
            },
1381
            "require-dev": {
1382
                "phpunit/phpunit": "~4.4"
1383
            },
1384
            "type": "library",
1385
            "extra": {
1386
                "branch-alias": {
1387
                    "dev-master": "1.2.x-dev"
1388
                }
1389
            },
1390
            "autoload": {
1391
                "classmap": [
1392
                    "src/"
1393
                ]
1394
            },
1395
            "notification-url": "https://packagist.org/downloads/",
1396
            "license": [
1397
                "BSD-3-Clause"
1398
            ],
1399
            "authors": [
1400
                {
1401
                    "name": "Jeff Welch",
1402
                    "email": "[email protected]"
1403
                },
1404
                {
1405
                    "name": "Volker Dusch",
1406
                    "email": "[email protected]"
1407
                },
1408
                {
1409
                    "name": "Bernhard Schussek",
1410
                    "email": "[email protected]"
1411
                },
1412
                {
1413
                    "name": "Sebastian Bergmann",
1414
                    "email": "[email protected]"
1415
                },
1416
                {
1417
                    "name": "Adam Harvey",
1418
                    "email": "[email protected]"
1419
                }
1420
            ],
1421
            "description": "Provides the functionality to export PHP variables for visualization",
1422
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1423
            "keywords": [
1424
                "export",
1425
                "exporter"
1426
            ],
1427
            "time": "2015-06-21 07:55:53"
1428
        },
1429
        {
1430
            "name": "sebastian/global-state",
1431
            "version": "1.1.1",
1432
            "source": {
1433
                "type": "git",
1434
                "url": "https://github.com/sebastianbergmann/global-state.git",
1435
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1436
                "mirrors": [
1437
                    {
1438
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
1439
                        "preferred": true
1440
                    }
1441
                ]
1442
            },
1443
            "dist": {
1444
                "type": "zip",
1445
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1446
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1447
                "shasum": "",
1448
                "mirrors": [
1449
                    {
1450
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
1451
                        "preferred": true
1452
                    }
1453
                ]
1454
            },
1455
            "require": {
1456
                "php": ">=5.3.3"
1457
            },
1458
            "require-dev": {
1459
                "phpunit/phpunit": "~4.2"
1460
            },
1461
            "suggest": {
1462
                "ext-uopz": "*"
1463
            },
1464
            "type": "library",
1465
            "extra": {
1466
                "branch-alias": {
1467
                    "dev-master": "1.0-dev"
1468
                }
1469
            },
1470
            "autoload": {
1471
                "classmap": [
1472
                    "src/"
1473
                ]
1474
            },
1475
            "notification-url": "https://packagist.org/downloads/",
1476
            "license": [
1477
                "BSD-3-Clause"
1478
            ],
1479
            "authors": [
1480
                {
1481
                    "name": "Sebastian Bergmann",
1482
                    "email": "[email protected]"
1483
                }
1484
            ],
1485
            "description": "Snapshotting of global state",
1486
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1487
            "keywords": [
1488
                "global state"
1489
            ],
1490
            "time": "2015-10-12 03:26:01"
1491
        },
1492
        {
1493
            "name": "sebastian/recursion-context",
1494
            "version": "1.0.2",
1495
            "source": {
1496
                "type": "git",
1497
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1498
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1499
                "mirrors": [
1500
                    {
1501
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
1502
                        "preferred": true
1503
                    }
1504
                ]
1505
            },
1506
            "dist": {
1507
                "type": "zip",
1508
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1509
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1510
                "shasum": "",
1511
                "mirrors": [
1512
                    {
1513
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
1514
                        "preferred": true
1515
                    }
1516
                ]
1517
            },
1518
            "require": {
1519
                "php": ">=5.3.3"
1520
            },
1521
            "require-dev": {
1522
                "phpunit/phpunit": "~4.4"
1523
            },
1524
            "type": "library",
1525
            "extra": {
1526
                "branch-alias": {
1527
                    "dev-master": "1.0.x-dev"
1528
                }
1529
            },
1530
            "autoload": {
1531
                "classmap": [
1532
                    "src/"
1533
                ]
1534
            },
1535
            "notification-url": "https://packagist.org/downloads/",
1536
            "license": [
1537
                "BSD-3-Clause"
1538
            ],
1539
            "authors": [
1540
                {
1541
                    "name": "Jeff Welch",
1542
                    "email": "[email protected]"
1543
                },
1544
                {
1545
                    "name": "Sebastian Bergmann",
1546
                    "email": "[email protected]"
1547
                },
1548
                {
1549
                    "name": "Adam Harvey",
1550
                    "email": "[email protected]"
1551
                }
1552
            ],
1553
            "description": "Provides functionality to recursively process PHP variables",
1554
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1555
            "time": "2015-11-11 19:50:13"
1556
        },
1557
        {
1558
            "name": "sebastian/version",
1559
            "version": "1.0.6",
1560
            "source": {
1561
                "type": "git",
1562
                "url": "https://github.com/sebastianbergmann/version.git",
1563
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1564
                "mirrors": [
1565
                    {
1566
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
1567
                        "preferred": true
1568
                    }
1569
                ]
1570
            },
1571
            "dist": {
1572
                "type": "zip",
1573
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1574
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1575
                "shasum": "",
1576
                "mirrors": [
1577
                    {
1578
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
1579
                        "preferred": true
1580
                    }
1581
                ]
1582
            },
1583
            "type": "library",
1584
            "autoload": {
1585
                "classmap": [
1586
                    "src/"
1587
                ]
1588
            },
1589
            "notification-url": "https://packagist.org/downloads/",
1590
            "license": [
1591
                "BSD-3-Clause"
1592
            ],
1593
            "authors": [
1594
                {
1595
                    "name": "Sebastian Bergmann",
1596
                    "email": "[email protected]",
1597
                    "role": "lead"
1598
                }
1599
            ],
1600
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1601
            "homepage": "https://github.com/sebastianbergmann/version",
1602
            "time": "2015-06-21 13:59:46"
1603
        },
1604
        {
1605
            "name": "symfony/browser-kit",
1606
            "version": "v3.0.6",
1607
            "source": {
1608
                "type": "git",
1609
                "url": "https://github.com/symfony/browser-kit.git",
1610
                "reference": "e07127ac31230b30887c2dddf3708d883d239b14",
1611
                "mirrors": [
1612
                    {
1613
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
1614
                        "preferred": true
1615
                    }
1616
                ]
1617
            },
1618
            "dist": {
1619
                "type": "zip",
1620
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/e07127ac31230b30887c2dddf3708d883d239b14",
1621
                "reference": "e07127ac31230b30887c2dddf3708d883d239b14",
1622
                "shasum": "",
1623
                "mirrors": [
1624
                    {
1625
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
1626
                        "preferred": true
1627
                    }
1628
                ]
1629
            },
1630
            "require": {
1631
                "php": ">=5.5.9",
1632
                "symfony/dom-crawler": "~2.8|~3.0"
1633
            },
1634
            "require-dev": {
1635
                "symfony/css-selector": "~2.8|~3.0",
1636
                "symfony/process": "~2.8|~3.0"
1637
            },
1638
            "suggest": {
1639
                "symfony/process": ""
1640
            },
1641
            "type": "library",
1642
            "extra": {
1643
                "branch-alias": {
1644
                    "dev-master": "3.0-dev"
1645
                }
1646
            },
1647
            "autoload": {
1648
                "psr-4": {
1649
                    "Symfony\\Component\\BrowserKit\\": ""
1650
                },
1651
                "exclude-from-classmap": [
1652
                    "/Tests/"
1653
                ]
1654
            },
1655
            "notification-url": "https://packagist.org/downloads/",
1656
            "license": [
1657
                "MIT"
1658
            ],
1659
            "authors": [
1660
                {
1661
                    "name": "Fabien Potencier",
1662
                    "email": "[email protected]"
1663
                },
1664
                {
1665
                    "name": "Symfony Community",
1666
                    "homepage": "https://symfony.com/contributors"
1667
                }
1668
            ],
1669
            "description": "Symfony BrowserKit Component",
1670
            "homepage": "https://symfony.com",
1671
            "time": "2016-03-04 07:55:57"
1672
        },
1673
        {
1674
            "name": "symfony/console",
1675
            "version": "v3.0.6",
1676
            "source": {
1677
                "type": "git",
1678
                "url": "https://github.com/symfony/console.git",
1679
                "reference": "34a214710e0714b6efcf40ba3cd1e31373a97820",
1680
                "mirrors": [
1681
                    {
1682
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
1683
                        "preferred": true
1684
                    }
1685
                ]
1686
            },
1687
            "dist": {
1688
                "type": "zip",
1689
                "url": "https://api.github.com/repos/symfony/console/zipball/34a214710e0714b6efcf40ba3cd1e31373a97820",
1690
                "reference": "34a214710e0714b6efcf40ba3cd1e31373a97820",
1691
                "shasum": "",
1692
                "mirrors": [
1693
                    {
1694
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
1695
                        "preferred": true
1696
                    }
1697
                ]
1698
            },
1699
            "require": {
1700
                "php": ">=5.5.9",
1701
                "symfony/polyfill-mbstring": "~1.0"
1702
            },
1703
            "require-dev": {
1704
                "psr/log": "~1.0",
1705
                "symfony/event-dispatcher": "~2.8|~3.0",
1706
                "symfony/process": "~2.8|~3.0"
1707
            },
1708
            "suggest": {
1709
                "psr/log": "For using the console logger",
1710
                "symfony/event-dispatcher": "",
1711
                "symfony/process": ""
1712
            },
1713
            "type": "library",
1714
            "extra": {
1715
                "branch-alias": {
1716
                    "dev-master": "3.0-dev"
1717
                }
1718
            },
1719
            "autoload": {
1720
                "psr-4": {
1721
                    "Symfony\\Component\\Console\\": ""
1722
                },
1723
                "exclude-from-classmap": [
1724
                    "/Tests/"
1725
                ]
1726
            },
1727
            "notification-url": "https://packagist.org/downloads/",
1728
            "license": [
1729
                "MIT"
1730
            ],
1731
            "authors": [
1732
                {
1733
                    "name": "Fabien Potencier",
1734
                    "email": "[email protected]"
1735
                },
1736
                {
1737
                    "name": "Symfony Community",
1738
                    "homepage": "https://symfony.com/contributors"
1739
                }
1740
            ],
1741
            "description": "Symfony Console Component",
1742
            "homepage": "https://symfony.com",
1743
            "time": "2016-04-28 09:48:42"
1744
        },
1745
        {
1746
            "name": "symfony/css-selector",
1747
            "version": "v3.0.6",
1748
            "source": {
1749
                "type": "git",
1750
                "url": "https://github.com/symfony/css-selector.git",
1751
                "reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0",
1752
                "mirrors": [
1753
                    {
1754
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
1755
                        "preferred": true
1756
                    }
1757
                ]
1758
            },
1759
            "dist": {
1760
                "type": "zip",
1761
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/65e764f404685f2dc20c057e889b3ad04b2e2db0",
1762
                "reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0",
1763
                "shasum": "",
1764
                "mirrors": [
1765
                    {
1766
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
1767
                        "preferred": true
1768
                    }
1769
                ]
1770
            },
1771
            "require": {
1772
                "php": ">=5.5.9"
1773
            },
1774
            "type": "library",
1775
            "extra": {
1776
                "branch-alias": {
1777
                    "dev-master": "3.0-dev"
1778
                }
1779
            },
1780
            "autoload": {
1781
                "psr-4": {
1782
                    "Symfony\\Component\\CssSelector\\": ""
1783
                },
1784
                "exclude-from-classmap": [
1785
                    "/Tests/"
1786
                ]
1787
            },
1788
            "notification-url": "https://packagist.org/downloads/",
1789
            "license": [
1790
                "MIT"
1791
            ],
1792
            "authors": [
1793
                {
1794
                    "name": "Jean-François Simon",
1795
                    "email": "[email protected]"
1796
                },
1797
                {
1798
                    "name": "Fabien Potencier",
1799
                    "email": "[email protected]"
1800
                },
1801
                {
1802
                    "name": "Symfony Community",
1803
                    "homepage": "https://symfony.com/contributors"
1804
                }
1805
            ],
1806
            "description": "Symfony CssSelector Component",
1807
            "homepage": "https://symfony.com",
1808
            "time": "2016-03-04 07:55:57"
1809
        },
1810
        {
1811
            "name": "symfony/dom-crawler",
1812
            "version": "v3.0.6",
1813
            "source": {
1814
                "type": "git",
1815
                "url": "https://github.com/symfony/dom-crawler.git",
1816
                "reference": "49b588841225b205700e5122fa01911cabada857",
1817
                "mirrors": [
1818
                    {
1819
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
1820
                        "preferred": true
1821
                    }
1822
                ]
1823
            },
1824
            "dist": {
1825
                "type": "zip",
1826
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/49b588841225b205700e5122fa01911cabada857",
1827
                "reference": "49b588841225b205700e5122fa01911cabada857",
1828
                "shasum": "",
1829
                "mirrors": [
1830
                    {
1831
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
1832
                        "preferred": true
1833
                    }
1834
                ]
1835
            },
1836
            "require": {
1837
                "php": ">=5.5.9",
1838
                "symfony/polyfill-mbstring": "~1.0"
1839
            },
1840
            "require-dev": {
1841
                "symfony/css-selector": "~2.8|~3.0"
1842
            },
1843
            "suggest": {
1844
                "symfony/css-selector": ""
1845
            },
1846
            "type": "library",
1847
            "extra": {
1848
                "branch-alias": {
1849
                    "dev-master": "3.0-dev"
1850
                }
1851
            },
1852
            "autoload": {
1853
                "psr-4": {
1854
                    "Symfony\\Component\\DomCrawler\\": ""
1855
                },
1856
                "exclude-from-classmap": [
1857
                    "/Tests/"
1858
                ]
1859
            },
1860
            "notification-url": "https://packagist.org/downloads/",
1861
            "license": [
1862
                "MIT"
1863
            ],
1864
            "authors": [
1865
                {
1866
                    "name": "Fabien Potencier",
1867
                    "email": "[email protected]"
1868
                },
1869
                {
1870
                    "name": "Symfony Community",
1871
                    "homepage": "https://symfony.com/contributors"
1872
                }
1873
            ],
1874
            "description": "Symfony DomCrawler Component",
1875
            "homepage": "https://symfony.com",
1876
            "time": "2016-04-12 18:09:53"
1877
        },
1878
        {
1879
            "name": "symfony/event-dispatcher",
1880
            "version": "v3.0.6",
1881
            "source": {
1882
                "type": "git",
1883
                "url": "https://github.com/symfony/event-dispatcher.git",
1884
                "reference": "807dde98589f9b2b00624dca326740380d78dbbc",
1885
                "mirrors": [
1886
                    {
1887
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
1888
                        "preferred": true
1889
                    }
1890
                ]
1891
            },
1892
            "dist": {
1893
                "type": "zip",
1894
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/807dde98589f9b2b00624dca326740380d78dbbc",
1895
                "reference": "807dde98589f9b2b00624dca326740380d78dbbc",
1896
                "shasum": "",
1897
                "mirrors": [
1898
                    {
1899
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
1900
                        "preferred": true
1901
                    }
1902
                ]
1903
            },
1904
            "require": {
1905
                "php": ">=5.5.9"
1906
            },
1907
            "require-dev": {
1908
                "psr/log": "~1.0",
1909
                "symfony/config": "~2.8|~3.0",
1910
                "symfony/dependency-injection": "~2.8|~3.0",
1911
                "symfony/expression-language": "~2.8|~3.0",
1912
                "symfony/stopwatch": "~2.8|~3.0"
1913
            },
1914
            "suggest": {
1915
                "symfony/dependency-injection": "",
1916
                "symfony/http-kernel": ""
1917
            },
1918
            "type": "library",
1919
            "extra": {
1920
                "branch-alias": {
1921
                    "dev-master": "3.0-dev"
1922
                }
1923
            },
1924
            "autoload": {
1925
                "psr-4": {
1926
                    "Symfony\\Component\\EventDispatcher\\": ""
1927
                },
1928
                "exclude-from-classmap": [
1929
                    "/Tests/"
1930
                ]
1931
            },
1932
            "notification-url": "https://packagist.org/downloads/",
1933
            "license": [
1934
                "MIT"
1935
            ],
1936
            "authors": [
1937
                {
1938
                    "name": "Fabien Potencier",
1939
                    "email": "[email protected]"
1940
                },
1941
                {
1942
                    "name": "Symfony Community",
1943
                    "homepage": "https://symfony.com/contributors"
1944
                }
1945
            ],
1946
            "description": "Symfony EventDispatcher Component",
1947
            "homepage": "https://symfony.com",
1948
            "time": "2016-05-05 06:56:13"
1949
        },
1950
        {
1951
            "name": "symfony/finder",
1952
            "version": "v3.0.6",
1953
            "source": {
1954
                "type": "git",
1955
                "url": "https://github.com/symfony/finder.git",
1956
                "reference": "c54e407b35bc098916704e9fd090da21da4c4f52",
1957
                "mirrors": [
1958
                    {
1959
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
1960
                        "preferred": true
1961
                    }
1962
                ]
1963
            },
1964
            "dist": {
1965
                "type": "zip",
1966
                "url": "https://api.github.com/repos/symfony/finder/zipball/c54e407b35bc098916704e9fd090da21da4c4f52",
1967
                "reference": "c54e407b35bc098916704e9fd090da21da4c4f52",
1968
                "shasum": "",
1969
                "mirrors": [
1970
                    {
1971
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
1972
                        "preferred": true
1973
                    }
1974
                ]
1975
            },
1976
            "require": {
1977
                "php": ">=5.5.9"
1978
            },
1979
            "type": "library",
1980
            "extra": {
1981
                "branch-alias": {
1982
                    "dev-master": "3.0-dev"
1983
                }
1984
            },
1985
            "autoload": {
1986
                "psr-4": {
1987
                    "Symfony\\Component\\Finder\\": ""
1988
                },
1989
                "exclude-from-classmap": [
1990
                    "/Tests/"
1991
                ]
1992
            },
1993
            "notification-url": "https://packagist.org/downloads/",
1994
            "license": [
1995
                "MIT"
1996
            ],
1997
            "authors": [
1998
                {
1999
                    "name": "Fabien Potencier",
2000
                    "email": "[email protected]"
2001
                },
2002
                {
2003
                    "name": "Symfony Community",
2004
                    "homepage": "https://symfony.com/contributors"
2005
                }
2006
            ],
2007
            "description": "Symfony Finder Component",
2008
            "homepage": "https://symfony.com",
2009
            "time": "2016-03-10 11:13:05"
2010
        },
2011
        {
2012
            "name": "symfony/polyfill-mbstring",
2013
            "version": "v1.1.1",
2014
            "source": {
2015
                "type": "git",
2016
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2017
                "reference": "1289d16209491b584839022f29257ad859b8532d",
2018
                "mirrors": [
2019
                    {
2020
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
2021
                        "preferred": true
2022
                    }
2023
                ]
2024
            },
2025
            "dist": {
2026
                "type": "zip",
2027
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
2028
                "reference": "1289d16209491b584839022f29257ad859b8532d",
2029
                "shasum": "",
2030
                "mirrors": [
2031
                    {
2032
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
2033
                        "preferred": true
2034
                    }
2035
                ]
2036
            },
2037
            "require": {
2038
                "php": ">=5.3.3"
2039
            },
2040
            "suggest": {
2041
                "ext-mbstring": "For best performance"
2042
            },
2043
            "type": "library",
2044
            "extra": {
2045
                "branch-alias": {
2046
                    "dev-master": "1.1-dev"
2047
                }
2048
            },
2049
            "autoload": {
2050
                "psr-4": {
2051
                    "Symfony\\Polyfill\\Mbstring\\": ""
2052
                },
2053
                "files": [
2054
                    "bootstrap.php"
2055
                ]
2056
            },
2057
            "notification-url": "https://packagist.org/downloads/",
2058
            "license": [
2059
                "MIT"
2060
            ],
2061
            "authors": [
2062
                {
2063
                    "name": "Nicolas Grekas",
2064
                    "email": "[email protected]"
2065
                },
2066
                {
2067
                    "name": "Symfony Community",
2068
                    "homepage": "https://symfony.com/contributors"
2069
                }
2070
            ],
2071
            "description": "Symfony polyfill for the Mbstring extension",
2072
            "homepage": "https://symfony.com",
2073
            "keywords": [
2074
                "compatibility",
2075
                "mbstring",
2076
                "polyfill",
2077
                "portable",
2078
                "shim"
2079
            ],
2080
            "time": "2016-01-20 09:13:37"
2081
        },
2082
        {
2083
            "name": "symfony/yaml",
2084
            "version": "v3.0.6",
2085
            "source": {
2086
                "type": "git",
2087
                "url": "https://github.com/symfony/yaml.git",
2088
                "reference": "0047c8366744a16de7516622c5b7355336afae96",
2089
                "mirrors": [
2090
                    {
2091
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
2092
                        "preferred": true
2093
                    }
2094
                ]
2095
            },
2096
            "dist": {
2097
                "type": "zip",
2098
                "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
2099
                "reference": "0047c8366744a16de7516622c5b7355336afae96",
2100
                "shasum": "",
2101
                "mirrors": [
2102
                    {
2103
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
2104
                        "preferred": true
2105
                    }
2106
                ]
2107
            },
2108
            "require": {
2109
                "php": ">=5.5.9"
2110
            },
2111
            "type": "library",
2112
            "extra": {
2113
                "branch-alias": {
2114
                    "dev-master": "3.0-dev"
2115
                }
2116
            },
2117
            "autoload": {
2118
                "psr-4": {
2119
                    "Symfony\\Component\\Yaml\\": ""
2120
                },
2121
                "exclude-from-classmap": [
2122
                    "/Tests/"
2123
                ]
2124
            },
2125
            "notification-url": "https://packagist.org/downloads/",
2126
            "license": [
2127
                "MIT"
2128
            ],
2129
            "authors": [
2130
                {
2131
                    "name": "Fabien Potencier",
2132
                    "email": "[email protected]"
2133
                },
2134
                {
2135
                    "name": "Symfony Community",
2136
                    "homepage": "https://symfony.com/contributors"
2137
                }
2138
            ],
2139
            "description": "Symfony Yaml Component",
2140
            "homepage": "https://symfony.com",
2141
            "time": "2016-03-04 07:55:57"
2142
        },
2143
        {
2144
            "name": "twig/twig",
2145
            "version": "v1.24.0",
2146
            "source": {
2147
                "type": "git",
2148
                "url": "https://github.com/twigphp/Twig.git",
2149
                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
2150
                "mirrors": [
2151
                    {
2152
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
2153
                        "preferred": true
2154
                    }
2155
                ]
2156
            },
2157
            "dist": {
2158
                "type": "zip",
2159
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
2160
                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
2161
                "shasum": "",
2162
                "mirrors": [
2163
                    {
2164
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
2165
                        "preferred": true
2166
                    }
2167
                ]
2168
            },
2169
            "require": {
2170
                "php": ">=5.2.7"
2171
            },
2172
            "require-dev": {
2173
                "symfony/debug": "~2.7",
2174
                "symfony/phpunit-bridge": "~2.7"
2175
            },
2176
            "type": "library",
2177
            "extra": {
2178
                "branch-alias": {
2179
                    "dev-master": "1.24-dev"
2180
                }
2181
            },
2182
            "autoload": {
2183
                "psr-0": {
2184
                    "Twig_": "lib/"
2185
                }
2186
            },
2187
            "notification-url": "https://packagist.org/downloads/",
2188
            "license": [
2189
                "BSD-3-Clause"
2190
            ],
2191
            "authors": [
2192
                {
2193
                    "name": "Fabien Potencier",
2194
                    "email": "[email protected]",
2195
                    "homepage": "http://fabien.potencier.org",
2196
                    "role": "Lead Developer"
2197
                },
2198
                {
2199
                    "name": "Armin Ronacher",
2200
                    "email": "[email protected]",
2201
                    "role": "Project Founder"
2202
                },
2203
                {
2204
                    "name": "Twig Team",
2205
                    "homepage": "http://twig.sensiolabs.org/contributors",
2206
                    "role": "Contributors"
2207
                }
2208
            ],
2209
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2210
            "homepage": "http://twig.sensiolabs.org",
2211
            "keywords": [
2212
                "templating"
2213
            ],
2214
            "time": "2016-01-25 21:22:18"
2215
        }
2216
    ],
2217
    "packages-dev": [
2218
        {
2219
            "name": "maslosoft/hedron",
2220
            "version": "1.1.11",
2221
            "source": {
2222
                "type": "git",
2223
                "url": "https://github.com/Maslosoft/Hedron.git",
2224
                "reference": "79daea18eca44e0aea1ed3d3171c883cc07527fe",
2225
                "mirrors": [
2226
                    {
2227
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
2228
                        "preferred": true
2229
                    }
2230
                ]
2231
            },
2232
            "dist": {
2233
                "type": "zip",
2234
                "url": "https://api.github.com/repos/Maslosoft/Hedron/zipball/79daea18eca44e0aea1ed3d3171c883cc07527fe",
2235
                "reference": "79daea18eca44e0aea1ed3d3171c883cc07527fe",
2236
                "shasum": "",
2237
                "mirrors": [
2238
                    {
2239
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
2240
                        "preferred": true
2241
                    }
2242
                ]
2243
            },
2244
            "require": {
2245
                "phpunit/php-code-coverage": "~2",
2246
                "symfony/console": "~3",
2247
                "symfony/finder": "~3",
2248
                "symfony/yaml": "~3",
2249
                "zordius/lightncandy": "0.18.*"
2250
            },
2251
            "bin": [
2252
                "hedron"
2253
            ],
2254
            "type": "library",
2255
            "autoload": {
2256
                "psr-4": {
2257
                    "Maslosoft\\Hedron\\": "src/"
2258
                }
2259
            },
2260
            "notification-url": "https://packagist.org/downloads/",
2261
            "license": [
2262
                "AGPL",
2263
                "Commercial"
2264
            ],
2265
            "authors": [
2266
                {
2267
                    "name": "Peter Maselkowski",
2268
                    "email": "[email protected]"
2269
                }
2270
            ],
2271
            "description": "PHP source code class header applier",
2272
            "homepage": "http://maslosoft.com/hedron/",
2273
            "time": "2016-02-01 12:07:28"
2274
        },
2275
        {
2276
            "name": "zordius/lightncandy",
2277
            "version": "v0.18",
2278
            "source": {
2279
                "type": "git",
2280
                "url": "https://github.com/zordius/lightncandy.git",
2281
                "reference": "24be6909c37391f4648ce1fdf19036b11bd56d05",
2282
                "mirrors": [
2283
                    {
2284
                        "url": "[email protected]/%package%/%normalizedUrl%.%type%",
2285
                        "preferred": true
2286
                    }
2287
                ]
2288
            },
2289
            "dist": {
2290
                "type": "zip",
2291
                "url": "https://api.github.com/repos/zordius/lightncandy/zipball/24be6909c37391f4648ce1fdf19036b11bd56d05",
2292
                "reference": "24be6909c37391f4648ce1fdf19036b11bd56d05",
2293
                "shasum": "",
2294
                "mirrors": [
2295
                    {
2296
                        "url": "http://pkg.maslosoft.com/repo/packagist/dists/%package%/%version%/%reference%.%type%",
2297
                        "preferred": true
2298
                    }
2299
                ]
2300
            },
2301
            "require": {
2302
                "php": ">=5.3.0"
2303
            },
2304
            "require-dev": {
2305
                "phpunit/phpunit": "4.0.17"
2306
            },
2307
            "type": "library",
2308
            "autoload": {
2309
                "classmap": [
2310
                    "src/lightncandy.php"
2311
                ]
2312
            },
2313
            "notification-url": "https://packagist.org/downloads/",
2314
            "license": [
2315
                "MIT"
2316
            ],
2317
            "authors": [
2318
                {
2319
                    "name": "Zordius Chen",
2320
                    "email": "[email protected]"
2321
                }
2322
            ],
2323
            "description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).",
2324
            "homepage": "https://github.com/zordius/lightncandy",
2325
            "keywords": [
2326
                "handlebars",
2327
                "logicless",
2328
                "mustache",
2329
                "php",
2330
                "template"
2331
            ],
2332
            "time": "2015-01-01 04:37:19"
2333
        }
2334
    ],
2335
    "aliases": [],
2336
    "minimum-stability": "stable",
2337
    "stability-flags": [],
2338
    "prefer-stable": false,
2339
    "prefer-lowest": false,
2340
    "platform": [],
2341
    "platform-dev": []
2342
}
2343