Completed
Push — master ( efdec0...7447cd )
by Luis
02:37
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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "739ae6b1795831f928954c97b108d899",
8
    "packages": [
9
        {
10
            "name": "bower-asset/bootstrap",
11
            "version": "v3.3.4",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/twbs/bootstrap.git",
15
                "reference": "a10eb60bc0b07b747fa0c4ebd8821eb7307bd07f"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/a10eb60bc0b07b747fa0c4ebd8821eb7307bd07f",
20
                "reference": "a10eb60bc0b07b747fa0c4ebd8821eb7307bd07f",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "bower-asset/jquery": ">=1.9.1"
25
            },
26
            "type": "bower-asset-library",
27
            "extra": {
28
                "bower-asset-main": [
29
                    "less/bootstrap.less",
30
                    "dist/css/bootstrap.css",
31
                    "dist/js/bootstrap.js",
32
                    "dist/fonts/glyphicons-halflings-regular.eot",
33
                    "dist/fonts/glyphicons-halflings-regular.svg",
34
                    "dist/fonts/glyphicons-halflings-regular.ttf",
35
                    "dist/fonts/glyphicons-halflings-regular.woff",
36
                    "dist/fonts/glyphicons-halflings-regular.woff2"
37
                ],
38
                "bower-asset-ignore": [
39
                    "/.*",
40
                    "_config.yml",
41
                    "CNAME",
42
                    "composer.json",
43
                    "CONTRIBUTING.md",
44
                    "docs",
45
                    "js/tests",
46
                    "test-infra"
47
                ]
48
            },
49
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
50
            "keywords": [
51
                "css",
52
                "framework",
53
                "front-end",
54
                "js",
55
                "less",
56
                "mobile-first",
57
                "responsive",
58
                "web"
59
            ]
60
        },
61
        {
62
            "name": "bower-asset/jquery",
63
            "version": "2.1.3",
64
            "source": {
65
                "type": "git",
66
                "url": "https://github.com/jquery/jquery.git",
67
                "reference": "8f2a9d9272d6ed7f32d3a484740ab342c02541e0"
68
            },
69
            "dist": {
70
                "type": "zip",
71
                "url": "https://api.github.com/repos/jquery/jquery/zipball/8f2a9d9272d6ed7f32d3a484740ab342c02541e0",
72
                "reference": "8f2a9d9272d6ed7f32d3a484740ab342c02541e0",
73
                "shasum": ""
74
            },
75
            "require-dev": {
76
                "bower-asset/qunit": "1.14.0",
77
                "bower-asset/requirejs": "2.1.10",
78
                "bower-asset/sinon": "1.8.1",
79
                "bower-asset/sizzle": "2.1.1-patch2"
80
            },
81
            "type": "bower-asset-library",
82
            "extra": {
83
                "bower-asset-main": "dist/jquery.js",
84
                "bower-asset-ignore": [
85
                    "**/.*",
86
                    "build",
87
                    "speed",
88
                    "test",
89
                    "*.md",
90
                    "AUTHORS.txt",
91
                    "Gruntfile.js",
92
                    "package.json"
93
                ]
94
            },
95
            "license": [
96
                "MIT"
97
            ],
98
            "keywords": [
99
                "javascript",
100
                "jquery",
101
                "library"
102
            ]
103
        },
104
        {
105
            "name": "bower-asset/jquery.inputmask",
106
            "version": "3.1.62",
107
            "source": {
108
                "type": "git",
109
                "url": "https://github.com/RobinHerbots/jquery.inputmask.git",
110
                "reference": "da1a274cefa18a52a0519ac7ffe8e8d31e950eae"
111
            },
112
            "dist": {
113
                "type": "zip",
114
                "url": "https://api.github.com/repos/RobinHerbots/jquery.inputmask/zipball/da1a274cefa18a52a0519ac7ffe8e8d31e950eae",
115
                "reference": "da1a274cefa18a52a0519ac7ffe8e8d31e950eae",
116
                "shasum": ""
117
            },
118
            "require": {
119
                "bower-asset/jquery": ">=1.7"
120
            },
121
            "type": "bower-asset-library",
122
            "extra": {
123
                "bower-asset-main": [
124
                    "./dist/inputmask/jquery.inputmask.js",
125
                    "./dist/inputmask/jquery.inputmask.extensions.js",
126
                    "./dist/inputmask/jquery.inputmask.date.extensions.js",
127
                    "./dist/inputmask/jquery.inputmask.numeric.extensions.js",
128
                    "./dist/inputmask/jquery.inputmask.phone.extensions.js",
129
                    "./dist/inputmask/jquery.inputmask.regex.extensions.js"
130
                ],
131
                "bower-asset-ignore": [
132
                    "**/.*",
133
                    "qunit/",
134
                    "nuget/",
135
                    "tools/",
136
                    "js/",
137
                    "*.md",
138
                    "build.properties",
139
                    "build.xml",
140
                    "jquery.inputmask.jquery.json"
141
                ]
142
            },
143
            "license": [
144
                "http://opensource.org/licenses/mit-license.php"
145
            ],
146
            "description": "jquery.inputmask is a jquery plugin which create an input mask.",
147
            "keywords": [
148
                "form",
149
                "input",
150
                "inputmask",
151
                "jquery",
152
                "mask",
153
                "plugins"
154
            ]
155
        },
156
        {
157
            "name": "bower-asset/punycode",
158
            "version": "v1.3.2",
159
            "source": {
160
                "type": "git",
161
                "url": "https://github.com/bestiejs/punycode.js.git",
162
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
163
            },
164
            "dist": {
165
                "type": "zip",
166
                "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3",
167
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",
168
                "shasum": ""
169
            },
170
            "type": "bower-asset-library",
171
            "extra": {
172
                "bower-asset-main": "punycode.js",
173
                "bower-asset-ignore": [
174
                    "coverage",
175
                    "tests",
176
                    ".*",
177
                    "component.json",
178
                    "Gruntfile.js",
179
                    "node_modules",
180
                    "package.json"
181
                ]
182
            }
183
        },
184
        {
185
            "name": "bower-asset/yii2-pjax",
186
            "version": "v2.0.4",
187
            "source": {
188
                "type": "git",
189
                "url": "https://github.com/yiisoft/jquery-pjax.git",
190
                "reference": "3f20897307cca046fca5323b318475ae9dac0ca0"
191
            },
192
            "dist": {
193
                "type": "zip",
194
                "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/3f20897307cca046fca5323b318475ae9dac0ca0",
195
                "reference": "3f20897307cca046fca5323b318475ae9dac0ca0",
196
                "shasum": ""
197
            },
198
            "require": {
199
                "bower-asset/jquery": ">=1.8"
200
            },
201
            "type": "bower-asset-library",
202
            "extra": {
203
                "bower-asset-main": "./jquery.pjax.js",
204
                "bower-asset-ignore": [
205
                    ".travis.yml",
206
                    "Gemfile",
207
                    "Gemfile.lock",
208
                    "vendor/",
209
                    "script/",
210
                    "test/"
211
                ]
212
            },
213
            "license": [
214
                "MIT"
215
            ]
216
        },
217
        {
218
            "name": "cebe/markdown",
219
            "version": "1.0.2",
220
            "source": {
221
                "type": "git",
222
                "url": "https://github.com/cebe/markdown.git",
223
                "reference": "f681fee8303310415b746f3758eeda0a7ad08bda"
224
            },
225
            "dist": {
226
                "type": "zip",
227
                "url": "https://api.github.com/repos/cebe/markdown/zipball/f681fee8303310415b746f3758eeda0a7ad08bda",
228
                "reference": "f681fee8303310415b746f3758eeda0a7ad08bda",
229
                "shasum": ""
230
            },
231
            "require": {
232
                "lib-pcre": "*",
233
                "php": ">=5.4.0"
234
            },
235
            "require-dev": {
236
                "cebe/indent": "*",
237
                "facebook/xhprof": "*@dev",
238
                "phpunit/phpunit": "3.7.*"
239
            },
240
            "bin": [
241
                "bin/markdown"
242
            ],
243
            "type": "library",
244
            "extra": {
245
                "branch-alias": {
246
                    "dev-master": "1.0.x-dev"
247
                }
248
            },
249
            "autoload": {
250
                "psr-4": {
251
                    "cebe\\markdown\\": ""
252
                }
253
            },
254
            "notification-url": "https://packagist.org/downloads/",
255
            "license": [
256
                "MIT"
257
            ],
258
            "authors": [
259
                {
260
                    "name": "Carsten Brandt",
261
                    "email": "[email protected]",
262
                    "homepage": "http://cebe.cc/",
263
                    "role": "Creator"
264
                }
265
            ],
266
            "description": "A super fast, highly extensible markdown parser for PHP",
267
            "homepage": "https://github.com/cebe/markdown#readme",
268
            "keywords": [
269
                "extensible",
270
                "fast",
271
                "gfm",
272
                "markdown",
273
                "markdown-extra"
274
            ],
275
            "time": "2015-03-06 05:21:16"
276
        },
277
        {
278
            "name": "ezyang/htmlpurifier",
279
            "version": "v4.6.0",
280
            "source": {
281
                "type": "git",
282
                "url": "https://github.com/ezyang/htmlpurifier.git",
283
                "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd"
284
            },
285
            "dist": {
286
                "type": "zip",
287
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd",
288
                "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd",
289
                "shasum": ""
290
            },
291
            "require": {
292
                "php": ">=5.2"
293
            },
294
            "type": "library",
295
            "autoload": {
296
                "psr-0": {
297
                    "HTMLPurifier": "library/"
298
                },
299
                "files": [
300
                    "library/HTMLPurifier.composer.php"
301
                ]
302
            },
303
            "notification-url": "https://packagist.org/downloads/",
304
            "license": [
305
                "LGPL"
306
            ],
307
            "authors": [
308
                {
309
                    "name": "Edward Z. Yang",
310
                    "email": "[email protected]",
311
                    "homepage": "http://ezyang.com"
312
                }
313
            ],
314
            "description": "Standards compliant HTML filter written in PHP",
315
            "homepage": "http://htmlpurifier.org/",
316
            "keywords": [
317
                "html"
318
            ],
319
            "time": "2013-11-30 08:25:19"
320
        },
321
        {
322
            "name": "swiftmailer/swiftmailer",
323
            "version": "v5.4.0",
324
            "source": {
325
                "type": "git",
326
                "url": "https://github.com/swiftmailer/swiftmailer.git",
327
                "reference": "31454f258f10329ae7c48763eb898a75c39e0a9f"
328
            },
329
            "dist": {
330
                "type": "zip",
331
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/31454f258f10329ae7c48763eb898a75c39e0a9f",
332
                "reference": "31454f258f10329ae7c48763eb898a75c39e0a9f",
333
                "shasum": ""
334
            },
335
            "require": {
336
                "php": ">=5.3.3"
337
            },
338
            "require-dev": {
339
                "mockery/mockery": "~0.9.1"
340
            },
341
            "type": "library",
342
            "extra": {
343
                "branch-alias": {
344
                    "dev-master": "5.4-dev"
345
                }
346
            },
347
            "autoload": {
348
                "files": [
349
                    "lib/swift_required.php"
350
                ]
351
            },
352
            "notification-url": "https://packagist.org/downloads/",
353
            "license": [
354
                "MIT"
355
            ],
356
            "authors": [
357
                {
358
                    "name": "Chris Corbyn"
359
                },
360
                {
361
                    "name": "Fabien Potencier",
362
                    "email": "[email protected]"
363
                }
364
            ],
365
            "description": "Swiftmailer, free feature-rich PHP mailer",
366
            "homepage": "http://swiftmailer.org",
367
            "keywords": [
368
                "mail",
369
                "mailer"
370
            ],
371
            "time": "2015-03-14 06:06:39"
372
        },
373
        {
374
            "name": "yiisoft/yii2",
0 ignored issues
show
375
            "version": "2.0.3",
376
            "source": {
377
                "type": "git",
378
                "url": "https://github.com/yiisoft/yii2-framework.git",
379
                "reference": "85b773a384f3894d558905cb13522bb338c99dba"
380
            },
381
            "dist": {
382
                "type": "zip",
383
                "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/85b773a384f3894d558905cb13522bb338c99dba",
384
                "reference": "85b773a384f3894d558905cb13522bb338c99dba",
385
                "shasum": ""
386
            },
387
            "require": {
388
                "bower-asset/jquery": "2.1.*@stable | 1.11.*@stable",
389
                "bower-asset/jquery.inputmask": "3.1.*",
390
                "bower-asset/punycode": "1.3.*",
391
                "bower-asset/yii2-pjax": ">=2.0.1",
392
                "cebe/markdown": "~1.0.0",
393
                "ext-mbstring": "*",
394
                "ezyang/htmlpurifier": "4.6.*",
395
                "lib-pcre": "*",
396
                "php": ">=5.4.0",
397
                "yiisoft/yii2-composer": "*"
398
            },
399
            "bin": [
400
                "yii"
401
            ],
402
            "type": "library",
403
            "extra": {
404
                "branch-alias": {
405
                    "dev-master": "2.0.x-dev"
406
                }
407
            },
408
            "autoload": {
409
                "psr-4": {
410
                    "yii\\": ""
411
                }
412
            },
413
            "notification-url": "https://packagist.org/downloads/",
414
            "license": [
415
                "BSD-3-Clause"
416
            ],
417
            "authors": [
418
                {
419
                    "name": "Qiang Xue",
420
                    "email": "[email protected]",
421
                    "homepage": "http://www.yiiframework.com/",
422
                    "role": "Founder and project lead"
423
                },
424
                {
425
                    "name": "Alexander Makarov",
426
                    "email": "[email protected]",
427
                    "homepage": "http://rmcreative.ru/",
428
                    "role": "Core framework development"
429
                },
430
                {
431
                    "name": "Maurizio Domba",
432
                    "homepage": "http://mdomba.info/",
433
                    "role": "Core framework development"
434
                },
435
                {
436
                    "name": "Carsten Brandt",
437
                    "email": "[email protected]",
438
                    "homepage": "http://cebe.cc/",
439
                    "role": "Core framework development"
440
                },
441
                {
442
                    "name": "Timur Ruziev",
443
                    "email": "[email protected]",
444
                    "homepage": "http://resurtm.com/",
445
                    "role": "Core framework development"
446
                },
447
                {
448
                    "name": "Paul Klimov",
449
                    "email": "[email protected]",
450
                    "role": "Core framework development"
451
                }
452
            ],
453
            "description": "Yii PHP Framework Version 2",
454
            "homepage": "http://www.yiiframework.com/",
455
            "keywords": [
456
                "framework",
457
                "yii2"
458
            ],
459
            "time": "2015-03-01 06:22:44"
460
        },
461
        {
462
            "name": "yiisoft/yii2-bootstrap",
463
            "version": "2.0.3",
464
            "source": {
465
                "type": "git",
466
                "url": "https://github.com/yiisoft/yii2-bootstrap.git",
467
                "reference": "d4bd9c5f97ea891ebbfaf276d3083d85e27fbcb6"
468
            },
469
            "dist": {
470
                "type": "zip",
471
                "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/d4bd9c5f97ea891ebbfaf276d3083d85e27fbcb6",
472
                "reference": "d4bd9c5f97ea891ebbfaf276d3083d85e27fbcb6",
473
                "shasum": ""
474
            },
475
            "require": {
476
                "bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*",
477
                "yiisoft/yii2": "*"
478
            },
479
            "type": "yii2-extension",
480
            "extra": {
481
                "branch-alias": {
482
                    "dev-master": "2.0.x-dev"
483
                }
484
            },
485
            "autoload": {
486
                "psr-4": {
487
                    "yii\\bootstrap\\": ""
488
                }
489
            },
490
            "notification-url": "https://packagist.org/downloads/",
491
            "license": [
492
                "BSD-3-Clause"
493
            ],
494
            "authors": [
495
                {
496
                    "name": "Qiang Xue",
497
                    "email": "[email protected]"
498
                }
499
            ],
500
            "description": "The Twitter Bootstrap extension for the Yii framework",
501
            "keywords": [
502
                "bootstrap",
503
                "yii2"
504
            ],
505
            "time": "2015-03-01 06:22:44"
506
        },
507
        {
508
            "name": "yiisoft/yii2-composer",
509
            "version": "2.0.3",
510
            "source": {
511
                "type": "git",
512
                "url": "https://github.com/yiisoft/yii2-composer.git",
513
                "reference": "ca8d23707ae47d20b0454e4b135c156f6da6d7be"
514
            },
515
            "dist": {
516
                "type": "zip",
517
                "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/ca8d23707ae47d20b0454e4b135c156f6da6d7be",
518
                "reference": "ca8d23707ae47d20b0454e4b135c156f6da6d7be",
519
                "shasum": ""
520
            },
521
            "require": {
522
                "composer-plugin-api": "1.0.0"
523
            },
524
            "type": "composer-plugin",
525
            "extra": {
526
                "class": "yii\\composer\\Plugin",
527
                "branch-alias": {
528
                    "dev-master": "2.0.x-dev"
529
                }
530
            },
531
            "autoload": {
532
                "psr-4": {
533
                    "yii\\composer\\": ""
534
                }
535
            },
536
            "notification-url": "https://packagist.org/downloads/",
537
            "license": [
538
                "BSD-3-Clause"
539
            ],
540
            "authors": [
541
                {
542
                    "name": "Qiang Xue",
543
                    "email": "[email protected]"
544
                }
545
            ],
546
            "description": "The composer plugin for Yii extension installer",
547
            "keywords": [
548
                "composer",
549
                "extension installer",
550
                "yii2"
551
            ],
552
            "time": "2015-03-01 06:22:44"
553
        },
554
        {
555
            "name": "yiisoft/yii2-swiftmailer",
556
            "version": "2.0.3",
557
            "source": {
558
                "type": "git",
559
                "url": "https://github.com/yiisoft/yii2-swiftmailer.git",
560
                "reference": "cb5f0a70d871b409bef7333fc3e0d262fb57eb5c"
561
            },
562
            "dist": {
563
                "type": "zip",
564
                "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/cb5f0a70d871b409bef7333fc3e0d262fb57eb5c",
565
                "reference": "cb5f0a70d871b409bef7333fc3e0d262fb57eb5c",
566
                "shasum": ""
567
            },
568
            "require": {
569
                "swiftmailer/swiftmailer": "*",
570
                "yiisoft/yii2": "*"
571
            },
572
            "type": "yii2-extension",
573
            "extra": {
574
                "branch-alias": {
575
                    "dev-master": "2.0.x-dev"
576
                }
577
            },
578
            "autoload": {
579
                "psr-4": {
580
                    "yii\\swiftmailer\\": ""
581
                }
582
            },
583
            "notification-url": "https://packagist.org/downloads/",
584
            "license": [
585
                "BSD-3-Clause"
586
            ],
587
            "authors": [
588
                {
589
                    "name": "Paul Klimov",
590
                    "email": "[email protected]"
591
                }
592
            ],
593
            "description": "The SwiftMailer integration for the Yii framework",
594
            "keywords": [
595
                "email",
596
                "mail",
597
                "mailer",
598
                "swift",
599
                "swiftmailer",
600
                "yii2"
601
            ],
602
            "time": "2015-03-01 06:22:44"
603
        }
604
    ],
605
    "packages-dev": [
606
        {
607
            "name": "bower-asset/typeahead.js",
608
            "version": "v0.10.5",
609
            "source": {
610
                "type": "git",
611
                "url": "https://github.com/twitter/typeahead.js.git",
612
                "reference": "5f198b87d1af845da502ea9df93a5e84801ce742"
613
            },
614
            "dist": {
615
                "type": "zip",
616
                "url": "https://api.github.com/repos/twitter/typeahead.js/zipball/5f198b87d1af845da502ea9df93a5e84801ce742",
617
                "reference": "5f198b87d1af845da502ea9df93a5e84801ce742",
618
                "shasum": ""
619
            },
620
            "require": {
621
                "bower-asset/jquery": ">=1.7"
622
            },
623
            "require-dev": {
624
                "bower-asset/jasmine-ajax": "~1.3.1",
625
                "bower-asset/jasmine-jquery": "~1.5.2",
626
                "bower-asset/jquery": "~1.7"
627
            },
628
            "type": "bower-asset-library",
629
            "extra": {
630
                "bower-asset-main": "dist/typeahead.bundle.js"
631
            }
632
        },
633
        {
634
            "name": "fzaninotto/faker",
635
            "version": "v1.4.0",
636
            "source": {
637
                "type": "git",
638
                "url": "https://github.com/fzaninotto/Faker.git",
639
                "reference": "010c7efedd88bf31141a02719f51fb44c732d5a0"
640
            },
641
            "dist": {
642
                "type": "zip",
643
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/010c7efedd88bf31141a02719f51fb44c732d5a0",
644
                "reference": "010c7efedd88bf31141a02719f51fb44c732d5a0",
645
                "shasum": ""
646
            },
647
            "require": {
648
                "php": ">=5.3.3"
649
            },
650
            "require-dev": {
651
                "phpunit/phpunit": "~4.0",
652
                "squizlabs/php_codesniffer": "~1.5"
653
            },
654
            "type": "library",
655
            "extra": {
656
                "branch-alias": []
657
            },
658
            "autoload": {
659
                "psr-0": {
660
                    "Faker": "src/",
661
                    "Faker\\PHPUnit": "test/"
662
                }
663
            },
664
            "notification-url": "https://packagist.org/downloads/",
665
            "license": [
666
                "MIT"
667
            ],
668
            "authors": [
669
                {
670
                    "name": "François Zaninotto"
671
                }
672
            ],
673
            "description": "Faker is a PHP library that generates fake data for you.",
674
            "keywords": [
675
                "data",
676
                "faker",
677
                "fixtures"
678
            ],
679
            "time": "2014-06-04 14:43:02"
680
        },
681
        {
682
            "name": "phpspec/php-diff",
683
            "version": "v1.0.2",
684
            "source": {
685
                "type": "git",
686
                "url": "https://github.com/phpspec/php-diff.git",
687
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
688
            },
689
            "dist": {
690
                "type": "zip",
691
                "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
692
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
693
                "shasum": ""
694
            },
695
            "type": "library",
696
            "autoload": {
697
                "psr-0": {
698
                    "Diff": "lib/"
699
                }
700
            },
701
            "notification-url": "https://packagist.org/downloads/",
702
            "license": [
703
                "BSD-3-Clause"
704
            ],
705
            "authors": [
706
                {
707
                    "name": "Chris Boulton",
708
                    "homepage": "http://github.com/chrisboulton",
709
                    "role": "Original developer"
710
                }
711
            ],
712
            "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
713
            "time": "2013-11-01 13:02:21"
714
        },
715
        {
716
            "name": "sibilino/yii2-openlayers",
717
            "version": "dev-master",
718
            "source": {
719
                "type": "git",
720
                "url": "https://github.com/Sibilino/yii2-openlayers.git",
721
                "reference": "e236df81c253850acb3fe20cfd744b8bef72ba5f"
722
            },
723
            "dist": {
724
                "type": "zip",
725
                "url": "https://api.github.com/repos/Sibilino/yii2-openlayers/zipball/e236df81c253850acb3fe20cfd744b8bef72ba5f",
726
                "reference": "e236df81c253850acb3fe20cfd744b8bef72ba5f",
727
                "shasum": ""
728
            },
729
            "require": {
730
                "yiisoft/yii2": "*"
731
            },
732
            "type": "library",
733
            "autoload": {
734
                "psr-4": {
735
                    "sibilino\\yii2\\openlayers\\": "widget/"
736
                }
737
            },
738
            "notification-url": "https://packagist.org/downloads/",
739
            "license": [
740
                "MIT"
741
            ],
742
            "authors": [
743
                {
744
                    "name": "Luis Hernández Hernández",
745
                    "role": "Developer"
746
                }
747
            ],
748
            "description": "Map widget encapsulating the OpenLayers 3 library for easy use in Yii 2.",
749
            "homepage": "https://github.com/Sibilino/yii2-openlayers",
750
            "keywords": [
751
                "OpenLayers",
752
                "map",
753
                "openlayers3",
754
                "widget",
755
                "yii",
756
                "yii2"
757
            ],
758
            "time": "2015-04-12 18:26:35"
759
        },
760
        {
761
            "name": "yiisoft/yii2-codeception",
762
            "version": "2.0.3",
763
            "source": {
764
                "type": "git",
765
                "url": "https://github.com/yiisoft/yii2-codeception.git",
766
                "reference": "c2fdee4e7e9846e141ceddeb4386325e921e375a"
767
            },
768
            "dist": {
769
                "type": "zip",
770
                "url": "https://api.github.com/repos/yiisoft/yii2-codeception/zipball/c2fdee4e7e9846e141ceddeb4386325e921e375a",
771
                "reference": "c2fdee4e7e9846e141ceddeb4386325e921e375a",
772
                "shasum": ""
773
            },
774
            "require": {
775
                "yiisoft/yii2": "*"
776
            },
777
            "type": "yii2-extension",
778
            "extra": {
779
                "branch-alias": {
780
                    "dev-master": "2.0.x-dev"
781
                }
782
            },
783
            "autoload": {
784
                "psr-4": {
785
                    "yii\\codeception\\": ""
786
                }
787
            },
788
            "notification-url": "https://packagist.org/downloads/",
789
            "license": [
790
                "BSD-3-Clause"
791
            ],
792
            "authors": [
793
                {
794
                    "name": "Mark Jebri",
795
                    "email": "[email protected]"
796
                }
797
            ],
798
            "description": "The Codeception integration for the Yii framework",
799
            "keywords": [
800
                "codeception",
801
                "yii2"
802
            ],
803
            "time": "2015-03-01 06:22:44"
804
        },
805
        {
806
            "name": "yiisoft/yii2-debug",
807
            "version": "2.0.3",
808
            "source": {
809
                "type": "git",
810
                "url": "https://github.com/yiisoft/yii2-debug.git",
811
                "reference": "8a0db5130a9ea3941304dd77cef23d69257e8d48"
812
            },
813
            "dist": {
814
                "type": "zip",
815
                "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/8a0db5130a9ea3941304dd77cef23d69257e8d48",
816
                "reference": "8a0db5130a9ea3941304dd77cef23d69257e8d48",
817
                "shasum": ""
818
            },
819
            "require": {
820
                "yiisoft/yii2": "*",
821
                "yiisoft/yii2-bootstrap": "*"
822
            },
823
            "type": "yii2-extension",
824
            "extra": {
825
                "branch-alias": {
826
                    "dev-master": "2.0.x-dev"
827
                }
828
            },
829
            "autoload": {
830
                "psr-4": {
831
                    "yii\\debug\\": ""
832
                }
833
            },
834
            "notification-url": "https://packagist.org/downloads/",
835
            "license": [
836
                "BSD-3-Clause"
837
            ],
838
            "authors": [
839
                {
840
                    "name": "Qiang Xue",
841
                    "email": "[email protected]"
842
                }
843
            ],
844
            "description": "The debugger extension for the Yii framework",
845
            "keywords": [
846
                "debug",
847
                "debugger",
848
                "yii2"
849
            ],
850
            "time": "2015-03-01 06:22:44"
851
        },
852
        {
853
            "name": "yiisoft/yii2-faker",
854
            "version": "2.0.3",
855
            "source": {
856
                "type": "git",
857
                "url": "https://github.com/yiisoft/yii2-faker.git",
858
                "reference": "b88ca69ee226a3610b2c26c026c3203d7ac50f6c"
859
            },
860
            "dist": {
861
                "type": "zip",
862
                "url": "https://api.github.com/repos/yiisoft/yii2-faker/zipball/b88ca69ee226a3610b2c26c026c3203d7ac50f6c",
863
                "reference": "b88ca69ee226a3610b2c26c026c3203d7ac50f6c",
864
                "shasum": ""
865
            },
866
            "require": {
867
                "fzaninotto/faker": "*",
868
                "yiisoft/yii2": "*"
869
            },
870
            "type": "yii2-extension",
871
            "extra": {
872
                "branch-alias": {
873
                    "dev-master": "2.0.x-dev"
874
                }
875
            },
876
            "autoload": {
877
                "psr-4": {
878
                    "yii\\faker\\": ""
879
                }
880
            },
881
            "notification-url": "https://packagist.org/downloads/",
882
            "license": [
883
                "BSD-3-Clause"
884
            ],
885
            "authors": [
886
                {
887
                    "name": "Mark Jebri",
888
                    "email": "[email protected]"
889
                }
890
            ],
891
            "description": "Fixture generator. The Faker integration for the Yii framework.",
892
            "keywords": [
893
                "Fixture",
894
                "faker",
895
                "yii2"
896
            ],
897
            "time": "2015-03-01 06:22:44"
898
        },
899
        {
900
            "name": "yiisoft/yii2-gii",
901
            "version": "2.0.3",
902
            "source": {
903
                "type": "git",
904
                "url": "https://github.com/yiisoft/yii2-gii.git",
905
                "reference": "bb79aeafa8e3b89dd25e07ac895b269680e537a8"
906
            },
907
            "dist": {
908
                "type": "zip",
909
                "url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/bb79aeafa8e3b89dd25e07ac895b269680e537a8",
910
                "reference": "bb79aeafa8e3b89dd25e07ac895b269680e537a8",
911
                "shasum": ""
912
            },
913
            "require": {
914
                "bower-asset/typeahead.js": "0.10.*",
915
                "phpspec/php-diff": ">=1.0.2",
916
                "yiisoft/yii2": "*",
917
                "yiisoft/yii2-bootstrap": "*"
918
            },
919
            "type": "yii2-extension",
920
            "extra": {
921
                "branch-alias": {
922
                    "dev-master": "2.0.x-dev"
923
                }
924
            },
925
            "autoload": {
926
                "psr-4": {
927
                    "yii\\gii\\": ""
928
                }
929
            },
930
            "notification-url": "https://packagist.org/downloads/",
931
            "license": [
932
                "BSD-3-Clause"
933
            ],
934
            "authors": [
935
                {
936
                    "name": "Qiang Xue",
937
                    "email": "[email protected]"
938
                }
939
            ],
940
            "description": "The Gii extension for the Yii framework",
941
            "keywords": [
942
                "code generator",
943
                "gii",
944
                "yii2"
945
            ],
946
            "time": "2015-03-01 06:22:44"
947
        }
948
    ],
949
    "aliases": [],
950
    "minimum-stability": "stable",
951
    "stability-flags": {
952
        "sibilino/yii2-openlayers": 20
953
    },
954
    "prefer-stable": false,
955
    "prefer-lowest": false,
956
    "platform": {
957
        "php": ">=5.4.0"
958
    },
959
    "platform-dev": []
960
}
961