Blame view

composer.lock 41.9 KB
eb56e5f2   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
  {
      "_readme": [
          "This file locks the dependencies of your project to a known state",
          "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
          "This file is @generated automatically"
      ],
      "hash": "7ec2028a77e36e45dcb343058fbac059",
      "content-hash": "b12c59124f1c9351d06c60758a6f1a3f",
      "packages": [
          {
              "name": "bower-asset/bootstrap",
4bf42036   Alexey Boroda   -Modals ready
12
              "version": "v3.3.7",
eb56e5f2   Administrator   first commit
13
14
15
              "source": {
                  "type": "git",
                  "url": "https://github.com/twbs/bootstrap.git",
4bf42036   Alexey Boroda   -Modals ready
16
                  "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
eb56e5f2   Administrator   first commit
17
18
19
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
20
21
                  "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
                  "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
eb56e5f2   Administrator   first commit
22
23
24
                  "shasum": ""
              },
              "require": {
4bf42036   Alexey Boroda   -Modals ready
25
                  "bower-asset/jquery": ">=1.9.1,<=3"
eb56e5f2   Administrator   first commit
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
              },
              "type": "bower-asset-library",
              "extra": {
                  "bower-asset-main": [
                      "less/bootstrap.less",
                      "dist/js/bootstrap.js"
                  ],
                  "bower-asset-ignore": [
                      "/.*",
                      "_config.yml",
                      "CNAME",
                      "composer.json",
                      "CONTRIBUTING.md",
                      "docs",
                      "js/tests",
                      "test-infra"
                  ]
              },
              "license": [
                  "MIT"
              ],
              "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
              "keywords": [
                  "css",
                  "framework",
                  "front-end",
                  "js",
                  "less",
                  "mobile-first",
                  "responsive",
                  "web"
              ]
          },
          {
              "name": "bower-asset/jquery",
              "version": "2.2.4",
              "source": {
                  "type": "git",
                  "url": "https://github.com/jquery/jquery-dist.git",
                  "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/c0185ab7c75aab88762c5aae780b9d83b80eda72",
                  "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72",
                  "shasum": ""
              },
              "type": "bower-asset-library",
              "extra": {
                  "bower-asset-main": "dist/jquery.js",
                  "bower-asset-ignore": [
                      "package.json"
                  ]
              },
              "license": [
                  "MIT"
              ],
              "keywords": [
                  "browser",
                  "javascript",
                  "jquery",
                  "library"
              ]
          },
          {
              "name": "bower-asset/jquery-ui",
              "version": "1.11.4",
              "source": {
                  "type": "git",
                  "url": "https://github.com/components/jqueryui.git",
                  "reference": "c34f8dbf3ba57b3784b93f26119f436c0e8288e1"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/components/jqueryui/zipball/c34f8dbf3ba57b3784b93f26119f436c0e8288e1",
                  "reference": "c34f8dbf3ba57b3784b93f26119f436c0e8288e1",
                  "shasum": ""
              },
              "require": {
                  "bower-asset/jquery": ">=1.6"
              },
              "type": "bower-asset-library",
              "extra": {
                  "bower-asset-main": [
                      "jquery-ui.js"
                  ],
                  "bower-asset-ignore": []
              }
          },
          {
              "name": "bower-asset/jquery.inputmask",
4bf42036   Alexey Boroda   -Modals ready
117
              "version": "3.3.4",
eb56e5f2   Administrator   first commit
118
119
              "source": {
                  "type": "git",
4bf42036   Alexey Boroda   -Modals ready
120
121
                  "url": "https://github.com/RobinHerbots/Inputmask.git",
                  "reference": "8a882bc471ba4077c4f8ecbe3d9d61c7558f3ef2"
eb56e5f2   Administrator   first commit
122
123
124
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
125
126
                  "url": "https://api.github.com/repos/RobinHerbots/Inputmask/zipball/8a882bc471ba4077c4f8ecbe3d9d61c7558f3ef2",
                  "reference": "8a882bc471ba4077c4f8ecbe3d9d61c7558f3ef2",
eb56e5f2   Administrator   first commit
127
128
129
130
131
132
133
134
                  "shasum": ""
              },
              "require": {
                  "bower-asset/jquery": ">=1.7"
              },
              "type": "bower-asset-library",
              "extra": {
                  "bower-asset-main": [
4bf42036   Alexey Boroda   -Modals ready
135
136
137
138
139
140
141
142
                      "./dist/inputmask/inputmask.dependencyLib",
                      "./dist/inputmask/inputmask",
                      "./dist/inputmask/inputmask.extensions",
                      "./dist/inputmask/inputmask.date.extensions",
                      "./dist/inputmask/inputmask.numeric.extensions",
                      "./dist/inputmask/inputmask.phone.extensions",
                      "./dist/inputmask/inputmask.regex.extensions",
                      "./dist/inputmask/jquery.inputmask"
eb56e5f2   Administrator   first commit
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
                  ],
                  "bower-asset-ignore": [
                      "**/*",
                      "!dist/*",
                      "!dist/inputmask/*",
                      "!dist/min/*",
                      "!dist/min/inputmask/*",
                      "!extra/bindings/*",
                      "!extra/dependencyLibs/*",
                      "!extra/phone-codes/*"
                  ]
              },
              "license": [
                  "http://opensource.org/licenses/mit-license.php"
              ],
              "description": "jquery.inputmask is a jquery plugin which create an input mask.",
              "keywords": [
                  "form",
                  "input",
                  "inputmask",
                  "jquery",
                  "mask",
                  "plugins"
              ]
          },
          {
              "name": "bower-asset/punycode",
              "version": "v1.3.2",
              "source": {
                  "type": "git",
                  "url": "https://github.com/bestiejs/punycode.js.git",
                  "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3",
                  "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",
                  "shasum": ""
              },
              "type": "bower-asset-library",
              "extra": {
                  "bower-asset-main": "punycode.js",
                  "bower-asset-ignore": [
                      "coverage",
                      "tests",
                      ".*",
                      "component.json",
                      "Gruntfile.js",
                      "node_modules",
                      "package.json"
                  ]
              }
          },
          {
              "name": "bower-asset/yii2-pjax",
              "version": "v2.0.6",
              "source": {
                  "type": "git",
                  "url": "https://github.com/yiisoft/jquery-pjax.git",
                  "reference": "60728da6ade5879e807a49ce59ef9a72039b8978"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/60728da6ade5879e807a49ce59ef9a72039b8978",
                  "reference": "60728da6ade5879e807a49ce59ef9a72039b8978",
                  "shasum": ""
              },
              "require": {
                  "bower-asset/jquery": ">=1.8"
              },
              "type": "bower-asset-library",
              "extra": {
                  "bower-asset-main": "./jquery.pjax.js",
                  "bower-asset-ignore": [
                      ".travis.yml",
                      "Gemfile",
                      "Gemfile.lock",
                      "CONTRIBUTING.md",
                      "vendor/",
                      "script/",
                      "test/"
                  ]
              },
              "license": [
                  "MIT"
              ]
          },
          {
              "name": "cebe/markdown",
              "version": "dev-master",
              "source": {
                  "type": "git",
                  "url": "https://github.com/cebe/markdown.git",
4bf42036   Alexey Boroda   -Modals ready
236
                  "reference": "8287ddea024caa2a79f59077b3db50d4ff0c65ad"
eb56e5f2   Administrator   first commit
237
238
239
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
240
241
                  "url": "https://api.github.com/repos/cebe/markdown/zipball/8287ddea024caa2a79f59077b3db50d4ff0c65ad",
                  "reference": "8287ddea024caa2a79f59077b3db50d4ff0c65ad",
eb56e5f2   Administrator   first commit
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
                  "shasum": ""
              },
              "require": {
                  "lib-pcre": "*",
                  "php": ">=5.4.0"
              },
              "require-dev": {
                  "cebe/indent": "*",
                  "facebook/xhprof": "*@dev",
                  "phpunit/phpunit": "4.1.*"
              },
              "bin": [
                  "bin/markdown"
              ],
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.1.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "cebe\\markdown\\": ""
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Carsten Brandt",
                      "email": "mail@cebe.cc",
                      "homepage": "http://cebe.cc/",
                      "role": "Creator"
                  }
              ],
              "description": "A super fast, highly extensible markdown parser for PHP",
              "homepage": "https://github.com/cebe/markdown#readme",
              "keywords": [
                  "extensible",
                  "fast",
                  "gfm",
                  "markdown",
                  "markdown-extra"
              ],
4bf42036   Alexey Boroda   -Modals ready
288
              "time": "2016-12-11 13:37:11"
eb56e5f2   Administrator   first commit
289
290
291
          },
          {
              "name": "ezyang/htmlpurifier",
4bf42036   Alexey Boroda   -Modals ready
292
              "version": "v4.8.0",
eb56e5f2   Administrator   first commit
293
294
295
              "source": {
                  "type": "git",
                  "url": "https://github.com/ezyang/htmlpurifier.git",
4bf42036   Alexey Boroda   -Modals ready
296
                  "reference": "d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2"
eb56e5f2   Administrator   first commit
297
298
299
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
300
301
                  "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2",
                  "reference": "d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2",
eb56e5f2   Administrator   first commit
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
                  "shasum": ""
              },
              "require": {
                  "php": ">=5.2"
              },
              "type": "library",
              "autoload": {
                  "psr-0": {
                      "HTMLPurifier": "library/"
                  },
                  "files": [
                      "library/HTMLPurifier.composer.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "LGPL"
              ],
              "authors": [
                  {
                      "name": "Edward Z. Yang",
                      "email": "admin@htmlpurifier.org",
                      "homepage": "http://ezyang.com"
                  }
              ],
              "description": "Standards compliant HTML filter written in PHP",
              "homepage": "http://htmlpurifier.org/",
              "keywords": [
                  "html"
              ],
4bf42036   Alexey Boroda   -Modals ready
332
              "time": "2016-07-16 12:58:58"
eb56e5f2   Administrator   first commit
333
334
335
336
337
338
339
          },
          {
              "name": "kartik-v/bootstrap-fileinput",
              "version": "dev-master",
              "source": {
                  "type": "git",
                  "url": "https://github.com/kartik-v/bootstrap-fileinput.git",
4bf42036   Alexey Boroda   -Modals ready
340
                  "reference": "18b3f68ac20f0db91cf4f4aee852d98f4f4ca9b0"
eb56e5f2   Administrator   first commit
341
342
343
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
344
345
                  "url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/zipball/18b3f68ac20f0db91cf4f4aee852d98f4f4ca9b0",
                  "reference": "18b3f68ac20f0db91cf4f4aee852d98f4f4ca9b0",
eb56e5f2   Administrator   first commit
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
                  "shasum": ""
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "4.3.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "kartik\\plugins\\fileinput\\": ""
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Kartik Visweswaran",
                      "email": "kartikv2@gmail.com",
                      "homepage": "http://www.krajee.com/"
                  }
              ],
              "description": "An enhanced HTML 5 file input for Bootstrap 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.",
              "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
              "keywords": [
                  "ajax",
                  "bootstrap",
                  "delete",
                  "file",
                  "image",
                  "input",
                  "jquery",
                  "multiple",
                  "preview",
                  "progress",
                  "upload"
              ],
4bf42036   Alexey Boroda   -Modals ready
385
              "time": "2016-12-28 01:34:20"
eb56e5f2   Administrator   first commit
386
387
388
389
390
391
392
          },
          {
              "name": "kartik-v/yii2-krajee-base",
              "version": "dev-master",
              "source": {
                  "type": "git",
                  "url": "https://github.com/kartik-v/yii2-krajee-base.git",
4bf42036   Alexey Boroda   -Modals ready
393
                  "reference": "52e623e54d06b853fda01a6529ccca93ed2a7f66"
eb56e5f2   Administrator   first commit
394
395
396
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
397
398
                  "url": "https://api.github.com/repos/kartik-v/yii2-krajee-base/zipball/52e623e54d06b853fda01a6529ccca93ed2a7f66",
                  "reference": "52e623e54d06b853fda01a6529ccca93ed2a7f66",
eb56e5f2   Administrator   first commit
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
                  "shasum": ""
              },
              "require": {
                  "yiisoft/yii2-bootstrap": "@dev"
              },
              "type": "yii2-extension",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.8.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "kartik\\base\\": ""
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Kartik Visweswaran",
                      "email": "kartikv2@gmail.com",
                      "homepage": "http://www.krajee.com/"
                  }
              ],
              "description": "Base library and foundation components for all Yii2 Krajee extensions.",
              "homepage": "https://github.com/kartik-v/yii2-krajee-base",
              "keywords": [
                  "base",
                  "extension",
                  "foundation",
                  "krajee",
                  "widget",
                  "yii2"
              ],
4bf42036   Alexey Boroda   -Modals ready
436
              "time": "2016-11-26 09:53:44"
eb56e5f2   Administrator   first commit
437
438
439
440
441
442
443
          },
          {
              "name": "kartik-v/yii2-widget-fileinput",
              "version": "dev-master",
              "source": {
                  "type": "git",
                  "url": "https://github.com/kartik-v/yii2-widget-fileinput.git",
4bf42036   Alexey Boroda   -Modals ready
444
                  "reference": "744e12c1f5be45357ec50eea6f678ecc9ba67dc2"
eb56e5f2   Administrator   first commit
445
446
447
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
448
449
                  "url": "https://api.github.com/repos/kartik-v/yii2-widget-fileinput/zipball/744e12c1f5be45357ec50eea6f678ecc9ba67dc2",
                  "reference": "744e12c1f5be45357ec50eea6f678ecc9ba67dc2",
eb56e5f2   Administrator   first commit
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
                  "shasum": ""
              },
              "require": {
                  "kartik-v/bootstrap-fileinput": "~4.2",
                  "kartik-v/yii2-krajee-base": "~1.7"
              },
              "type": "yii2-extension",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.0.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "kartik\\file\\": ""
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Kartik Visweswaran",
                      "email": "kartikv2@gmail.com",
                      "homepage": "http://www.krajee.com/"
                  }
              ],
              "description": "An enhanced FileInput widget for Bootstrap 3.x with file preview, multiple selection, and more features (sub repo split from yii2-widgets)",
              "homepage": "https://github.com/kartik-v/yii2-widget-fileinput",
              "keywords": [
                  "extension",
                  "file",
                  "form",
                  "input",
                  "jquery",
                  "plugin",
                  "upload",
                  "widget",
                  "yii2"
              ],
4bf42036   Alexey Boroda   -Modals ready
491
              "time": "2016-10-18 06:35:15"
eb56e5f2   Administrator   first commit
492
493
494
          },
          {
              "name": "phpmailer/phpmailer",
4bf42036   Alexey Boroda   -Modals ready
495
              "version": "v5.2.19",
eb56e5f2   Administrator   first commit
496
497
498
              "source": {
                  "type": "git",
                  "url": "https://github.com/PHPMailer/PHPMailer.git",
4bf42036   Alexey Boroda   -Modals ready
499
                  "reference": "9e4b8fb3deb7d9cfa515c04cec41f71bc37ce9a9"
eb56e5f2   Administrator   first commit
500
501
502
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
503
504
                  "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/9e4b8fb3deb7d9cfa515c04cec41f71bc37ce9a9",
                  "reference": "9e4b8fb3deb7d9cfa515c04cec41f71bc37ce9a9",
eb56e5f2   Administrator   first commit
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
                  "shasum": ""
              },
              "require": {
                  "php": ">=5.0.0"
              },
              "require-dev": {
                  "phpdocumentor/phpdocumentor": "*",
                  "phpunit/phpunit": "4.7.*"
              },
              "suggest": {
                  "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
              },
              "type": "library",
              "autoload": {
                  "classmap": [
                      "class.phpmailer.php",
                      "class.phpmaileroauth.php",
                      "class.phpmaileroauthgoogle.php",
                      "class.smtp.php",
                      "class.pop3.php",
                      "extras/EasyPeasyICS.php",
                      "extras/ntlm_sasl_client.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "LGPL-2.1"
              ],
              "authors": [
                  {
                      "name": "Jim Jagielski",
                      "email": "jimjag@gmail.com"
                  },
                  {
                      "name": "Marcus Bointon",
                      "email": "phpmailer@synchromedia.co.uk"
                  },
                  {
                      "name": "Andy Prevost",
                      "email": "codeworxtech@users.sourceforge.net"
                  },
                  {
                      "name": "Brent R. Matzelle"
                  }
              ],
              "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
4bf42036   Alexey Boroda   -Modals ready
551
              "time": "2016-12-26 10:09:10"
eb56e5f2   Administrator   first commit
552
553
554
555
556
557
558
          },
          {
              "name": "swiftmailer/swiftmailer",
              "version": "5.x-dev",
              "source": {
                  "type": "git",
                  "url": "https://github.com/swiftmailer/swiftmailer.git",
4bf42036   Alexey Boroda   -Modals ready
559
                  "reference": "3547577659c1a035093b70fce5ae393b3c94f44e"
eb56e5f2   Administrator   first commit
560
561
562
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
563
564
                  "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/3547577659c1a035093b70fce5ae393b3c94f44e",
                  "reference": "3547577659c1a035093b70fce5ae393b3c94f44e",
eb56e5f2   Administrator   first commit
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
                  "shasum": ""
              },
              "require": {
                  "php": ">=5.3.3"
              },
              "require-dev": {
                  "mockery/mockery": "~0.9.1"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "5.4-dev"
                  }
              },
              "autoload": {
                  "files": [
                      "lib/swift_required.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Chris Corbyn"
                  },
                  {
                      "name": "Fabien Potencier",
                      "email": "fabien@symfony.com"
                  }
              ],
              "description": "Swiftmailer, free feature-rich PHP mailer",
              "homepage": "http://swiftmailer.org",
              "keywords": [
                  "email",
                  "mail",
                  "mailer"
              ],
4bf42036   Alexey Boroda   -Modals ready
604
              "time": "2016-12-20 05:27:43"
eb56e5f2   Administrator   first commit
605
606
607
608
609
610
611
          },
          {
              "name": "yiisoft/yii2",
              "version": "dev-master",
              "source": {
                  "type": "git",
                  "url": "https://github.com/yiisoft/yii2-framework.git",
4bf42036   Alexey Boroda   -Modals ready
612
                  "reference": "c637e494ebb0cfa404a2475f95135bdaac826a78"
eb56e5f2   Administrator   first commit
613
614
615
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
616
617
                  "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/c637e494ebb0cfa404a2475f95135bdaac826a78",
                  "reference": "c637e494ebb0cfa404a2475f95135bdaac826a78",
eb56e5f2   Administrator   first commit
618
619
620
621
                  "shasum": ""
              },
              "require": {
                  "bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
4bf42036   Alexey Boroda   -Modals ready
622
                  "bower-asset/jquery.inputmask": "~3.2.2 | ~3.3.3",
eb56e5f2   Administrator   first commit
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
                  "bower-asset/punycode": "1.3.*",
                  "bower-asset/yii2-pjax": "~2.0.1",
                  "cebe/markdown": "~1.0.0 | ~1.1.0",
                  "ext-ctype": "*",
                  "ext-mbstring": "*",
                  "ezyang/htmlpurifier": "~4.6",
                  "lib-pcre": "*",
                  "php": ">=5.4.0",
                  "yiisoft/yii2-composer": "~2.0.4"
              },
              "bin": [
                  "yii"
              ],
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "2.0.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "yii\\": ""
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Qiang Xue",
                      "email": "qiang.xue@gmail.com",
                      "homepage": "http://www.yiiframework.com/",
                      "role": "Founder and project lead"
                  },
                  {
                      "name": "Alexander Makarov",
                      "email": "sam@rmcreative.ru",
                      "homepage": "http://rmcreative.ru/",
                      "role": "Core framework development"
                  },
                  {
                      "name": "Maurizio Domba",
                      "homepage": "http://mdomba.info/",
                      "role": "Core framework development"
                  },
                  {
                      "name": "Carsten Brandt",
                      "email": "mail@cebe.cc",
                      "homepage": "http://cebe.cc/",
                      "role": "Core framework development"
                  },
                  {
                      "name": "Timur Ruziev",
                      "email": "resurtm@gmail.com",
                      "homepage": "http://resurtm.com/",
                      "role": "Core framework development"
                  },
                  {
                      "name": "Paul Klimov",
                      "email": "klimov.paul@gmail.com",
                      "role": "Core framework development"
                  },
                  {
                      "name": "Dmitry Naumenko",
                      "email": "d.naumenko.a@gmail.com",
                      "role": "Core framework development"
                  }
              ],
              "description": "Yii PHP Framework Version 2",
              "homepage": "http://www.yiiframework.com/",
              "keywords": [
                  "framework",
                  "yii2"
              ],
4bf42036   Alexey Boroda   -Modals ready
698
              "time": "2016-12-27 20:35:45"
eb56e5f2   Administrator   first commit
699
700
701
702
703
704
705
          },
          {
              "name": "yiisoft/yii2-bootstrap",
              "version": "dev-master",
              "source": {
                  "type": "git",
                  "url": "https://github.com/yiisoft/yii2-bootstrap.git",
4bf42036   Alexey Boroda   -Modals ready
706
                  "reference": "bd2427e162226297891670c77be286385ca4805c"
eb56e5f2   Administrator   first commit
707
708
709
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
710
711
                  "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/bd2427e162226297891670c77be286385ca4805c",
                  "reference": "bd2427e162226297891670c77be286385ca4805c",
eb56e5f2   Administrator   first commit
712
713
714
715
                  "shasum": ""
              },
              "require": {
                  "bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*",
4bf42036   Alexey Boroda   -Modals ready
716
                  "yiisoft/yii2": "~2.0.6"
eb56e5f2   Administrator   first commit
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
              },
              "type": "yii2-extension",
              "extra": {
                  "branch-alias": {
                      "dev-master": "2.0.x-dev"
                  },
                  "asset-installer-paths": {
                      "npm-asset-library": "vendor/npm",
                      "bower-asset-library": "vendor/bower"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "yii\\bootstrap\\": ""
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Qiang Xue",
                      "email": "qiang.xue@gmail.com"
                  }
              ],
              "description": "The Twitter Bootstrap extension for the Yii framework",
              "keywords": [
                  "bootstrap",
                  "yii2"
              ],
4bf42036   Alexey Boroda   -Modals ready
748
              "time": "2016-12-19 12:53:18"
eb56e5f2   Administrator   first commit
749
750
751
752
753
754
755
          },
          {
              "name": "yiisoft/yii2-composer",
              "version": "dev-master",
              "source": {
                  "type": "git",
                  "url": "https://github.com/yiisoft/yii2-composer.git",
4bf42036   Alexey Boroda   -Modals ready
756
                  "reference": "b2590a802a6f747a034893f8bfbeac57fc9ffa77"
eb56e5f2   Administrator   first commit
757
758
759
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
760
761
                  "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/b2590a802a6f747a034893f8bfbeac57fc9ffa77",
                  "reference": "b2590a802a6f747a034893f8bfbeac57fc9ffa77",
eb56e5f2   Administrator   first commit
762
763
764
765
766
                  "shasum": ""
              },
              "require": {
                  "composer-plugin-api": "^1.0"
              },
4bf42036   Alexey Boroda   -Modals ready
767
768
769
              "require-dev": {
                  "composer/composer": "^1.0"
              },
eb56e5f2   Administrator   first commit
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
              "type": "composer-plugin",
              "extra": {
                  "class": "yii\\composer\\Plugin",
                  "branch-alias": {
                      "dev-master": "2.0.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "yii\\composer\\": ""
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Qiang Xue",
                      "email": "qiang.xue@gmail.com"
                  }
              ],
              "description": "The composer plugin for Yii extension installer",
              "keywords": [
                  "composer",
                  "extension installer",
                  "yii2"
              ],
4bf42036   Alexey Boroda   -Modals ready
798
              "time": "2016-12-20 13:33:37"
eb56e5f2   Administrator   first commit
799
800
801
802
803
804
805
          },
          {
              "name": "yiisoft/yii2-jui",
              "version": "dev-master",
              "source": {
                  "type": "git",
                  "url": "https://github.com/yiisoft/yii2-jui.git",
4bf42036   Alexey Boroda   -Modals ready
806
                  "reference": "8c239b90f7f74d2c1d2d4b493c494287ea435ec7"
eb56e5f2   Administrator   first commit
807
808
809
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
810
811
                  "url": "https://api.github.com/repos/yiisoft/yii2-jui/zipball/8c239b90f7f74d2c1d2d4b493c494287ea435ec7",
                  "reference": "8c239b90f7f74d2c1d2d4b493c494287ea435ec7",
eb56e5f2   Administrator   first commit
812
813
814
815
                  "shasum": ""
              },
              "require": {
                  "bower-asset/jquery-ui": "1.11.*@stable",
4bf42036   Alexey Boroda   -Modals ready
816
                  "yiisoft/yii2": "~2.0.4"
eb56e5f2   Administrator   first commit
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
              },
              "type": "yii2-extension",
              "extra": {
                  "branch-alias": {
                      "dev-master": "2.0.x-dev"
                  },
                  "asset-installer-paths": {
                      "npm-asset-library": "vendor/npm",
                      "bower-asset-library": "vendor/bower"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "yii\\jui\\": ""
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Qiang Xue",
                      "email": "qiang.xue@gmail.com"
                  }
              ],
              "description": "The Jquery UI extension for the Yii framework",
              "keywords": [
                  "jQuery UI",
                  "yii2"
              ],
4bf42036   Alexey Boroda   -Modals ready
848
              "time": "2016-12-27 11:19:15"
eb56e5f2   Administrator   first commit
849
850
851
852
853
854
855
          },
          {
              "name": "yiisoft/yii2-swiftmailer",
              "version": "dev-master",
              "source": {
                  "type": "git",
                  "url": "https://github.com/yiisoft/yii2-swiftmailer.git",
4bf42036   Alexey Boroda   -Modals ready
856
                  "reference": "c86c5ee2464ebf8c9f9adc2978193a9a2771b9c9"
eb56e5f2   Administrator   first commit
857
858
859
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
860
861
                  "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/c86c5ee2464ebf8c9f9adc2978193a9a2771b9c9",
                  "reference": "c86c5ee2464ebf8c9f9adc2978193a9a2771b9c9",
eb56e5f2   Administrator   first commit
862
863
864
865
                  "shasum": ""
              },
              "require": {
                  "swiftmailer/swiftmailer": "~5.0",
4bf42036   Alexey Boroda   -Modals ready
866
                  "yiisoft/yii2": "~2.0.4"
eb56e5f2   Administrator   first commit
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
              },
              "type": "yii2-extension",
              "extra": {
                  "branch-alias": {
                      "dev-master": "2.0.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "yii\\swiftmailer\\": ""
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Paul Klimov",
                      "email": "klimov.paul@gmail.com"
                  }
              ],
              "description": "The SwiftMailer integration for the Yii framework",
              "keywords": [
                  "email",
                  "mail",
                  "mailer",
                  "swift",
                  "swiftmailer",
                  "yii2"
              ],
4bf42036   Alexey Boroda   -Modals ready
898
              "time": "2016-11-30 11:55:45"
eb56e5f2   Administrator   first commit
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
          }
      ],
      "packages-dev": [
          {
              "name": "bower-asset/typeahead.js",
              "version": "v0.11.1",
              "source": {
                  "type": "git",
                  "url": "https://github.com/twitter/typeahead.js.git",
                  "reference": "588440f66559714280628a4f9799f0c4eb880a4a"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/twitter/typeahead.js/zipball/588440f66559714280628a4f9799f0c4eb880a4a",
                  "reference": "588440f66559714280628a4f9799f0c4eb880a4a",
                  "shasum": ""
              },
              "require": {
                  "bower-asset/jquery": ">=1.7"
              },
              "require-dev": {
                  "bower-asset/jasmine-ajax": "~1.3.1",
                  "bower-asset/jasmine-jquery": "~1.5.2",
                  "bower-asset/jquery": "~1.7"
              },
              "type": "bower-asset-library",
              "extra": {
                  "bower-asset-main": "dist/typeahead.bundle.js"
              }
          },
          {
              "name": "fzaninotto/faker",
              "version": "dev-master",
              "source": {
                  "type": "git",
                  "url": "https://github.com/fzaninotto/Faker.git",
4bf42036   Alexey Boroda   -Modals ready
935
                  "reference": "56ff6fa72a0678ff48df610e5637ca6b15c5444f"
eb56e5f2   Administrator   first commit
936
937
938
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
939
940
                  "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/56ff6fa72a0678ff48df610e5637ca6b15c5444f",
                  "reference": "56ff6fa72a0678ff48df610e5637ca6b15c5444f",
eb56e5f2   Administrator   first commit
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
                  "shasum": ""
              },
              "require": {
                  "php": "^5.3.3|^7.0"
              },
              "require-dev": {
                  "ext-intl": "*",
                  "phpunit/phpunit": "~4.0",
                  "squizlabs/php_codesniffer": "~1.5"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.6.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Faker\\": "src/Faker/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "François Zaninotto"
                  }
              ],
              "description": "Faker is a PHP library that generates fake data for you.",
              "keywords": [
                  "data",
                  "faker",
                  "fixtures"
              ],
4bf42036   Alexey Boroda   -Modals ready
977
              "time": "2016-12-21 09:03:27"
eb56e5f2   Administrator   first commit
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
          },
          {
              "name": "phpspec/php-diff",
              "version": "dev-master",
              "source": {
                  "type": "git",
                  "url": "https://github.com/phpspec/php-diff.git",
                  "reference": "0464787bfa7cd13576c5a1e318709768798bec6a"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a",
                  "reference": "0464787bfa7cd13576c5a1e318709768798bec6a",
                  "shasum": ""
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.0.x-dev"
                  }
              },
              "autoload": {
                  "psr-0": {
                      "Diff": "lib/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Chris Boulton",
                      "homepage": "http://github.com/chrisboulton"
                  }
              ],
              "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
              "time": "2016-04-07 12:29:16"
          },
          {
              "name": "yiisoft/yii2-codeception",
              "version": "dev-master",
              "source": {
                  "type": "git",
                  "url": "https://github.com/yiisoft/yii2-codeception.git",
4bf42036   Alexey Boroda   -Modals ready
1023
                  "reference": "76fdd689b7ec49c3c57db6137ae5ea536fa8f16d"
eb56e5f2   Administrator   first commit
1024
1025
1026
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
1027
1028
                  "url": "https://api.github.com/repos/yiisoft/yii2-codeception/zipball/76fdd689b7ec49c3c57db6137ae5ea536fa8f16d",
                  "reference": "76fdd689b7ec49c3c57db6137ae5ea536fa8f16d",
eb56e5f2   Administrator   first commit
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
                  "shasum": ""
              },
              "require": {
                  "yiisoft/yii2": ">=2.0.4"
              },
              "type": "yii2-extension",
              "extra": {
                  "branch-alias": {
                      "dev-master": "2.0.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "yii\\codeception\\": ""
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Mark Jebri",
                      "email": "mark.github@yandex.ru"
                  }
              ],
              "description": "The Codeception integration for the Yii framework",
              "keywords": [
                  "codeception",
                  "yii2"
              ],
4bf42036   Alexey Boroda   -Modals ready
1060
1061
              "abandoned": "codeception/codeception",
              "time": "2016-10-20 13:07:49"
eb56e5f2   Administrator   first commit
1062
1063
1064
1065
1066
1067
1068
          },
          {
              "name": "yiisoft/yii2-debug",
              "version": "dev-master",
              "source": {
                  "type": "git",
                  "url": "https://github.com/yiisoft/yii2-debug.git",
4bf42036   Alexey Boroda   -Modals ready
1069
                  "reference": "fa4156df93910f59662a2c1ca0d138803807ade6"
eb56e5f2   Administrator   first commit
1070
1071
1072
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
1073
1074
                  "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/fa4156df93910f59662a2c1ca0d138803807ade6",
                  "reference": "fa4156df93910f59662a2c1ca0d138803807ade6",
eb56e5f2   Administrator   first commit
1075
1076
1077
                  "shasum": ""
              },
              "require": {
4bf42036   Alexey Boroda   -Modals ready
1078
1079
                  "yiisoft/yii2": "~2.0.4",
                  "yiisoft/yii2-bootstrap": "~2.0.0"
eb56e5f2   Administrator   first commit
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
              },
              "type": "yii2-extension",
              "extra": {
                  "branch-alias": {
                      "dev-master": "2.0.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "yii\\debug\\": ""
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Qiang Xue",
                      "email": "qiang.xue@gmail.com"
                  }
              ],
              "description": "The debugger extension for the Yii framework",
              "keywords": [
                  "debug",
                  "debugger",
                  "yii2"
              ],
4bf42036   Alexey Boroda   -Modals ready
1108
              "time": "2016-12-15 14:50:58"
eb56e5f2   Administrator   first commit
1109
1110
1111
1112
1113
1114
1115
          },
          {
              "name": "yiisoft/yii2-faker",
              "version": "dev-master",
              "source": {
                  "type": "git",
                  "url": "https://github.com/yiisoft/yii2-faker.git",
4bf42036   Alexey Boroda   -Modals ready
1116
                  "reference": "8a406289c3af4da5e0092a96b37734dc1a16a43b"
eb56e5f2   Administrator   first commit
1117
1118
1119
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
1120
1121
                  "url": "https://api.github.com/repos/yiisoft/yii2-faker/zipball/8a406289c3af4da5e0092a96b37734dc1a16a43b",
                  "reference": "8a406289c3af4da5e0092a96b37734dc1a16a43b",
eb56e5f2   Administrator   first commit
1122
1123
1124
1125
                  "shasum": ""
              },
              "require": {
                  "fzaninotto/faker": "~1.4",
4bf42036   Alexey Boroda   -Modals ready
1126
                  "yiisoft/yii2": "~2.0.0"
eb56e5f2   Administrator   first commit
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
              },
              "type": "yii2-extension",
              "extra": {
                  "branch-alias": {
                      "dev-master": "2.0.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "yii\\faker\\": ""
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Mark Jebri",
                      "email": "mark.github@yandex.ru"
                  }
              ],
              "description": "Fixture generator. The Faker integration for the Yii framework.",
              "keywords": [
                  "Fixture",
                  "faker",
                  "yii2"
              ],
4bf42036   Alexey Boroda   -Modals ready
1155
              "time": "2016-12-02 21:11:03"
eb56e5f2   Administrator   first commit
1156
1157
1158
1159
1160
1161
1162
          },
          {
              "name": "yiisoft/yii2-gii",
              "version": "dev-master",
              "source": {
                  "type": "git",
                  "url": "https://github.com/yiisoft/yii2-gii.git",
4bf42036   Alexey Boroda   -Modals ready
1163
                  "reference": "e28ccc70fe052187c2d060f67241d05e95ff5eae"
eb56e5f2   Administrator   first commit
1164
1165
1166
              },
              "dist": {
                  "type": "zip",
4bf42036   Alexey Boroda   -Modals ready
1167
1168
                  "url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/e28ccc70fe052187c2d060f67241d05e95ff5eae",
                  "reference": "e28ccc70fe052187c2d060f67241d05e95ff5eae",
eb56e5f2   Administrator   first commit
1169
1170
1171
1172
1173
                  "shasum": ""
              },
              "require": {
                  "bower-asset/typeahead.js": "0.10.* | ~0.11.0",
                  "phpspec/php-diff": ">=1.0.2",
4bf42036   Alexey Boroda   -Modals ready
1174
                  "yiisoft/yii2": "~2.0.4",
eb56e5f2   Administrator   first commit
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
                  "yiisoft/yii2-bootstrap": "~2.0"
              },
              "type": "yii2-extension",
              "extra": {
                  "branch-alias": {
                      "dev-master": "2.0.x-dev"
                  },
                  "asset-installer-paths": {
                      "npm-asset-library": "vendor/npm",
                      "bower-asset-library": "vendor/bower"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "yii\\gii\\": ""
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Qiang Xue",
                      "email": "qiang.xue@gmail.com"
                  }
              ],
              "description": "The Gii extension for the Yii framework",
              "keywords": [
                  "code generator",
                  "gii",
                  "yii2"
              ],
4bf42036   Alexey Boroda   -Modals ready
1208
              "time": "2016-12-21 16:50:20"
eb56e5f2   Administrator   first commit
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
          }
      ],
      "aliases": [],
      "minimum-stability": "dev",
      "stability-flags": {
          "kartik-v/yii2-widget-fileinput": 20
      },
      "prefer-stable": false,
      "prefer-lowest": false,
      "platform": {
          "php": ">=5.4.0"
      },
      "platform-dev": []
  }