Commit e16db8d2ce2e684090725cfe66a913e964f41488

Authored by Alexey Boroda
1 parent b332285d

composer lock from prod

Showing 2 changed files with 5160 additions and 2 deletions   Show diff stats
.gitignore
... ... @@ -34,8 +34,8 @@ phpunit.phar
34 34 # vagrant runtime
35 35 /.vagrant
36 36 /artweb/
37   -/composer.lock
  37 +#/composer.lock
38 38 storage/*
39 39 !storage/.gitignore
40 40  
41   -/frontend/web/robots.txt
42 41 \ No newline at end of file
  42 +/frontend/web/robots.txt
... ...
composer.lock 0 → 100644
Changes suppressed. Click to show
  1 +{
  2 + "_readme": [
  3 + "This file locks the dependencies of your project to a known state",
  4 + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5 + "This file is @generated automatically"
  6 + ],
  7 + "content-hash": "a330c34cf0cac85c4c2a3d9c6a68d75b",
  8 + "packages": [
  9 + {
  10 + "name": "2amigos/yii2-tinymce-widget",
  11 + "version": "1.1.2",
  12 + "source": {
  13 + "type": "git",
  14 + "url": "https://github.com/2amigos/yii2-tinymce-widget.git",
  15 + "reference": "4f519e37774ef231e4b4d6046854d5638548c8e0"
  16 + },
  17 + "dist": {
  18 + "type": "zip",
  19 + "url": "https://api.github.com/repos/2amigos/yii2-tinymce-widget/zipball/4f519e37774ef231e4b4d6046854d5638548c8e0",
  20 + "reference": "4f519e37774ef231e4b4d6046854d5638548c8e0",
  21 + "shasum": ""
  22 + },
  23 + "require": {
  24 + "tinymce/tinymce": ">=4",
  25 + "yiisoft/yii2": "~2.0.0"
  26 + },
  27 + "require-dev": {
  28 + "phpunit/phpunit": "4.*"
  29 + },
  30 + "type": "yii2-extension",
  31 + "extra": {
  32 + "branch-alias": {
  33 + "dev-master": "1.0-dev"
  34 + },
  35 + "asset-installer-paths": {
  36 + "bower-asset-library": "vendor/bower"
  37 + }
  38 + },
  39 + "autoload": {
  40 + "psr-4": {
  41 + "dosamigos\\tinymce\\": "src"
  42 + }
  43 + },
  44 + "notification-url": "https://packagist.org/downloads/",
  45 + "license": [
  46 + "BSD-3-Clause"
  47 + ],
  48 + "authors": [
  49 + {
  50 + "name": "2amigOS! Consulting Group",
  51 + "email": "hola@2amigos.us",
  52 + "homepage": "http://2amigos.us",
  53 + "role": "Developer"
  54 + }
  55 + ],
  56 + "description": "TinyMCE widget for Yii2.",
  57 + "homepage": "http://yiiwheels.com/extension/tinymce-widget",
  58 + "keywords": [
  59 + "2amigos",
  60 + "extension",
  61 + "tinymce",
  62 + "widget",
  63 + "yii",
  64 + "yii 2",
  65 + "yii2"
  66 + ],
  67 + "time": "2017-06-09T14:12:14+00:00"
  68 + },
  69 + {
  70 + "name": "artweb/artbox-core",
  71 + "version": "dev-master",
  72 + "source": {
  73 + "type": "git",
  74 + "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-core.git",
  75 + "reference": "fcbbba05c7ad39a8d95e24c75694b78630dd648d"
  76 + },
  77 + "require": {
  78 + "2amigos/yii2-tinymce-widget": "~1.0",
  79 + "bower-asset/amcharts": "*",
  80 + "kartik-v/yii2-widget-fileinput": "*",
  81 + "php": ">=7.0",
  82 + "yiisoft/yii2": "~2.0",
  83 + "yiisoft/yii2-bootstrap": "~2.0",
  84 + "yiisoft/yii2-imagine": "~2.0",
  85 + "yiisoft/yii2-swiftmailer": "~2.0",
  86 + "yiister/yii2-gentelella": "~1.0"
  87 + },
  88 + "type": "yii2-extension",
  89 + "autoload": {
  90 + "psr-4": {
  91 + "artbox\\core\\": ""
  92 + }
  93 + },
  94 + "license": [
  95 + "BSD-3-Clause"
  96 + ],
  97 + "description": "Artbox core extension",
  98 + "time": "2017-11-07 09:49:07"
  99 + },
  100 + {
  101 + "name": "artweb/artbox-webcomment",
  102 + "version": "dev-master",
  103 + "source": {
  104 + "type": "git",
  105 + "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-webcomment.git",
  106 + "reference": "295dcf32e4542399663cdc8d419ab46a5efe651e"
  107 + },
  108 + "require": {
  109 + "artweb/artbox-core": "@dev",
  110 + "php": ">=7.0",
  111 + "yiisoft/yii2": "~2.0"
  112 + },
  113 + "type": "yii2-extension",
  114 + "autoload": {
  115 + "psr-4": {
  116 + "artbox\\webcomment\\": ""
  117 + }
  118 + },
  119 + "license": [
  120 + "BSD-3-Clause"
  121 + ],
  122 + "description": "Artbox comment extension",
  123 + "time": "2017-09-28 11:55:19"
  124 + },
  125 + {
  126 + "name": "artweb/artbox-weblog",
  127 + "version": "dev-master",
  128 + "source": {
  129 + "type": "git",
  130 + "url": "git@gitlab.artweb.com.ua:Alexey/artbox-weblog.git",
  131 + "reference": "420d8fd52ac4482d9e0c22e636298b7ce430bfe1"
  132 + },
  133 + "require": {
  134 + "php": ">=7.0",
  135 + "yiisoft/yii2": "~2.0",
  136 + "yiisoft/yii2-bootstrap": "~2.0"
  137 + },
  138 + "type": "yii2-extension",
  139 + "autoload": {
  140 + "psr-4": {
  141 + "artbox\\weblog\\": ""
  142 + }
  143 + },
  144 + "license": [
  145 + "BSD-3-Clause"
  146 + ],
  147 + "description": "Artbox blog support extension",
  148 + "time": "2017-09-18 15:38:17"
  149 + },
  150 + {
  151 + "name": "bower-asset/amcharts",
  152 + "version": "v3.15.2",
  153 + "source": {
  154 + "type": "git",
  155 + "url": "https://github.com/arturgspb/bower-amcharts.git",
  156 + "reference": "47b9e0976015243db5254eb64f449743b1bbdca0"
  157 + },
  158 + "dist": {
  159 + "type": "zip",
  160 + "url": "https://api.github.com/repos/arturgspb/bower-amcharts/zipball/47b9e0976015243db5254eb64f449743b1bbdca0",
  161 + "reference": "47b9e0976015243db5254eb64f449743b1bbdca0",
  162 + "shasum": ""
  163 + },
  164 + "type": "bower-asset-library",
  165 + "extra": {
  166 + "bower-asset-main": "./dist/amcharts/amcharts.js"
  167 + }
  168 + },
  169 + {
  170 + "name": "bower-asset/amcharts-stock",
  171 + "version": "dev-master",
  172 + "source": {
  173 + "type": "git",
  174 + "url": "https://github.com/denisvolokh/bower-amcharts-stock.git",
  175 + "reference": "22a2d2032328dc4d29282384a14f4994c6f3f8f1"
  176 + },
  177 + "dist": {
  178 + "type": "zip",
  179 + "url": "https://api.github.com/repos/denisvolokh/bower-amcharts-stock/zipball/22a2d2032328dc4d29282384a14f4994c6f3f8f1",
  180 + "reference": "22a2d2032328dc4d29282384a14f4994c6f3f8f1",
  181 + "shasum": ""
  182 + },
  183 + "type": "bower-asset-library",
  184 + "extra": {
  185 + "bower-asset-main": "./dist/amcharts/amcharts.js",
  186 + "branch-alias": {
  187 + "dev-master": "3.13.0-dev"
  188 + }
  189 + },
  190 + "time": "2015-01-28 07:40:20"
  191 + },
  192 + {
  193 + "name": "bower-asset/bootstrap",
  194 + "version": "v3.3.7",
  195 + "source": {
  196 + "type": "git",
  197 + "url": "https://github.com/twbs/bootstrap.git",
  198 + "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
  199 + },
  200 + "dist": {
  201 + "type": "zip",
  202 + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
  203 + "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
  204 + "shasum": ""
  205 + },
  206 + "require": {
  207 + "bower-asset/jquery": ">=1.9.1,<=3"
  208 + },
  209 + "type": "bower-asset-library",
  210 + "extra": {
  211 + "bower-asset-main": [
  212 + "less/bootstrap.less",
  213 + "dist/js/bootstrap.js"
  214 + ],
  215 + "bower-asset-ignore": [
  216 + "/.*",
  217 + "_config.yml",
  218 + "CNAME",
  219 + "composer.json",
  220 + "CONTRIBUTING.md",
  221 + "docs",
  222 + "js/tests",
  223 + "test-infra"
  224 + ]
  225 + },
  226 + "license": [
  227 + "MIT"
  228 + ],
  229 + "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  230 + "keywords": [
  231 + "css",
  232 + "framework",
  233 + "front-end",
  234 + "js",
  235 + "less",
  236 + "mobile-first",
  237 + "responsive",
  238 + "web"
  239 + ]
  240 + },
  241 + {
  242 + "name": "bower-asset/gentelella",
  243 + "version": "1.4.0",
  244 + "source": {
  245 + "type": "git",
  246 + "url": "https://github.com/puikinsh/gentelella.git",
  247 + "reference": "3448fdfdf16a41707d6e2a8154d592a88d85c41c"
  248 + },
  249 + "dist": {
  250 + "type": "zip",
  251 + "url": "https://api.github.com/repos/puikinsh/gentelella/zipball/3448fdfdf16a41707d6e2a8154d592a88d85c41c",
  252 + "reference": "3448fdfdf16a41707d6e2a8154d592a88d85c41c",
  253 + "shasum": ""
  254 + },
  255 + "require-dev": {
  256 + "bower-asset/animate.css": ">=3.5.1,<4.0.0",
  257 + "bower-asset/autosize": ">=3.0.15,<4.0.0",
  258 + "bower-asset/bootstrap": ">=3.3.7,<4.0.0",
  259 + "bower-asset/bootstrap-colorpicker": ">=2.3.3,<3.0.0",
  260 + "bower-asset/bootstrap-daterangepicker": "dev-master",
  261 + "bower-asset/bootstrap-progressbar": ">=0.9.0,<0.10.0",
  262 + "bower-asset/bootstrap-wysiwyg-steveathon": ">=1.0.5,<2.0.0",
  263 + "bower-asset/chart.js": ">=2.0.2,<3.0.0",
  264 + "bower-asset/cropper": ">=2.3.0,<3.0.0",
  265 + "bower-asset/datatables.net": ">=1.10.11,<2.0.0",
  266 + "bower-asset/datatables.net-bs": ">=1.10.11,<2.0.0",
  267 + "bower-asset/datatables.net-buttons": ">=1.1.2,<2.0.0",
  268 + "bower-asset/datatables.net-buttons-bs": ">=1.1.2,<2.0.0",
  269 + "bower-asset/datatables.net-fixedheader": ">=3.1.1,<4.0.0",
  270 + "bower-asset/datatables.net-fixedheader-bs": ">=3.1.1,<4.0.0",
  271 + "bower-asset/datatables.net-keytable": ">=2.1.1,<3.0.0",
  272 + "bower-asset/datatables.net-responsive": ">=2.0.2,<3.0.0",
  273 + "bower-asset/datatables.net-responsive-bs": ">=2.0.2,<3.0.0",
  274 + "bower-asset/datatables.net-scroller": ">=1.4.1,<2.0.0",
  275 + "bower-asset/datatables.net-scroller-bs": ">=1.4.1,<2.0.0",
  276 + "bower-asset/datejs": ">=1.0.0-RC3,<2.0.0",
  277 + "bower-asset/devbridge-autocomplete": ">=1.2.24,<2.0.0",
  278 + "bower-asset/dropzone": ">=4.3.0,<5.0.0",
  279 + "bower-asset/echarts": ">=3.1.7,<4.0.0",
  280 + "bower-asset/fastclick": ">=1.0.6,<2.0.0",
  281 + "bower-asset/flot": ">=0.8.3,<0.9.0",
  282 + "bower-asset/flot-spline": ">=0.8.2,<0.9.0",
  283 + "bower-asset/flot.curvedlines": ">=1.1.1,<2.0.0",
  284 + "bower-asset/flot.orderbars": "*",
  285 + "bower-asset/fontawesome": ">=4.6.1,<5.0.0",
  286 + "bower-asset/fullcalendar": ">=2.6.1,<3.0.0",
  287 + "bower-asset/gauge.js": ">=1.2.1,<2.0.0",
  288 + "bower-asset/icheck": ">=1.0.2,<2.0.0",
  289 + "bower-asset/ionrangeslider": ">=2.1.3,<3.0.0",
  290 + "bower-asset/jquery": ">=2.2.3,<3.0.0",
  291 + "bower-asset/jquery-knob": ">=1.2.13,<2.0.0",
  292 + "bower-asset/jquery-smart-wizard": ">=3.3.1,<4.0.0",
  293 + "bower-asset/jquery-sparkline": ">=2.1.3,<3.0.0",
  294 + "bower-asset/jquery.easy-pie-chart": ">=2.1.6,<3.0.0",
  295 + "bower-asset/jquery.inputmask": ">=3.3.1,<4.0.0",
  296 + "bower-asset/jquery.tagsinput": ">=1.3.6,<2.0.0",
  297 + "bower-asset/jqvmap": "dev-master",
  298 + "bower-asset/jszip": "2.6.0",
  299 + "bower-asset/malihu-custom-scrollbar-plugin": ">=3.1.3,<4.0.0",
  300 + "bower-asset/morris.js": ">=0.5.1,<0.6.0",
  301 + "bower-asset/normalize-css": ">=4.1.1,<5.0.0",
  302 + "bower-asset/nprogress": ">=0.2.0,<0.3.0",
  303 + "bower-asset/parsleyjs": ">=2.3.10,<3.0.0",
  304 + "bower-asset/pdfmake": ">=0.1.20,<0.2.0",
  305 + "bower-asset/pnotify": ">=3.0.0,<4.0.0",
  306 + "bower-asset/select2": ">=4.0.2,<5.0.0",
  307 + "bower-asset/skycons": "*",
  308 + "bower-asset/starrr": ">=2.0.0,<3.0.0",
  309 + "bower-asset/switchery": ">=0.8.1,<0.9.0",
  310 + "bower-asset/validator": ">=1.0.6,<2.0.0"
  311 + },
  312 + "type": "bower-asset-library",
  313 + "extra": {
  314 + "bower-asset-ignore": [
  315 + "**/.*",
  316 + "documentation"
  317 + ]
  318 + },
  319 + "license": [
  320 + "MIT"
  321 + ],
  322 + "description": "Gentelella Admin is a free to use Bootstrap admin template",
  323 + "keywords": [
  324 + "admin",
  325 + "backend",
  326 + "bootstrap",
  327 + "css",
  328 + "html",
  329 + "js",
  330 + "responsive",
  331 + "template",
  332 + "theme"
  333 + ]
  334 + },
  335 + {
  336 + "name": "bower-asset/icheck",
  337 + "version": "1.0.2",
  338 + "source": {
  339 + "type": "git",
  340 + "url": "https://github.com/fronteed/icheck.git",
  341 + "reference": "8a6eb37bd7dab1e843c1b630c91c6398ff409d05"
  342 + },
  343 + "dist": {
  344 + "type": "zip",
  345 + "url": "https://api.github.com/repos/fronteed/icheck/zipball/8a6eb37bd7dab1e843c1b630c91c6398ff409d05",
  346 + "reference": "8a6eb37bd7dab1e843c1b630c91c6398ff409d05",
  347 + "shasum": ""
  348 + },
  349 + "require": {
  350 + "bower-asset/jquery": ">=1.7"
  351 + },
  352 + "type": "bower-asset-library",
  353 + "extra": {
  354 + "bower-asset-main": [
  355 + "./icheck.min.js"
  356 + ],
  357 + "bower-asset-ignore": [
  358 + ".gitignore",
  359 + "CHANGELOG.md",
  360 + "README.md",
  361 + "demo/"
  362 + ]
  363 + },
  364 + "license": [
  365 + "MIT"
  366 + ],
  367 + "description": "Highly customizable checkboxes and radio buttons (jQuery & Zepto)",
  368 + "keywords": [
  369 + "accessibility",
  370 + "checkbox",
  371 + "checked",
  372 + "custom",
  373 + "disabled",
  374 + "field",
  375 + "form",
  376 + "icheck",
  377 + "indeterminate",
  378 + "input",
  379 + "radio",
  380 + "replacement",
  381 + "skins",
  382 + "ui"
  383 + ]
  384 + },
  385 + {
  386 + "name": "bower-asset/jquery",
  387 + "version": "2.2.4",
  388 + "source": {
  389 + "type": "git",
  390 + "url": "https://github.com/jquery/jquery-dist.git",
  391 + "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72"
  392 + },
  393 + "dist": {
  394 + "type": "zip",
  395 + "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/c0185ab7c75aab88762c5aae780b9d83b80eda72",
  396 + "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72",
  397 + "shasum": ""
  398 + },
  399 + "type": "bower-asset-library",
  400 + "extra": {
  401 + "bower-asset-main": "dist/jquery.js",
  402 + "bower-asset-ignore": [
  403 + "package.json"
  404 + ]
  405 + },
  406 + "license": [
  407 + "MIT"
  408 + ],
  409 + "keywords": [
  410 + "browser",
  411 + "javascript",
  412 + "jquery",
  413 + "library"
  414 + ]
  415 + },
  416 + {
  417 + "name": "bower-asset/jquery.inputmask",
  418 + "version": "3.3.10",
  419 + "source": {
  420 + "type": "git",
  421 + "url": "https://github.com/RobinHerbots/Inputmask.git",
  422 + "reference": "14873e5775964275d13621cbe2b52e4448af3707"
  423 + },
  424 + "dist": {
  425 + "type": "zip",
  426 + "url": "https://api.github.com/repos/RobinHerbots/Inputmask/zipball/14873e5775964275d13621cbe2b52e4448af3707",
  427 + "reference": "14873e5775964275d13621cbe2b52e4448af3707",
  428 + "shasum": null
  429 + },
  430 + "require": {
  431 + "bower-asset/jquery": ">=1.7"
  432 + },
  433 + "type": "bower-asset",
  434 + "license": [
  435 + "http://opensource.org/licenses/mit-license.php"
  436 + ]
  437 + },
  438 + {
  439 + "name": "bower-asset/photoswipe",
  440 + "version": "v4.1.2",
  441 + "source": {
  442 + "type": "git",
  443 + "url": "https://github.com/dimsemenov/PhotoSwipe.git",
  444 + "reference": "b6fdb82ed0b5b635c0943098f3046581a02ead77"
  445 + },
  446 + "dist": {
  447 + "type": "zip",
  448 + "url": "https://api.github.com/repos/dimsemenov/PhotoSwipe/zipball/b6fdb82ed0b5b635c0943098f3046581a02ead77",
  449 + "reference": "b6fdb82ed0b5b635c0943098f3046581a02ead77",
  450 + "shasum": ""
  451 + },
  452 + "type": "bower-asset-library",
  453 + "extra": {
  454 + "bower-asset-main": [
  455 + "dist/photoswipe.js",
  456 + "dist/photoswipe.css",
  457 + "dist/photoswipe-ui-default.js",
  458 + "dist/default-skin/default-skin.css",
  459 + "dist/default-skin/default-skin.png",
  460 + "dist/default-skin/default-skin.svg",
  461 + "dist/default-skin/preloader.gif"
  462 + ],
  463 + "bower-asset-ignore": [
  464 + "**/.*",
  465 + "node_modules",
  466 + "bower_components",
  467 + "test",
  468 + "tests",
  469 + "website"
  470 + ]
  471 + },
  472 + "license": [
  473 + "MIT"
  474 + ],
  475 + "description": "Touch-friendly image gallery for mobile and desktop. Without dependencies.",
  476 + "keywords": [
  477 + "gallery",
  478 + "image",
  479 + "lightbox",
  480 + "swipe",
  481 + "touch"
  482 + ]
  483 + },
  484 + {
  485 + "name": "bower-asset/pnotify",
  486 + "version": "2.1.0",
  487 + "source": {
  488 + "type": "git",
  489 + "url": "https://github.com/sciactive/pnotify.git",
  490 + "reference": "4ca6d8089ec45997ae7be37efc51f1ddad336933"
  491 + },
  492 + "dist": {
  493 + "type": "zip",
  494 + "url": "https://api.github.com/repos/sciactive/pnotify/zipball/4ca6d8089ec45997ae7be37efc51f1ddad336933",
  495 + "reference": "4ca6d8089ec45997ae7be37efc51f1ddad336933",
  496 + "shasum": ""
  497 + },
  498 + "type": "bower-asset-library",
  499 + "extra": {
  500 + "bower-asset-main": [
  501 + "src/pnotify.core.js",
  502 + "src/pnotify.core.min.js",
  503 + "src/pnotify.buttons.js",
  504 + "src/pnotify.buttons.min.js",
  505 + "src/pnotify.callbacks.js",
  506 + "src/pnotify.callbacks.min.js",
  507 + "src/pnotify.confirm.js",
  508 + "src/pnotify.confirm.min.js",
  509 + "src/pnotify.desktop.js",
  510 + "src/pnotify.desktop.min.js",
  511 + "src/pnotify.history.js",
  512 + "src/pnotify.history.min.js",
  513 + "src/pnotify.nonblock.js",
  514 + "src/pnotify.nonblock.min.js",
  515 + "src/pnotify.core.css",
  516 + "src/pnotify.core.min.css",
  517 + "src/pnotify.buttons.css",
  518 + "src/pnotify.buttons.min.css",
  519 + "src/pnotify.history.css",
  520 + "src/pnotify.history.min.css"
  521 + ],
  522 + "bower-asset-ignore": [
  523 + "build-cache/",
  524 + "build-tools/",
  525 + "includes/",
  526 + "oxygen/",
  527 + "devnote*.*",
  528 + "index.html",
  529 + "README.md",
  530 + "testing.html",
  531 + "buildcustom.php",
  532 + "package.json",
  533 + "src/pnotify.tooltip.js",
  534 + "src/pnotify.tooltip.min.js",
  535 + "src/pnotify.mobile.js",
  536 + "src/pnotify.mobile.min.js"
  537 + ]
  538 + },
  539 + "license": [
  540 + "GPL-3.0",
  541 + "LGPL-3.0",
  542 + "MPL-1.1"
  543 + ],
  544 + "description": "JavaScript notification plugin."
  545 + },
  546 + {
  547 + "name": "bower-asset/punycode",
  548 + "version": "v1.3.2",
  549 + "source": {
  550 + "type": "git",
  551 + "url": "https://github.com/bestiejs/punycode.js.git",
  552 + "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
  553 + },
  554 + "dist": {
  555 + "type": "zip",
  556 + "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3",
  557 + "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",
  558 + "shasum": ""
  559 + },
  560 + "type": "bower-asset-library",
  561 + "extra": {
  562 + "bower-asset-main": "punycode.js",
  563 + "bower-asset-ignore": [
  564 + "coverage",
  565 + "tests",
  566 + ".*",
  567 + "component.json",
  568 + "Gruntfile.js",
  569 + "node_modules",
  570 + "package.json"
  571 + ]
  572 + }
  573 + },
  574 + {
  575 + "name": "bower-asset/yii2-pjax",
  576 + "version": "2.0.7.1",
  577 + "source": {
  578 + "type": "git",
  579 + "url": "https://github.com/yiisoft/jquery-pjax.git",
  580 + "reference": "aef7b953107264f00234902a3880eb50dafc48be"
  581 + },
  582 + "dist": {
  583 + "type": "zip",
  584 + "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/aef7b953107264f00234902a3880eb50dafc48be",
  585 + "reference": "aef7b953107264f00234902a3880eb50dafc48be",
  586 + "shasum": null
  587 + },
  588 + "require": {
  589 + "bower-asset/jquery": ">=1.8"
  590 + },
  591 + "type": "bower-asset",
  592 + "license": [
  593 + "MIT"
  594 + ]
  595 + },
  596 + {
  597 + "name": "cebe/markdown",
  598 + "version": "1.1.2",
  599 + "source": {
  600 + "type": "git",
  601 + "url": "https://github.com/cebe/markdown.git",
  602 + "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e"
  603 + },
  604 + "dist": {
  605 + "type": "zip",
  606 + "url": "https://api.github.com/repos/cebe/markdown/zipball/25b28bae8a6f185b5030673af77b32e1163d5c6e",
  607 + "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e",
  608 + "shasum": ""
  609 + },
  610 + "require": {
  611 + "lib-pcre": "*",
  612 + "php": ">=5.4.0"
  613 + },
  614 + "require-dev": {
  615 + "cebe/indent": "*",
  616 + "facebook/xhprof": "*@dev",
  617 + "phpunit/phpunit": "4.1.*"
  618 + },
  619 + "bin": [
  620 + "bin/markdown"
  621 + ],
  622 + "type": "library",
  623 + "extra": {
  624 + "branch-alias": {
  625 + "dev-master": "1.1.x-dev"
  626 + }
  627 + },
  628 + "autoload": {
  629 + "psr-4": {
  630 + "cebe\\markdown\\": ""
  631 + }
  632 + },
  633 + "notification-url": "https://packagist.org/downloads/",
  634 + "license": [
  635 + "MIT"
  636 + ],
  637 + "authors": [
  638 + {
  639 + "name": "Carsten Brandt",
  640 + "email": "mail@cebe.cc",
  641 + "homepage": "http://cebe.cc/",
  642 + "role": "Creator"
  643 + }
  644 + ],
  645 + "description": "A super fast, highly extensible markdown parser for PHP",
  646 + "homepage": "https://github.com/cebe/markdown#readme",
  647 + "keywords": [
  648 + "extensible",
  649 + "fast",
  650 + "gfm",
  651 + "markdown",
  652 + "markdown-extra"
  653 + ],
  654 + "time": "2017-07-16T21:13:23+00:00"
  655 + },
  656 + {
  657 + "name": "doctrine/lexer",
  658 + "version": "v1.0.1",
  659 + "source": {
  660 + "type": "git",
  661 + "url": "https://github.com/doctrine/lexer.git",
  662 + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  663 + },
  664 + "dist": {
  665 + "type": "zip",
  666 + "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  667 + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  668 + "shasum": ""
  669 + },
  670 + "require": {
  671 + "php": ">=5.3.2"
  672 + },
  673 + "type": "library",
  674 + "extra": {
  675 + "branch-alias": {
  676 + "dev-master": "1.0.x-dev"
  677 + }
  678 + },
  679 + "autoload": {
  680 + "psr-0": {
  681 + "Doctrine\\Common\\Lexer\\": "lib/"
  682 + }
  683 + },
  684 + "notification-url": "https://packagist.org/downloads/",
  685 + "license": [
  686 + "MIT"
  687 + ],
  688 + "authors": [
  689 + {
  690 + "name": "Roman Borschel",
  691 + "email": "roman@code-factory.org"
  692 + },
  693 + {
  694 + "name": "Guilherme Blanco",
  695 + "email": "guilhermeblanco@gmail.com"
  696 + },
  697 + {
  698 + "name": "Johannes Schmitt",
  699 + "email": "schmittjoh@gmail.com"
  700 + }
  701 + ],
  702 + "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  703 + "homepage": "http://www.doctrine-project.org",
  704 + "keywords": [
  705 + "lexer",
  706 + "parser"
  707 + ],
  708 + "time": "2014-09-09T13:34:57+00:00"
  709 + },
  710 + {
  711 + "name": "egulias/email-validator",
  712 + "version": "2.1.2",
  713 + "source": {
  714 + "type": "git",
  715 + "url": "https://github.com/egulias/EmailValidator.git",
  716 + "reference": "bc31baa11ea2883e017f0a10d9722ef9d50eac1c"
  717 + },
  718 + "dist": {
  719 + "type": "zip",
  720 + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/bc31baa11ea2883e017f0a10d9722ef9d50eac1c",
  721 + "reference": "bc31baa11ea2883e017f0a10d9722ef9d50eac1c",
  722 + "shasum": ""
  723 + },
  724 + "require": {
  725 + "doctrine/lexer": "^1.0.1",
  726 + "php": ">= 5.5"
  727 + },
  728 + "require-dev": {
  729 + "dominicsayers/isemail": "dev-master",
  730 + "phpunit/phpunit": "^4.8.0",
  731 + "satooshi/php-coveralls": "dev-master"
  732 + },
  733 + "suggest": {
  734 + "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  735 + },
  736 + "type": "library",
  737 + "extra": {
  738 + "branch-alias": {
  739 + "dev-master": "2.0.x-dev"
  740 + }
  741 + },
  742 + "autoload": {
  743 + "psr-4": {
  744 + "Egulias\\EmailValidator\\": "EmailValidator"
  745 + }
  746 + },
  747 + "notification-url": "https://packagist.org/downloads/",
  748 + "license": [
  749 + "MIT"
  750 + ],
  751 + "authors": [
  752 + {
  753 + "name": "Eduardo Gulias Davis"
  754 + }
  755 + ],
  756 + "description": "A library for validating emails against several RFCs",
  757 + "homepage": "https://github.com/egulias/EmailValidator",
  758 + "keywords": [
  759 + "email",
  760 + "emailvalidation",
  761 + "emailvalidator",
  762 + "validation",
  763 + "validator"
  764 + ],
  765 + "time": "2017-01-30T22:07:36+00:00"
  766 + },
  767 + {
  768 + "name": "ezyang/htmlpurifier",
  769 + "version": "v4.9.3",
  770 + "source": {
  771 + "type": "git",
  772 + "url": "https://github.com/ezyang/htmlpurifier.git",
  773 + "reference": "95e1bae3182efc0f3422896a3236e991049dac69"
  774 + },
  775 + "dist": {
  776 + "type": "zip",
  777 + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
  778 + "reference": "95e1bae3182efc0f3422896a3236e991049dac69",
  779 + "shasum": ""
  780 + },
  781 + "require": {
  782 + "php": ">=5.2"
  783 + },
  784 + "require-dev": {
  785 + "simpletest/simpletest": "^1.1"
  786 + },
  787 + "type": "library",
  788 + "autoload": {
  789 + "psr-0": {
  790 + "HTMLPurifier": "library/"
  791 + },
  792 + "files": [
  793 + "library/HTMLPurifier.composer.php"
  794 + ]
  795 + },
  796 + "notification-url": "https://packagist.org/downloads/",
  797 + "license": [
  798 + "LGPL"
  799 + ],
  800 + "authors": [
  801 + {
  802 + "name": "Edward Z. Yang",
  803 + "email": "admin@htmlpurifier.org",
  804 + "homepage": "http://ezyang.com"
  805 + }
  806 + ],
  807 + "description": "Standards compliant HTML filter written in PHP",
  808 + "homepage": "http://htmlpurifier.org/",
  809 + "keywords": [
  810 + "html"
  811 + ],
  812 + "time": "2017-06-03T02:28:16+00:00"
  813 + },
  814 + {
  815 + "name": "firebase/php-jwt",
  816 + "version": "v5.0.0",
  817 + "source": {
  818 + "type": "git",
  819 + "url": "https://github.com/firebase/php-jwt.git",
  820 + "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
  821 + },
  822 + "dist": {
  823 + "type": "zip",
  824 + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
  825 + "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
  826 + "shasum": ""
  827 + },
  828 + "require": {
  829 + "php": ">=5.3.0"
  830 + },
  831 + "require-dev": {
  832 + "phpunit/phpunit": " 4.8.35"
  833 + },
  834 + "type": "library",
  835 + "autoload": {
  836 + "psr-4": {
  837 + "Firebase\\JWT\\": "src"
  838 + }
  839 + },
  840 + "notification-url": "https://packagist.org/downloads/",
  841 + "license": [
  842 + "BSD-3-Clause"
  843 + ],
  844 + "authors": [
  845 + {
  846 + "name": "Neuman Vong",
  847 + "email": "neuman+pear@twilio.com",
  848 + "role": "Developer"
  849 + },
  850 + {
  851 + "name": "Anant Narayanan",
  852 + "email": "anant@php.net",
  853 + "role": "Developer"
  854 + }
  855 + ],
  856 + "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  857 + "homepage": "https://github.com/firebase/php-jwt",
  858 + "time": "2017-06-27T22:17:23+00:00"
  859 + },
  860 + {
  861 + "name": "fortawesome/font-awesome",
  862 + "version": "v4.7.0",
  863 + "source": {
  864 + "type": "git",
  865 + "url": "https://github.com/FortAwesome/Font-Awesome.git",
  866 + "reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687"
  867 + },
  868 + "dist": {
  869 + "type": "zip",
  870 + "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a8386aae19e200ddb0f6845b5feeee5eb7013687",
  871 + "reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687",
  872 + "shasum": ""
  873 + },
  874 + "require-dev": {
  875 + "jekyll": "1.0.2",
  876 + "lessc": "1.4.2"
  877 + },
  878 + "type": "library",
  879 + "extra": {
  880 + "branch-alias": {
  881 + "dev-master": "4.6.x-dev"
  882 + }
  883 + },
  884 + "notification-url": "https://packagist.org/downloads/",
  885 + "license": [
  886 + "OFL-1.1",
  887 + "MIT"
  888 + ],
  889 + "authors": [
  890 + {
  891 + "name": "Dave Gandy",
  892 + "email": "dave@fontawesome.io",
  893 + "homepage": "http://twitter.com/davegandy",
  894 + "role": "Developer"
  895 + }
  896 + ],
  897 + "description": "The iconic font and CSS framework",
  898 + "homepage": "http://fontawesome.io/",
  899 + "keywords": [
  900 + "FontAwesome",
  901 + "awesome",
  902 + "bootstrap",
  903 + "font",
  904 + "icon"
  905 + ],
  906 + "time": "2016-10-24T15:52:54+00:00"
  907 + },
  908 + {
  909 + "name": "google/apiclient",
  910 + "version": "v2.2.1",
  911 + "source": {
  912 + "type": "git",
  913 + "url": "https://github.com/google/google-api-php-client.git",
  914 + "reference": "b69b8ac4bf6501793c389d4e013a79d09c85c5f2"
  915 + },
  916 + "dist": {
  917 + "type": "zip",
  918 + "url": "https://api.github.com/repos/google/google-api-php-client/zipball/b69b8ac4bf6501793c389d4e013a79d09c85c5f2",
  919 + "reference": "b69b8ac4bf6501793c389d4e013a79d09c85c5f2",
  920 + "shasum": ""
  921 + },
  922 + "require": {
  923 + "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
  924 + "google/apiclient-services": "~0.13",
  925 + "google/auth": "^1.0",
  926 + "guzzlehttp/guzzle": "~5.3.1|~6.0",
  927 + "guzzlehttp/psr7": "^1.2",
  928 + "monolog/monolog": "^1.17",
  929 + "php": ">=5.4",
  930 + "phpseclib/phpseclib": "~0.3.10|~2.0"
  931 + },
  932 + "require-dev": {
  933 + "cache/filesystem-adapter": "^0.3.2",
  934 + "phpunit/phpunit": "~4",
  935 + "squizlabs/php_codesniffer": "~2.3",
  936 + "symfony/css-selector": "~2.1",
  937 + "symfony/dom-crawler": "~2.1"
  938 + },
  939 + "suggest": {
  940 + "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)"
  941 + },
  942 + "type": "library",
  943 + "extra": {
  944 + "branch-alias": {
  945 + "dev-master": "2.x-dev"
  946 + }
  947 + },
  948 + "autoload": {
  949 + "psr-0": {
  950 + "Google_": "src/"
  951 + },
  952 + "classmap": [
  953 + "src/Google/Service/"
  954 + ]
  955 + },
  956 + "notification-url": "https://packagist.org/downloads/",
  957 + "license": [
  958 + "Apache-2.0"
  959 + ],
  960 + "description": "Client library for Google APIs",
  961 + "homepage": "http://developers.google.com/api-client-library/php",
  962 + "keywords": [
  963 + "google"
  964 + ],
  965 + "time": "2017-11-03T01:19:53+00:00"
  966 + },
  967 + {
  968 + "name": "google/apiclient-services",
  969 + "version": "v0.33",
  970 + "source": {
  971 + "type": "git",
  972 + "url": "https://github.com/google/google-api-php-client-services.git",
  973 + "reference": "6399eb82c725aef79124cd6b543e1984cd13d207"
  974 + },
  975 + "dist": {
  976 + "type": "zip",
  977 + "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/6399eb82c725aef79124cd6b543e1984cd13d207",
  978 + "reference": "6399eb82c725aef79124cd6b543e1984cd13d207",
  979 + "shasum": ""
  980 + },
  981 + "require": {
  982 + "php": ">=5.4"
  983 + },
  984 + "require-dev": {
  985 + "phpunit/phpunit": "~4.8"
  986 + },
  987 + "type": "library",
  988 + "autoload": {
  989 + "psr-0": {
  990 + "Google_Service_": "src"
  991 + }
  992 + },
  993 + "notification-url": "https://packagist.org/downloads/",
  994 + "license": [
  995 + "Apache-2.0"
  996 + ],
  997 + "description": "Client library for Google APIs",
  998 + "homepage": "http://developers.google.com/api-client-library/php",
  999 + "keywords": [
  1000 + "google"
  1001 + ],
  1002 + "time": "2017-11-06T00:24:21+00:00"
  1003 + },
  1004 + {
  1005 + "name": "google/auth",
  1006 + "version": "v1.1.0",
  1007 + "source": {
  1008 + "type": "git",
  1009 + "url": "https://github.com/google/google-auth-library-php.git",
  1010 + "reference": "548d27d670f0236dc5258fa4cdde6e7b63464cfd"
  1011 + },
  1012 + "dist": {
  1013 + "type": "zip",
  1014 + "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/548d27d670f0236dc5258fa4cdde6e7b63464cfd",
  1015 + "reference": "548d27d670f0236dc5258fa4cdde6e7b63464cfd",
  1016 + "shasum": ""
  1017 + },
  1018 + "require": {
  1019 + "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
  1020 + "guzzlehttp/guzzle": "~5.3.1|~6.0",
  1021 + "guzzlehttp/psr7": "~1.2",
  1022 + "php": ">=5.4",
  1023 + "psr/cache": "^1.0",
  1024 + "psr/http-message": "^1.0"
  1025 + },
  1026 + "require-dev": {
  1027 + "friendsofphp/php-cs-fixer": "^1.11",
  1028 + "phpunit/phpunit": "3.7.*"
  1029 + },
  1030 + "type": "library",
  1031 + "autoload": {
  1032 + "psr-4": {
  1033 + "Google\\Auth\\": "src"
  1034 + }
  1035 + },
  1036 + "notification-url": "https://packagist.org/downloads/",
  1037 + "license": [
  1038 + "Apache-2.0"
  1039 + ],
  1040 + "description": "Google Auth Library for PHP",
  1041 + "homepage": "http://github.com/google/google-auth-library-php",
  1042 + "keywords": [
  1043 + "Authentication",
  1044 + "google",
  1045 + "oauth2"
  1046 + ],
  1047 + "time": "2017-10-10T17:01:45+00:00"
  1048 + },
  1049 + {
  1050 + "name": "guzzlehttp/guzzle",
  1051 + "version": "6.3.0",
  1052 + "source": {
  1053 + "type": "git",
  1054 + "url": "https://github.com/guzzle/guzzle.git",
  1055 + "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
  1056 + },
  1057 + "dist": {
  1058 + "type": "zip",
  1059 + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  1060 + "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  1061 + "shasum": ""
  1062 + },
  1063 + "require": {
  1064 + "guzzlehttp/promises": "^1.0",
  1065 + "guzzlehttp/psr7": "^1.4",
  1066 + "php": ">=5.5"
  1067 + },
  1068 + "require-dev": {
  1069 + "ext-curl": "*",
  1070 + "phpunit/phpunit": "^4.0 || ^5.0",
  1071 + "psr/log": "^1.0"
  1072 + },
  1073 + "suggest": {
  1074 + "psr/log": "Required for using the Log middleware"
  1075 + },
  1076 + "type": "library",
  1077 + "extra": {
  1078 + "branch-alias": {
  1079 + "dev-master": "6.2-dev"
  1080 + }
  1081 + },
  1082 + "autoload": {
  1083 + "files": [
  1084 + "src/functions_include.php"
  1085 + ],
  1086 + "psr-4": {
  1087 + "GuzzleHttp\\": "src/"
  1088 + }
  1089 + },
  1090 + "notification-url": "https://packagist.org/downloads/",
  1091 + "license": [
  1092 + "MIT"
  1093 + ],
  1094 + "authors": [
  1095 + {
  1096 + "name": "Michael Dowling",
  1097 + "email": "mtdowling@gmail.com",
  1098 + "homepage": "https://github.com/mtdowling"
  1099 + }
  1100 + ],
  1101 + "description": "Guzzle is a PHP HTTP client library",
  1102 + "homepage": "http://guzzlephp.org/",
  1103 + "keywords": [
  1104 + "client",
  1105 + "curl",
  1106 + "framework",
  1107 + "http",
  1108 + "http client",
  1109 + "rest",
  1110 + "web service"
  1111 + ],
  1112 + "time": "2017-06-22T18:50:49+00:00"
  1113 + },
  1114 + {
  1115 + "name": "guzzlehttp/promises",
  1116 + "version": "v1.3.1",
  1117 + "source": {
  1118 + "type": "git",
  1119 + "url": "https://github.com/guzzle/promises.git",
  1120 + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  1121 + },
  1122 + "dist": {
  1123 + "type": "zip",
  1124 + "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  1125 + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  1126 + "shasum": ""
  1127 + },
  1128 + "require": {
  1129 + "php": ">=5.5.0"
  1130 + },
  1131 + "require-dev": {
  1132 + "phpunit/phpunit": "^4.0"
  1133 + },
  1134 + "type": "library",
  1135 + "extra": {
  1136 + "branch-alias": {
  1137 + "dev-master": "1.4-dev"
  1138 + }
  1139 + },
  1140 + "autoload": {
  1141 + "psr-4": {
  1142 + "GuzzleHttp\\Promise\\": "src/"
  1143 + },
  1144 + "files": [
  1145 + "src/functions_include.php"
  1146 + ]
  1147 + },
  1148 + "notification-url": "https://packagist.org/downloads/",
  1149 + "license": [
  1150 + "MIT"
  1151 + ],
  1152 + "authors": [
  1153 + {
  1154 + "name": "Michael Dowling",
  1155 + "email": "mtdowling@gmail.com",
  1156 + "homepage": "https://github.com/mtdowling"
  1157 + }
  1158 + ],
  1159 + "description": "Guzzle promises library",
  1160 + "keywords": [
  1161 + "promise"
  1162 + ],
  1163 + "time": "2016-12-20T10:07:11+00:00"
  1164 + },
  1165 + {
  1166 + "name": "guzzlehttp/psr7",
  1167 + "version": "1.4.2",
  1168 + "source": {
  1169 + "type": "git",
  1170 + "url": "https://github.com/guzzle/psr7.git",
  1171 + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  1172 + },
  1173 + "dist": {
  1174 + "type": "zip",
  1175 + "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  1176 + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  1177 + "shasum": ""
  1178 + },
  1179 + "require": {
  1180 + "php": ">=5.4.0",
  1181 + "psr/http-message": "~1.0"
  1182 + },
  1183 + "provide": {
  1184 + "psr/http-message-implementation": "1.0"
  1185 + },
  1186 + "require-dev": {
  1187 + "phpunit/phpunit": "~4.0"
  1188 + },
  1189 + "type": "library",
  1190 + "extra": {
  1191 + "branch-alias": {
  1192 + "dev-master": "1.4-dev"
  1193 + }
  1194 + },
  1195 + "autoload": {
  1196 + "psr-4": {
  1197 + "GuzzleHttp\\Psr7\\": "src/"
  1198 + },
  1199 + "files": [
  1200 + "src/functions_include.php"
  1201 + ]
  1202 + },
  1203 + "notification-url": "https://packagist.org/downloads/",
  1204 + "license": [
  1205 + "MIT"
  1206 + ],
  1207 + "authors": [
  1208 + {
  1209 + "name": "Michael Dowling",
  1210 + "email": "mtdowling@gmail.com",
  1211 + "homepage": "https://github.com/mtdowling"
  1212 + },
  1213 + {
  1214 + "name": "Tobias Schultze",
  1215 + "homepage": "https://github.com/Tobion"
  1216 + }
  1217 + ],
  1218 + "description": "PSR-7 message implementation that also provides common utility methods",
  1219 + "keywords": [
  1220 + "http",
  1221 + "message",
  1222 + "request",
  1223 + "response",
  1224 + "stream",
  1225 + "uri",
  1226 + "url"
  1227 + ],
  1228 + "time": "2017-03-20T17:10:46+00:00"
  1229 + },
  1230 + {
  1231 + "name": "hiqdev/yii2-asset-icheck",
  1232 + "version": "1.0.2.5",
  1233 + "source": {
  1234 + "type": "git",
  1235 + "url": "https://github.com/hiqdev/yii2-asset-icheck.git",
  1236 + "reference": "9dc8ea8e854f27bcff59198f8815da80dd696d18"
  1237 + },
  1238 + "dist": {
  1239 + "type": "zip",
  1240 + "url": "https://api.github.com/repos/hiqdev/yii2-asset-icheck/zipball/9dc8ea8e854f27bcff59198f8815da80dd696d18",
  1241 + "reference": "9dc8ea8e854f27bcff59198f8815da80dd696d18",
  1242 + "shasum": ""
  1243 + },
  1244 + "require": {
  1245 + "bower-asset/icheck": "1.0.2",
  1246 + "yiisoft/yii2": "~2.0"
  1247 + },
  1248 + "require-dev": {
  1249 + "hiqdev/composer-asset-plugin": "*@dev"
  1250 + },
  1251 + "type": "yii2-extension",
  1252 + "extra": {
  1253 + "bower-dependencies": {
  1254 + "icheck": "1.0.2"
  1255 + }
  1256 + },
  1257 + "autoload": {
  1258 + "psr-4": {
  1259 + "hiqdev\\assets\\icheck\\": "src"
  1260 + }
  1261 + },
  1262 + "notification-url": "https://packagist.org/downloads/",
  1263 + "license": [
  1264 + "BSD-3-Clause"
  1265 + ],
  1266 + "authors": [
  1267 + {
  1268 + "name": "Dmitry Naumenko",
  1269 + "email": "silverfire@hiqdev.com",
  1270 + "homepage": "http://silverfire.me/",
  1271 + "role": "Lead backend developer"
  1272 + },
  1273 + {
  1274 + "name": "Andrii Vasyliev",
  1275 + "email": "sol@hiqdev.com",
  1276 + "homepage": "http://hipanel.com/",
  1277 + "role": "Project lead"
  1278 + },
  1279 + {
  1280 + "name": "Andrey Klochok",
  1281 + "email": "tafid@hiqdev.com",
  1282 + "homepage": "http://hiqdev.com/",
  1283 + "role": "Lead frontend developer"
  1284 + },
  1285 + {
  1286 + "name": "Yuriy Myronchuk",
  1287 + "email": "bladeroot@hiqdev.com",
  1288 + "homepage": "http://hiqdev.com/",
  1289 + "role": "QA Lead"
  1290 + }
  1291 + ],
  1292 + "description": "Yii2 asset for bower iCheck",
  1293 + "homepage": "https://github.com/hiqdev/yii2-asset-icheck",
  1294 + "keywords": [
  1295 + "asset",
  1296 + "extension",
  1297 + "iCheck",
  1298 + "yii2"
  1299 + ],
  1300 + "time": "2016-03-30T10:59:26+00:00"
  1301 + },
  1302 + {
  1303 + "name": "hiqdev/yii2-asset-pnotify",
  1304 + "version": "2.1.0",
  1305 + "source": {
  1306 + "type": "git",
  1307 + "url": "https://github.com/hiqdev/yii2-asset-pnotify.git",
  1308 + "reference": "d5bfa39fba84741523238e53b85ef7c2f37b789f"
  1309 + },
  1310 + "dist": {
  1311 + "type": "zip",
  1312 + "url": "https://api.github.com/repos/hiqdev/yii2-asset-pnotify/zipball/d5bfa39fba84741523238e53b85ef7c2f37b789f",
  1313 + "reference": "d5bfa39fba84741523238e53b85ef7c2f37b789f",
  1314 + "shasum": ""
  1315 + },
  1316 + "require": {
  1317 + "bower-asset/pnotify": "2.1.0"
  1318 + },
  1319 + "type": "package",
  1320 + "autoload": {
  1321 + "psr-4": {
  1322 + "hiqdev\\assets\\pnotify\\": "src"
  1323 + }
  1324 + },
  1325 + "notification-url": "https://packagist.org/downloads/",
  1326 + "license": [
  1327 + "BSD-3-Clause"
  1328 + ],
  1329 + "authors": [
  1330 + {
  1331 + "name": "Andrii Vasyliev",
  1332 + "email": "sol@hiqdev.com",
  1333 + "homepage": "https://hipanel.com/",
  1334 + "role": "Project lead"
  1335 + },
  1336 + {
  1337 + "name": "Andrey Klochok",
  1338 + "email": "tafid@hiqdev.com",
  1339 + "homepage": "https://hiqdev.com/",
  1340 + "role": "Lead frontend developer"
  1341 + },
  1342 + {
  1343 + "name": "Yuriy Myronchuk",
  1344 + "email": "bladeroot@hiqdev.com",
  1345 + "homepage": "https://hiqdev.com/",
  1346 + "role": "QA Lead"
  1347 + },
  1348 + {
  1349 + "name": "Dmitry Naumenko",
  1350 + "email": "silverfire@hiqdev.com",
  1351 + "homepage": "http://silverfire.me/",
  1352 + "role": "Lead backend developer"
  1353 + }
  1354 + ],
  1355 + "description": "Yii2 Asset Pnotify",
  1356 + "homepage": "https://github.com/hiqdev/yii2-asset-pnotify",
  1357 + "keywords": [
  1358 + "asset",
  1359 + "pnotify",
  1360 + "yii2"
  1361 + ],
  1362 + "time": "2015-09-09T15:16:38+00:00"
  1363 + },
  1364 + {
  1365 + "name": "imagine/imagine",
  1366 + "version": "v0.6.3",
  1367 + "source": {
  1368 + "type": "git",
  1369 + "url": "https://github.com/avalanche123/Imagine.git",
  1370 + "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
  1371 + },
  1372 + "dist": {
  1373 + "type": "zip",
  1374 + "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
  1375 + "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
  1376 + "shasum": ""
  1377 + },
  1378 + "require": {
  1379 + "php": ">=5.3.2"
  1380 + },
  1381 + "require-dev": {
  1382 + "sami/sami": "dev-master"
  1383 + },
  1384 + "suggest": {
  1385 + "ext-gd": "to use the GD implementation",
  1386 + "ext-gmagick": "to use the Gmagick implementation",
  1387 + "ext-imagick": "to use the Imagick implementation"
  1388 + },
  1389 + "type": "library",
  1390 + "extra": {
  1391 + "branch-alias": {
  1392 + "dev-develop": "0.7-dev"
  1393 + }
  1394 + },
  1395 + "autoload": {
  1396 + "psr-0": {
  1397 + "Imagine": "lib/"
  1398 + }
  1399 + },
  1400 + "notification-url": "https://packagist.org/downloads/",
  1401 + "license": [
  1402 + "MIT"
  1403 + ],
  1404 + "authors": [
  1405 + {
  1406 + "name": "Bulat Shakirzyanov",
  1407 + "email": "mallluhuct@gmail.com",
  1408 + "homepage": "http://avalanche123.com"
  1409 + }
  1410 + ],
  1411 + "description": "Image processing for PHP 5.3",
  1412 + "homepage": "http://imagine.readthedocs.org/",
  1413 + "keywords": [
  1414 + "drawing",
  1415 + "graphics",
  1416 + "image manipulation",
  1417 + "image processing"
  1418 + ],
  1419 + "time": "2015-09-19T16:54:05+00:00"
  1420 + },
  1421 + {
  1422 + "name": "kartik-v/bootstrap-fileinput",
  1423 + "version": "v4.4.5",
  1424 + "source": {
  1425 + "type": "git",
  1426 + "url": "https://github.com/kartik-v/bootstrap-fileinput.git",
  1427 + "reference": "47377ede9533f2060ed8a132a925e4efa60cbd77"
  1428 + },
  1429 + "dist": {
  1430 + "type": "zip",
  1431 + "url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/zipball/47377ede9533f2060ed8a132a925e4efa60cbd77",
  1432 + "reference": "47377ede9533f2060ed8a132a925e4efa60cbd77",
  1433 + "shasum": ""
  1434 + },
  1435 + "type": "library",
  1436 + "extra": {
  1437 + "branch-alias": {
  1438 + "dev-master": "4.4.x-dev"
  1439 + }
  1440 + },
  1441 + "autoload": {
  1442 + "psr-4": {
  1443 + "kartik\\plugins\\fileinput\\": ""
  1444 + }
  1445 + },
  1446 + "notification-url": "https://packagist.org/downloads/",
  1447 + "license": [
  1448 + "BSD-3-Clause"
  1449 + ],
  1450 + "authors": [
  1451 + {
  1452 + "name": "Kartik Visweswaran",
  1453 + "email": "kartikv2@gmail.com",
  1454 + "homepage": "http://www.krajee.com/"
  1455 + }
  1456 + ],
  1457 + "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.",
  1458 + "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
  1459 + "keywords": [
  1460 + "ajax",
  1461 + "bootstrap",
  1462 + "delete",
  1463 + "file",
  1464 + "image",
  1465 + "input",
  1466 + "jquery",
  1467 + "multiple",
  1468 + "preview",
  1469 + "progress",
  1470 + "upload"
  1471 + ],
  1472 + "time": "2017-10-01T12:55:30+00:00"
  1473 + },
  1474 + {
  1475 + "name": "kartik-v/yii2-krajee-base",
  1476 + "version": "v1.8.9",
  1477 + "source": {
  1478 + "type": "git",
  1479 + "url": "https://github.com/kartik-v/yii2-krajee-base.git",
  1480 + "reference": "0cafe6376780cedcd00f52c9d82b172d5851f6b0"
  1481 + },
  1482 + "dist": {
  1483 + "type": "zip",
  1484 + "url": "https://api.github.com/repos/kartik-v/yii2-krajee-base/zipball/0cafe6376780cedcd00f52c9d82b172d5851f6b0",
  1485 + "reference": "0cafe6376780cedcd00f52c9d82b172d5851f6b0",
  1486 + "shasum": ""
  1487 + },
  1488 + "require": {
  1489 + "yiisoft/yii2-bootstrap": "@dev"
  1490 + },
  1491 + "type": "yii2-extension",
  1492 + "extra": {
  1493 + "branch-alias": {
  1494 + "dev-master": "1.8.x-dev"
  1495 + }
  1496 + },
  1497 + "autoload": {
  1498 + "psr-4": {
  1499 + "kartik\\base\\": ""
  1500 + }
  1501 + },
  1502 + "notification-url": "https://packagist.org/downloads/",
  1503 + "license": [
  1504 + "BSD-3-Clause"
  1505 + ],
  1506 + "authors": [
  1507 + {
  1508 + "name": "Kartik Visweswaran",
  1509 + "email": "kartikv2@gmail.com",
  1510 + "homepage": "http://www.krajee.com/"
  1511 + }
  1512 + ],
  1513 + "description": "Base library and foundation components for all Yii2 Krajee extensions.",
  1514 + "homepage": "https://github.com/kartik-v/yii2-krajee-base",
  1515 + "keywords": [
  1516 + "base",
  1517 + "extension",
  1518 + "foundation",
  1519 + "krajee",
  1520 + "widget",
  1521 + "yii2"
  1522 + ],
  1523 + "time": "2017-09-29T06:18:14+00:00"
  1524 + },
  1525 + {
  1526 + "name": "kartik-v/yii2-widget-fileinput",
  1527 + "version": "v1.0.6",
  1528 + "source": {
  1529 + "type": "git",
  1530 + "url": "https://github.com/kartik-v/yii2-widget-fileinput.git",
  1531 + "reference": "d2c8dcde1aa69ac0c4a0e3b3cfc0d79b3cc2a550"
  1532 + },
  1533 + "dist": {
  1534 + "type": "zip",
  1535 + "url": "https://api.github.com/repos/kartik-v/yii2-widget-fileinput/zipball/d2c8dcde1aa69ac0c4a0e3b3cfc0d79b3cc2a550",
  1536 + "reference": "d2c8dcde1aa69ac0c4a0e3b3cfc0d79b3cc2a550",
  1537 + "shasum": ""
  1538 + },
  1539 + "require": {
  1540 + "kartik-v/bootstrap-fileinput": "~4.4",
  1541 + "kartik-v/yii2-krajee-base": "~1.7"
  1542 + },
  1543 + "type": "yii2-extension",
  1544 + "extra": {
  1545 + "branch-alias": {
  1546 + "dev-master": "1.0.x-dev"
  1547 + }
  1548 + },
  1549 + "autoload": {
  1550 + "psr-4": {
  1551 + "kartik\\file\\": ""
  1552 + }
  1553 + },
  1554 + "notification-url": "https://packagist.org/downloads/",
  1555 + "license": [
  1556 + "BSD-3-Clause"
  1557 + ],
  1558 + "authors": [
  1559 + {
  1560 + "name": "Kartik Visweswaran",
  1561 + "email": "kartikv2@gmail.com",
  1562 + "homepage": "http://www.krajee.com/"
  1563 + }
  1564 + ],
  1565 + "description": "An enhanced FileInput widget for Bootstrap 3.x with file preview, multiple selection, and more features (sub repo split from yii2-widgets)",
  1566 + "homepage": "https://github.com/kartik-v/yii2-widget-fileinput",
  1567 + "keywords": [
  1568 + "extension",
  1569 + "file",
  1570 + "form",
  1571 + "input",
  1572 + "jquery",
  1573 + "plugin",
  1574 + "upload",
  1575 + "widget",
  1576 + "yii2"
  1577 + ],
  1578 + "time": "2017-05-25T20:12:30+00:00"
  1579 + },
  1580 + {
  1581 + "name": "kartik-v/yii2-widget-select2",
  1582 + "version": "dev-master",
  1583 + "source": {
  1584 + "type": "git",
  1585 + "url": "https://github.com/kartik-v/yii2-widget-select2.git",
  1586 + "reference": "616b324b6d781ac9a02aa725ae3de239c743d565"
  1587 + },
  1588 + "dist": {
  1589 + "type": "zip",
  1590 + "url": "https://api.github.com/repos/kartik-v/yii2-widget-select2/zipball/616b324b6d781ac9a02aa725ae3de239c743d565",
  1591 + "reference": "616b324b6d781ac9a02aa725ae3de239c743d565",
  1592 + "shasum": ""
  1593 + },
  1594 + "require": {
  1595 + "kartik-v/yii2-krajee-base": "~1.7"
  1596 + },
  1597 + "type": "yii2-extension",
  1598 + "extra": {
  1599 + "branch-alias": {
  1600 + "dev-master": "2.1.x-dev"
  1601 + }
  1602 + },
  1603 + "autoload": {
  1604 + "psr-4": {
  1605 + "kartik\\select2\\": ""
  1606 + }
  1607 + },
  1608 + "notification-url": "https://packagist.org/downloads/",
  1609 + "license": [
  1610 + "BSD-3-Clause"
  1611 + ],
  1612 + "authors": [
  1613 + {
  1614 + "name": "Kartik Visweswaran",
  1615 + "email": "kartikv2@gmail.com",
  1616 + "homepage": "http://www.krajee.com/"
  1617 + }
  1618 + ],
  1619 + "description": "Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).",
  1620 + "homepage": "https://github.com/kartik-v/yii2-widget-select2",
  1621 + "keywords": [
  1622 + "dropdown",
  1623 + "extension",
  1624 + "form",
  1625 + "jquery",
  1626 + "plugin",
  1627 + "select2",
  1628 + "widget",
  1629 + "yii2"
  1630 + ],
  1631 + "time": "2017-11-09 14:28:09"
  1632 + },
  1633 + {
  1634 + "name": "modernkernel/yii2-photoswipe",
  1635 + "version": "1.1.4",
  1636 + "source": {
  1637 + "type": "git",
  1638 + "url": "https://github.com/modernkernel/yii2-photoswipe.git",
  1639 + "reference": "0bcf69dee3666abb8d4789b41df88874c34ad573"
  1640 + },
  1641 + "dist": {
  1642 + "type": "zip",
  1643 + "url": "https://api.github.com/repos/modernkernel/yii2-photoswipe/zipball/0bcf69dee3666abb8d4789b41df88874c34ad573",
  1644 + "reference": "0bcf69dee3666abb8d4789b41df88874c34ad573",
  1645 + "shasum": ""
  1646 + },
  1647 + "require": {
  1648 + "bower-asset/photoswipe": "~4.1.0",
  1649 + "yiisoft/yii2": "~2.0.0"
  1650 + },
  1651 + "type": "yii2-extension",
  1652 + "autoload": {
  1653 + "psr-4": {
  1654 + "modernkernel\\photoswipe\\": ""
  1655 + }
  1656 + },
  1657 + "notification-url": "https://packagist.org/downloads/",
  1658 + "license": [
  1659 + "BSD-3-Clause"
  1660 + ],
  1661 + "authors": [
  1662 + {
  1663 + "name": "Harry Tang",
  1664 + "email": "harry@modernkernel.com"
  1665 + }
  1666 + ],
  1667 + "description": "PhotoSwipe extension for Yii2",
  1668 + "keywords": [
  1669 + "extension",
  1670 + "photoswipe",
  1671 + "yii2"
  1672 + ],
  1673 + "time": "2017-01-14T14:42:49+00:00"
  1674 + },
  1675 + {
  1676 + "name": "monolog/monolog",
  1677 + "version": "1.23.0",
  1678 + "source": {
  1679 + "type": "git",
  1680 + "url": "https://github.com/Seldaek/monolog.git",
  1681 + "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  1682 + },
  1683 + "dist": {
  1684 + "type": "zip",
  1685 + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  1686 + "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  1687 + "shasum": ""
  1688 + },
  1689 + "require": {
  1690 + "php": ">=5.3.0",
  1691 + "psr/log": "~1.0"
  1692 + },
  1693 + "provide": {
  1694 + "psr/log-implementation": "1.0.0"
  1695 + },
  1696 + "require-dev": {
  1697 + "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1698 + "doctrine/couchdb": "~1.0@dev",
  1699 + "graylog2/gelf-php": "~1.0",
  1700 + "jakub-onderka/php-parallel-lint": "0.9",
  1701 + "php-amqplib/php-amqplib": "~2.4",
  1702 + "php-console/php-console": "^3.1.3",
  1703 + "phpunit/phpunit": "~4.5",
  1704 + "phpunit/phpunit-mock-objects": "2.3.0",
  1705 + "ruflin/elastica": ">=0.90 <3.0",
  1706 + "sentry/sentry": "^0.13",
  1707 + "swiftmailer/swiftmailer": "^5.3|^6.0"
  1708 + },
  1709 + "suggest": {
  1710 + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1711 + "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1712 + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1713 + "ext-mongo": "Allow sending log messages to a MongoDB server",
  1714 + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1715 + "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  1716 + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1717 + "php-console/php-console": "Allow sending log messages to Google Chrome",
  1718 + "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1719 + "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1720 + "sentry/sentry": "Allow sending log messages to a Sentry server"
  1721 + },
  1722 + "type": "library",
  1723 + "extra": {
  1724 + "branch-alias": {
  1725 + "dev-master": "2.0.x-dev"
  1726 + }
  1727 + },
  1728 + "autoload": {
  1729 + "psr-4": {
  1730 + "Monolog\\": "src/Monolog"
  1731 + }
  1732 + },
  1733 + "notification-url": "https://packagist.org/downloads/",
  1734 + "license": [
  1735 + "MIT"
  1736 + ],
  1737 + "authors": [
  1738 + {
  1739 + "name": "Jordi Boggiano",
  1740 + "email": "j.boggiano@seld.be",
  1741 + "homepage": "http://seld.be"
  1742 + }
  1743 + ],
  1744 + "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1745 + "homepage": "http://github.com/Seldaek/monolog",
  1746 + "keywords": [
  1747 + "log",
  1748 + "logging",
  1749 + "psr-3"
  1750 + ],
  1751 + "time": "2017-06-19T01:22:40+00:00"
  1752 + },
  1753 + {
  1754 + "name": "noam148/yii2-image-manager",
  1755 + "version": "1.2.6",
  1756 + "source": {
  1757 + "type": "git",
  1758 + "url": "https://github.com/noam148/yii2-image-manager.git",
  1759 + "reference": "4f4568e40f461b6f5c6bcebbc1e56b0906319b47"
  1760 + },
  1761 + "dist": {
  1762 + "type": "zip",
  1763 + "url": "https://api.github.com/repos/noam148/yii2-image-manager/zipball/4f4568e40f461b6f5c6bcebbc1e56b0906319b47",
  1764 + "reference": "4f4568e40f461b6f5c6bcebbc1e56b0906319b47",
  1765 + "shasum": ""
  1766 + },
  1767 + "require": {
  1768 + "kartik-v/yii2-widget-fileinput": "@dev",
  1769 + "noam148/yii2-image-resize": "*",
  1770 + "yiisoft/yii2": "*"
  1771 + },
  1772 + "type": "yii2-extension",
  1773 + "autoload": {
  1774 + "psr-4": {
  1775 + "noam148\\imagemanager\\": ""
  1776 + }
  1777 + },
  1778 + "notification-url": "https://packagist.org/downloads/",
  1779 + "license": [
  1780 + "BSD-3-Clause"
  1781 + ],
  1782 + "authors": [
  1783 + {
  1784 + "name": "Noam148",
  1785 + "homepage": "https://github.com/noam148/"
  1786 + }
  1787 + ],
  1788 + "description": "A Yii2 module/widget for upload and cropping images",
  1789 + "homepage": "https://github.com/noam148/yii2-image-manager",
  1790 + "keywords": [
  1791 + "crop",
  1792 + "extension",
  1793 + "image",
  1794 + "manager",
  1795 + "module",
  1796 + "upload",
  1797 + "widget",
  1798 + "yii2"
  1799 + ],
  1800 + "time": "2017-06-11T09:21:10+00:00"
  1801 + },
  1802 + {
  1803 + "name": "noam148/yii2-image-resize",
  1804 + "version": "1.0.1",
  1805 + "source": {
  1806 + "type": "git",
  1807 + "url": "https://github.com/noam148/yii2-image-resize.git",
  1808 + "reference": "75796bdbe9bd66e23f8aff9d44ab431936a5a15e"
  1809 + },
  1810 + "dist": {
  1811 + "type": "zip",
  1812 + "url": "https://api.github.com/repos/noam148/yii2-image-resize/zipball/75796bdbe9bd66e23f8aff9d44ab431936a5a15e",
  1813 + "reference": "75796bdbe9bd66e23f8aff9d44ab431936a5a15e",
  1814 + "shasum": ""
  1815 + },
  1816 + "require": {
  1817 + "yiisoft/yii2": "*",
  1818 + "yiisoft/yii2-imagine": "*"
  1819 + },
  1820 + "type": "yii2-extension",
  1821 + "autoload": {
  1822 + "psr-4": {
  1823 + "noam148\\imageresize\\": ""
  1824 + }
  1825 + },
  1826 + "notification-url": "https://packagist.org/downloads/",
  1827 + "license": [
  1828 + "BSD-3-Clause"
  1829 + ],
  1830 + "authors": [
  1831 + {
  1832 + "name": "Noam148",
  1833 + "homepage": "https://github.com/noam148/"
  1834 + }
  1835 + ],
  1836 + "description": "A Yii2 component for resizing images (on the fly)",
  1837 + "homepage": "https://github.com/noam148/yii2-image-resize",
  1838 + "keywords": [
  1839 + "component",
  1840 + "extension",
  1841 + "image",
  1842 + "on-the-fly",
  1843 + "resize",
  1844 + "yii2"
  1845 + ],
  1846 + "time": "2016-11-29T18:17:37+00:00"
  1847 + },
  1848 + {
  1849 + "name": "phpseclib/phpseclib",
  1850 + "version": "2.0.7",
  1851 + "source": {
  1852 + "type": "git",
  1853 + "url": "https://github.com/phpseclib/phpseclib.git",
  1854 + "reference": "f4b6a522dfa1fd1e477c9cfe5909d5b31f098c0b"
  1855 + },
  1856 + "dist": {
  1857 + "type": "zip",
  1858 + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f4b6a522dfa1fd1e477c9cfe5909d5b31f098c0b",
  1859 + "reference": "f4b6a522dfa1fd1e477c9cfe5909d5b31f098c0b",
  1860 + "shasum": ""
  1861 + },
  1862 + "require": {
  1863 + "php": ">=5.3.3"
  1864 + },
  1865 + "require-dev": {
  1866 + "phing/phing": "~2.7",
  1867 + "phpunit/phpunit": "~4.0",
  1868 + "sami/sami": "~2.0",
  1869 + "squizlabs/php_codesniffer": "~2.0"
  1870 + },
  1871 + "suggest": {
  1872 + "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  1873 + "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  1874 + "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  1875 + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  1876 + },
  1877 + "type": "library",
  1878 + "autoload": {
  1879 + "files": [
  1880 + "phpseclib/bootstrap.php"
  1881 + ],
  1882 + "psr-4": {
  1883 + "phpseclib\\": "phpseclib/"
  1884 + }
  1885 + },
  1886 + "notification-url": "https://packagist.org/downloads/",
  1887 + "license": [
  1888 + "MIT"
  1889 + ],
  1890 + "authors": [
  1891 + {
  1892 + "name": "Jim Wigginton",
  1893 + "email": "terrafrost@php.net",
  1894 + "role": "Lead Developer"
  1895 + },
  1896 + {
  1897 + "name": "Patrick Monnerat",
  1898 + "email": "pm@datasphere.ch",
  1899 + "role": "Developer"
  1900 + },
  1901 + {
  1902 + "name": "Andreas Fischer",
  1903 + "email": "bantu@phpbb.com",
  1904 + "role": "Developer"
  1905 + },
  1906 + {
  1907 + "name": "Hans-Jürgen Petrich",
  1908 + "email": "petrich@tronic-media.com",
  1909 + "role": "Developer"
  1910 + },
  1911 + {
  1912 + "name": "Graham Campbell",
  1913 + "email": "graham@alt-three.com",
  1914 + "role": "Developer"
  1915 + }
  1916 + ],
  1917 + "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  1918 + "homepage": "http://phpseclib.sourceforge.net",
  1919 + "keywords": [
  1920 + "BigInteger",
  1921 + "aes",
  1922 + "asn.1",
  1923 + "asn1",
  1924 + "blowfish",
  1925 + "crypto",
  1926 + "cryptography",
  1927 + "encryption",
  1928 + "rsa",
  1929 + "security",
  1930 + "sftp",
  1931 + "signature",
  1932 + "signing",
  1933 + "ssh",
  1934 + "twofish",
  1935 + "x.509",
  1936 + "x509"
  1937 + ],
  1938 + "time": "2017-10-23T05:04:54+00:00"
  1939 + },
  1940 + {
  1941 + "name": "psr/cache",
  1942 + "version": "1.0.1",
  1943 + "source": {
  1944 + "type": "git",
  1945 + "url": "https://github.com/php-fig/cache.git",
  1946 + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  1947 + },
  1948 + "dist": {
  1949 + "type": "zip",
  1950 + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  1951 + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  1952 + "shasum": ""
  1953 + },
  1954 + "require": {
  1955 + "php": ">=5.3.0"
  1956 + },
  1957 + "type": "library",
  1958 + "extra": {
  1959 + "branch-alias": {
  1960 + "dev-master": "1.0.x-dev"
  1961 + }
  1962 + },
  1963 + "autoload": {
  1964 + "psr-4": {
  1965 + "Psr\\Cache\\": "src/"
  1966 + }
  1967 + },
  1968 + "notification-url": "https://packagist.org/downloads/",
  1969 + "license": [
  1970 + "MIT"
  1971 + ],
  1972 + "authors": [
  1973 + {
  1974 + "name": "PHP-FIG",
  1975 + "homepage": "http://www.php-fig.org/"
  1976 + }
  1977 + ],
  1978 + "description": "Common interface for caching libraries",
  1979 + "keywords": [
  1980 + "cache",
  1981 + "psr",
  1982 + "psr-6"
  1983 + ],
  1984 + "time": "2016-08-06T20:24:11+00:00"
  1985 + },
  1986 + {
  1987 + "name": "psr/http-message",
  1988 + "version": "1.0.1",
  1989 + "source": {
  1990 + "type": "git",
  1991 + "url": "https://github.com/php-fig/http-message.git",
  1992 + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1993 + },
  1994 + "dist": {
  1995 + "type": "zip",
  1996 + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1997 + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1998 + "shasum": ""
  1999 + },
  2000 + "require": {
  2001 + "php": ">=5.3.0"
  2002 + },
  2003 + "type": "library",
  2004 + "extra": {
  2005 + "branch-alias": {
  2006 + "dev-master": "1.0.x-dev"
  2007 + }
  2008 + },
  2009 + "autoload": {
  2010 + "psr-4": {
  2011 + "Psr\\Http\\Message\\": "src/"
  2012 + }
  2013 + },
  2014 + "notification-url": "https://packagist.org/downloads/",
  2015 + "license": [
  2016 + "MIT"
  2017 + ],
  2018 + "authors": [
  2019 + {
  2020 + "name": "PHP-FIG",
  2021 + "homepage": "http://www.php-fig.org/"
  2022 + }
  2023 + ],
  2024 + "description": "Common interface for HTTP messages",
  2025 + "homepage": "https://github.com/php-fig/http-message",
  2026 + "keywords": [
  2027 + "http",
  2028 + "http-message",
  2029 + "psr",
  2030 + "psr-7",
  2031 + "request",
  2032 + "response"
  2033 + ],
  2034 + "time": "2016-08-06T14:39:51+00:00"
  2035 + },
  2036 + {
  2037 + "name": "psr/log",
  2038 + "version": "1.0.2",
  2039 + "source": {
  2040 + "type": "git",
  2041 + "url": "https://github.com/php-fig/log.git",
  2042 + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  2043 + },
  2044 + "dist": {
  2045 + "type": "zip",
  2046 + "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  2047 + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  2048 + "shasum": ""
  2049 + },
  2050 + "require": {
  2051 + "php": ">=5.3.0"
  2052 + },
  2053 + "type": "library",
  2054 + "extra": {
  2055 + "branch-alias": {
  2056 + "dev-master": "1.0.x-dev"
  2057 + }
  2058 + },
  2059 + "autoload": {
  2060 + "psr-4": {
  2061 + "Psr\\Log\\": "Psr/Log/"
  2062 + }
  2063 + },
  2064 + "notification-url": "https://packagist.org/downloads/",
  2065 + "license": [
  2066 + "MIT"
  2067 + ],
  2068 + "authors": [
  2069 + {
  2070 + "name": "PHP-FIG",
  2071 + "homepage": "http://www.php-fig.org/"
  2072 + }
  2073 + ],
  2074 + "description": "Common interface for logging libraries",
  2075 + "homepage": "https://github.com/php-fig/log",
  2076 + "keywords": [
  2077 + "log",
  2078 + "psr",
  2079 + "psr-3"
  2080 + ],
  2081 + "time": "2016-10-10T12:19:37+00:00"
  2082 + },
  2083 + {
  2084 + "name": "rmrevin/yii2-fontawesome",
  2085 + "version": "2.17.1",
  2086 + "source": {
  2087 + "type": "git",
  2088 + "url": "https://github.com/rmrevin/yii2-fontawesome.git",
  2089 + "reference": "65ce306da864f4d558348aeba040ed7876878090"
  2090 + },
  2091 + "dist": {
  2092 + "type": "zip",
  2093 + "url": "https://api.github.com/repos/rmrevin/yii2-fontawesome/zipball/65ce306da864f4d558348aeba040ed7876878090",
  2094 + "reference": "65ce306da864f4d558348aeba040ed7876878090",
  2095 + "shasum": ""
  2096 + },
  2097 + "require": {
  2098 + "fortawesome/font-awesome": "~4.7",
  2099 + "php": ">=5.4.0",
  2100 + "yiisoft/yii2": "2.0.*"
  2101 + },
  2102 + "type": "yii2-extension",
  2103 + "extra": {
  2104 + "asset-installer-paths": {
  2105 + "npm-asset-library": "vendor/npm",
  2106 + "bower-asset-library": "vendor/bower"
  2107 + }
  2108 + },
  2109 + "autoload": {
  2110 + "psr-4": {
  2111 + "rmrevin\\yii\\fontawesome\\": ""
  2112 + }
  2113 + },
  2114 + "notification-url": "https://packagist.org/downloads/",
  2115 + "license": [
  2116 + "MIT"
  2117 + ],
  2118 + "authors": [
  2119 + {
  2120 + "name": "Revin Roman",
  2121 + "email": "roman@rmrevin.com",
  2122 + "homepage": "https://rmrevin.com/"
  2123 + }
  2124 + ],
  2125 + "description": "Asset Bundle for Yii2 with Font Awesome",
  2126 + "keywords": [
  2127 + "asset",
  2128 + "awesome",
  2129 + "bundle",
  2130 + "font",
  2131 + "yii"
  2132 + ],
  2133 + "time": "2017-01-11T14:05:47+00:00"
  2134 + },
  2135 + {
  2136 + "name": "speixoto/yii2-amcharts",
  2137 + "version": "v0.1.1",
  2138 + "source": {
  2139 + "type": "git",
  2140 + "url": "https://github.com/speixoto/yii2-amcharts.git",
  2141 + "reference": "2a0c95360710e9a4317fd735fc3392772b75b8af"
  2142 + },
  2143 + "dist": {
  2144 + "type": "zip",
  2145 + "url": "https://api.github.com/repos/speixoto/yii2-amcharts/zipball/2a0c95360710e9a4317fd735fc3392772b75b8af",
  2146 + "reference": "2a0c95360710e9a4317fd735fc3392772b75b8af",
  2147 + "shasum": ""
  2148 + },
  2149 + "require": {
  2150 + "bower-asset/amcharts": "*",
  2151 + "bower-asset/amcharts-stock": "dev-master",
  2152 + "yiisoft/yii2": "*"
  2153 + },
  2154 + "type": "yii2-extension",
  2155 + "autoload": {
  2156 + "psr-4": {
  2157 + "speixoto\\amcharts\\": ""
  2158 + }
  2159 + },
  2160 + "notification-url": "https://packagist.org/downloads/",
  2161 + "license": [
  2162 + "MIT"
  2163 + ],
  2164 + "authors": [
  2165 + {
  2166 + "name": "Sérgio Peixoto",
  2167 + "email": "matematico2002@hotmail.com"
  2168 + }
  2169 + ],
  2170 + "description": "AmCharts Widget for Yii 2",
  2171 + "keywords": [
  2172 + "amcharts",
  2173 + "yii"
  2174 + ],
  2175 + "time": "2016-08-23T13:52:28+00:00"
  2176 + },
  2177 + {
  2178 + "name": "swiftmailer/swiftmailer",
  2179 + "version": "v6.0.2",
  2180 + "source": {
  2181 + "type": "git",
  2182 + "url": "https://github.com/swiftmailer/swiftmailer.git",
  2183 + "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
  2184 + },
  2185 + "dist": {
  2186 + "type": "zip",
  2187 + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
  2188 + "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
  2189 + "shasum": ""
  2190 + },
  2191 + "require": {
  2192 + "egulias/email-validator": "~2.0",
  2193 + "php": ">=7.0.0"
  2194 + },
  2195 + "require-dev": {
  2196 + "mockery/mockery": "~0.9.1",
  2197 + "symfony/phpunit-bridge": "~3.3@dev"
  2198 + },
  2199 + "type": "library",
  2200 + "extra": {
  2201 + "branch-alias": {
  2202 + "dev-master": "6.0-dev"
  2203 + }
  2204 + },
  2205 + "autoload": {
  2206 + "files": [
  2207 + "lib/swift_required.php"
  2208 + ]
  2209 + },
  2210 + "notification-url": "https://packagist.org/downloads/",
  2211 + "license": [
  2212 + "MIT"
  2213 + ],
  2214 + "authors": [
  2215 + {
  2216 + "name": "Chris Corbyn"
  2217 + },
  2218 + {
  2219 + "name": "Fabien Potencier",
  2220 + "email": "fabien@symfony.com"
  2221 + }
  2222 + ],
  2223 + "description": "Swiftmailer, free feature-rich PHP mailer",
  2224 + "homepage": "http://swiftmailer.symfony.com",
  2225 + "keywords": [
  2226 + "email",
  2227 + "mail",
  2228 + "mailer"
  2229 + ],
  2230 + "time": "2017-09-30T22:39:41+00:00"
  2231 + },
  2232 + {
  2233 + "name": "tinymce/tinymce",
  2234 + "version": "4.7.2",
  2235 + "source": {
  2236 + "type": "git",
  2237 + "url": "https://github.com/tinymce/tinymce-dist.git",
  2238 + "reference": "2639396a6d5eb8db7457ed4f6de6f5d15303ef52"
  2239 + },
  2240 + "dist": {
  2241 + "type": "zip",
  2242 + "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/2639396a6d5eb8db7457ed4f6de6f5d15303ef52",
  2243 + "reference": "2639396a6d5eb8db7457ed4f6de6f5d15303ef52",
  2244 + "shasum": ""
  2245 + },
  2246 + "type": "component",
  2247 + "extra": {
  2248 + "component": {
  2249 + "scripts": [
  2250 + "tinymce.js",
  2251 + "plugins/*/plugin.js",
  2252 + "themes/*/theme.js"
  2253 + ],
  2254 + "files": [
  2255 + "tinymce.min.js",
  2256 + "plugins/*/plugin.min.js",
  2257 + "themes/*/theme.min.js",
  2258 + "skins/**"
  2259 + ]
  2260 + }
  2261 + },
  2262 + "notification-url": "https://packagist.org/downloads/",
  2263 + "license": [
  2264 + "LGPL-2.1"
  2265 + ],
  2266 + "description": "Web based JavaScript HTML WYSIWYG editor control.",
  2267 + "homepage": "http://www.tinymce.com",
  2268 + "keywords": [
  2269 + "editor",
  2270 + "html",
  2271 + "javascript",
  2272 + "richtext",
  2273 + "tinymce",
  2274 + "wysiwyg"
  2275 + ],
  2276 + "time": "2017-11-07T12:44:31+00:00"
  2277 + },
  2278 + {
  2279 + "name": "yii2tech/filedb",
  2280 + "version": "1.0.5",
  2281 + "source": {
  2282 + "type": "git",
  2283 + "url": "https://github.com/yii2tech/filedb.git",
  2284 + "reference": "2be434bf5e623bdaa339ee38f21ea4010d7b0e1b"
  2285 + },
  2286 + "dist": {
  2287 + "type": "zip",
  2288 + "url": "https://api.github.com/repos/yii2tech/filedb/zipball/2be434bf5e623bdaa339ee38f21ea4010d7b0e1b",
  2289 + "reference": "2be434bf5e623bdaa339ee38f21ea4010d7b0e1b",
  2290 + "shasum": ""
  2291 + },
  2292 + "require": {
  2293 + "yiisoft/yii2": "*"
  2294 + },
  2295 + "type": "yii2-extension",
  2296 + "extra": {
  2297 + "branch-alias": {
  2298 + "dev-master": "1.0.x-dev"
  2299 + }
  2300 + },
  2301 + "autoload": {
  2302 + "psr-4": {
  2303 + "yii2tech\\filedb\\": ""
  2304 + }
  2305 + },
  2306 + "notification-url": "https://packagist.org/downloads/",
  2307 + "license": [
  2308 + "BSD-3-Clause"
  2309 + ],
  2310 + "authors": [
  2311 + {
  2312 + "name": "Paul Klimov",
  2313 + "email": "klimov.paul@gmail.com"
  2314 + }
  2315 + ],
  2316 + "description": "Provides ActiveRecord interface for data declared in static files",
  2317 + "keywords": [
  2318 + "active",
  2319 + "filedb",
  2320 + "record",
  2321 + "static",
  2322 + "yii2"
  2323 + ],
  2324 + "time": "2017-11-03T14:55:36+00:00"
  2325 + },
  2326 + {
  2327 + "name": "yiisoft/yii2",
  2328 + "version": "2.0.12",
  2329 + "source": {
  2330 + "type": "git",
  2331 + "url": "https://github.com/yiisoft/yii2-framework.git",
  2332 + "reference": "70acbecc75cb26b6cd66d16be0b06e4b73db190d"
  2333 + },
  2334 + "dist": {
  2335 + "type": "zip",
  2336 + "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/70acbecc75cb26b6cd66d16be0b06e4b73db190d",
  2337 + "reference": "70acbecc75cb26b6cd66d16be0b06e4b73db190d",
  2338 + "shasum": ""
  2339 + },
  2340 + "require": {
  2341 + "bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
  2342 + "bower-asset/jquery.inputmask": "~3.2.2 | ~3.3.5",
  2343 + "bower-asset/punycode": "1.3.*",
  2344 + "bower-asset/yii2-pjax": "~2.0.1",
  2345 + "cebe/markdown": "~1.0.0 | ~1.1.0",
  2346 + "ext-ctype": "*",
  2347 + "ext-mbstring": "*",
  2348 + "ezyang/htmlpurifier": "~4.6",
  2349 + "lib-pcre": "*",
  2350 + "php": ">=5.4.0",
  2351 + "yiisoft/yii2-composer": "~2.0.4"
  2352 + },
  2353 + "bin": [
  2354 + "yii"
  2355 + ],
  2356 + "type": "library",
  2357 + "extra": {
  2358 + "branch-alias": {
  2359 + "dev-master": "2.0.x-dev"
  2360 + }
  2361 + },
  2362 + "autoload": {
  2363 + "psr-4": {
  2364 + "yii\\": ""
  2365 + }
  2366 + },
  2367 + "notification-url": "https://packagist.org/downloads/",
  2368 + "license": [
  2369 + "BSD-3-Clause"
  2370 + ],
  2371 + "authors": [
  2372 + {
  2373 + "name": "Qiang Xue",
  2374 + "email": "qiang.xue@gmail.com",
  2375 + "homepage": "http://www.yiiframework.com/",
  2376 + "role": "Founder and project lead"
  2377 + },
  2378 + {
  2379 + "name": "Alexander Makarov",
  2380 + "email": "sam@rmcreative.ru",
  2381 + "homepage": "http://rmcreative.ru/",
  2382 + "role": "Core framework development"
  2383 + },
  2384 + {
  2385 + "name": "Maurizio Domba",
  2386 + "homepage": "http://mdomba.info/",
  2387 + "role": "Core framework development"
  2388 + },
  2389 + {
  2390 + "name": "Carsten Brandt",
  2391 + "email": "mail@cebe.cc",
  2392 + "homepage": "http://cebe.cc/",
  2393 + "role": "Core framework development"
  2394 + },
  2395 + {
  2396 + "name": "Timur Ruziev",
  2397 + "email": "resurtm@gmail.com",
  2398 + "homepage": "http://resurtm.com/",
  2399 + "role": "Core framework development"
  2400 + },
  2401 + {
  2402 + "name": "Paul Klimov",
  2403 + "email": "klimov.paul@gmail.com",
  2404 + "role": "Core framework development"
  2405 + },
  2406 + {
  2407 + "name": "Dmitry Naumenko",
  2408 + "email": "d.naumenko.a@gmail.com",
  2409 + "role": "Core framework development"
  2410 + },
  2411 + {
  2412 + "name": "Boudewijn Vahrmeijer",
  2413 + "email": "info@dynasource.eu",
  2414 + "homepage": "http://dynasource.eu",
  2415 + "role": "Core framework development"
  2416 + }
  2417 + ],
  2418 + "description": "Yii PHP Framework Version 2",
  2419 + "homepage": "http://www.yiiframework.com/",
  2420 + "keywords": [
  2421 + "framework",
  2422 + "yii2"
  2423 + ],
  2424 + "time": "2017-06-05T14:33:41+00:00"
  2425 + },
  2426 + {
  2427 + "name": "yiisoft/yii2-bootstrap",
  2428 + "version": "2.0.7",
  2429 + "source": {
  2430 + "type": "git",
  2431 + "url": "https://github.com/yiisoft/yii2-bootstrap.git",
  2432 + "reference": "02a54d868343ed11d02f0f0f8cbbecb590e0cb3f"
  2433 + },
  2434 + "dist": {
  2435 + "type": "zip",
  2436 + "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/02a54d868343ed11d02f0f0f8cbbecb590e0cb3f",
  2437 + "reference": "02a54d868343ed11d02f0f0f8cbbecb590e0cb3f",
  2438 + "shasum": ""
  2439 + },
  2440 + "require": {
  2441 + "bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*",
  2442 + "yiisoft/yii2": "~2.0.6"
  2443 + },
  2444 + "type": "yii2-extension",
  2445 + "extra": {
  2446 + "branch-alias": {
  2447 + "dev-master": "2.0.x-dev"
  2448 + }
  2449 + },
  2450 + "autoload": {
  2451 + "psr-4": {
  2452 + "yii\\bootstrap\\": ""
  2453 + }
  2454 + },
  2455 + "notification-url": "https://packagist.org/downloads/",
  2456 + "license": [
  2457 + "BSD-3-Clause"
  2458 + ],
  2459 + "authors": [
  2460 + {
  2461 + "name": "Qiang Xue",
  2462 + "email": "qiang.xue@gmail.com"
  2463 + }
  2464 + ],
  2465 + "description": "The Twitter Bootstrap extension for the Yii framework",
  2466 + "keywords": [
  2467 + "bootstrap",
  2468 + "yii2"
  2469 + ],
  2470 + "time": "2017-10-09T19:48:22+00:00"
  2471 + },
  2472 + {
  2473 + "name": "yiisoft/yii2-composer",
  2474 + "version": "2.0.5",
  2475 + "source": {
  2476 + "type": "git",
  2477 + "url": "https://github.com/yiisoft/yii2-composer.git",
  2478 + "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2"
  2479 + },
  2480 + "dist": {
  2481 + "type": "zip",
  2482 + "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2",
  2483 + "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2",
  2484 + "shasum": ""
  2485 + },
  2486 + "require": {
  2487 + "composer-plugin-api": "^1.0"
  2488 + },
  2489 + "require-dev": {
  2490 + "composer/composer": "^1.0"
  2491 + },
  2492 + "type": "composer-plugin",
  2493 + "extra": {
  2494 + "class": "yii\\composer\\Plugin",
  2495 + "branch-alias": {
  2496 + "dev-master": "2.0.x-dev"
  2497 + }
  2498 + },
  2499 + "autoload": {
  2500 + "psr-4": {
  2501 + "yii\\composer\\": ""
  2502 + }
  2503 + },
  2504 + "notification-url": "https://packagist.org/downloads/",
  2505 + "license": [
  2506 + "BSD-3-Clause"
  2507 + ],
  2508 + "authors": [
  2509 + {
  2510 + "name": "Qiang Xue",
  2511 + "email": "qiang.xue@gmail.com"
  2512 + }
  2513 + ],
  2514 + "description": "The composer plugin for Yii extension installer",
  2515 + "keywords": [
  2516 + "composer",
  2517 + "extension installer",
  2518 + "yii2"
  2519 + ],
  2520 + "time": "2016-12-20T13:26:02+00:00"
  2521 + },
  2522 + {
  2523 + "name": "yiisoft/yii2-imagine",
  2524 + "version": "2.1.0",
  2525 + "source": {
  2526 + "type": "git",
  2527 + "url": "https://github.com/yiisoft/yii2-imagine.git",
  2528 + "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411"
  2529 + },
  2530 + "dist": {
  2531 + "type": "zip",
  2532 + "url": "https://api.github.com/repos/yiisoft/yii2-imagine/zipball/59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411",
  2533 + "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411",
  2534 + "shasum": ""
  2535 + },
  2536 + "require": {
  2537 + "imagine/imagine": "~0.6.0",
  2538 + "yiisoft/yii2": "~2.0.0"
  2539 + },
  2540 + "type": "yii2-extension",
  2541 + "extra": {
  2542 + "branch-alias": {
  2543 + "dev-master": "2.0.x-dev"
  2544 + }
  2545 + },
  2546 + "autoload": {
  2547 + "psr-4": {
  2548 + "yii\\imagine\\": ""
  2549 + }
  2550 + },
  2551 + "notification-url": "https://packagist.org/downloads/",
  2552 + "license": [
  2553 + "BSD-3-Clause"
  2554 + ],
  2555 + "authors": [
  2556 + {
  2557 + "name": "Antonio Ramirez",
  2558 + "email": "amigo.cobos@gmail.com"
  2559 + }
  2560 + ],
  2561 + "description": "The Imagine integration for the Yii framework",
  2562 + "keywords": [
  2563 + "helper",
  2564 + "image",
  2565 + "imagine",
  2566 + "yii2"
  2567 + ],
  2568 + "time": "2016-11-03T19:28:39+00:00"
  2569 + },
  2570 + {
  2571 + "name": "yiisoft/yii2-swiftmailer",
  2572 + "version": "2.1.0",
  2573 + "source": {
  2574 + "type": "git",
  2575 + "url": "https://github.com/yiisoft/yii2-swiftmailer.git",
  2576 + "reference": "563570c9aa19ca47c1b22e3032983229378e9274"
  2577 + },
  2578 + "dist": {
  2579 + "type": "zip",
  2580 + "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/563570c9aa19ca47c1b22e3032983229378e9274",
  2581 + "reference": "563570c9aa19ca47c1b22e3032983229378e9274",
  2582 + "shasum": ""
  2583 + },
  2584 + "require": {
  2585 + "swiftmailer/swiftmailer": "~6.0",
  2586 + "yiisoft/yii2": "~2.0.4"
  2587 + },
  2588 + "type": "yii2-extension",
  2589 + "extra": {
  2590 + "branch-alias": {
  2591 + "dev-master": "2.0.x-dev"
  2592 + }
  2593 + },
  2594 + "autoload": {
  2595 + "psr-4": {
  2596 + "yii\\swiftmailer\\": ""
  2597 + }
  2598 + },
  2599 + "notification-url": "https://packagist.org/downloads/",
  2600 + "license": [
  2601 + "BSD-3-Clause"
  2602 + ],
  2603 + "authors": [
  2604 + {
  2605 + "name": "Paul Klimov",
  2606 + "email": "klimov.paul@gmail.com"
  2607 + }
  2608 + ],
  2609 + "description": "The SwiftMailer integration for the Yii framework",
  2610 + "keywords": [
  2611 + "email",
  2612 + "mail",
  2613 + "mailer",
  2614 + "swift",
  2615 + "swiftmailer",
  2616 + "yii2"
  2617 + ],
  2618 + "time": "2017-08-04T10:48:17+00:00"
  2619 + },
  2620 + {
  2621 + "name": "yiister/yii2-gentelella",
  2622 + "version": "1.3.0",
  2623 + "source": {
  2624 + "type": "git",
  2625 + "url": "https://github.com/yiister/yii2-gentelella.git",
  2626 + "reference": "7bf07425074231de7acfc6e1e9f4e787590f365b"
  2627 + },
  2628 + "dist": {
  2629 + "type": "zip",
  2630 + "url": "https://api.github.com/repos/yiister/yii2-gentelella/zipball/7bf07425074231de7acfc6e1e9f4e787590f365b",
  2631 + "reference": "7bf07425074231de7acfc6e1e9f4e787590f365b",
  2632 + "shasum": ""
  2633 + },
  2634 + "require": {
  2635 + "bower-asset/gentelella": "*",
  2636 + "php": ">=5.4.0",
  2637 + "rmrevin/yii2-fontawesome": "~2.0",
  2638 + "yiisoft/yii2": "~2.0.0",
  2639 + "yiisoft/yii2-bootstrap": "~2.0.0"
  2640 + },
  2641 + "type": "yii2-extension",
  2642 + "extra": {
  2643 + "asset-installer-paths": {
  2644 + "npm-asset-library": "vendor/npm",
  2645 + "bower-asset-library": "vendor/bower"
  2646 + }
  2647 + },
  2648 + "autoload": {
  2649 + "psr-4": {
  2650 + "yiister\\gentelella\\": ""
  2651 + }
  2652 + },
  2653 + "notification-url": "https://packagist.org/downloads/",
  2654 + "license": [
  2655 + "MIT"
  2656 + ],
  2657 + "authors": [
  2658 + {
  2659 + "name": "Pavel Fedotov",
  2660 + "email": "fps.06@mail.ru",
  2661 + "homepage": "https://github.com/fps01",
  2662 + "role": "Creator"
  2663 + }
  2664 + ],
  2665 + "description": "Free admin template for backend",
  2666 + "keywords": [
  2667 + "admin",
  2668 + "asset",
  2669 + "backend",
  2670 + "bootsprap3",
  2671 + "extension",
  2672 + "gentelella",
  2673 + "theme",
  2674 + "yii2"
  2675 + ],
  2676 + "time": "2017-08-19T09:05:56+00:00"
  2677 + }
  2678 + ],
  2679 + "packages-dev": [
  2680 + {
  2681 + "name": "behat/gherkin",
  2682 + "version": "v4.4.5",
  2683 + "source": {
  2684 + "type": "git",
  2685 + "url": "https://github.com/Behat/Gherkin.git",
  2686 + "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74"
  2687 + },
  2688 + "dist": {
  2689 + "type": "zip",
  2690 + "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74",
  2691 + "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74",
  2692 + "shasum": ""
  2693 + },
  2694 + "require": {
  2695 + "php": ">=5.3.1"
  2696 + },
  2697 + "require-dev": {
  2698 + "phpunit/phpunit": "~4.5|~5",
  2699 + "symfony/phpunit-bridge": "~2.7|~3",
  2700 + "symfony/yaml": "~2.3|~3"
  2701 + },
  2702 + "suggest": {
  2703 + "symfony/yaml": "If you want to parse features, represented in YAML files"
  2704 + },
  2705 + "type": "library",
  2706 + "extra": {
  2707 + "branch-alias": {
  2708 + "dev-master": "4.4-dev"
  2709 + }
  2710 + },
  2711 + "autoload": {
  2712 + "psr-0": {
  2713 + "Behat\\Gherkin": "src/"
  2714 + }
  2715 + },
  2716 + "notification-url": "https://packagist.org/downloads/",
  2717 + "license": [
  2718 + "MIT"
  2719 + ],
  2720 + "authors": [
  2721 + {
  2722 + "name": "Konstantin Kudryashov",
  2723 + "email": "ever.zet@gmail.com",
  2724 + "homepage": "http://everzet.com"
  2725 + }
  2726 + ],
  2727 + "description": "Gherkin DSL parser for PHP 5.3",
  2728 + "homepage": "http://behat.org/",
  2729 + "keywords": [
  2730 + "BDD",
  2731 + "Behat",
  2732 + "Cucumber",
  2733 + "DSL",
  2734 + "gherkin",
  2735 + "parser"
  2736 + ],
  2737 + "time": "2016-10-30T11:50:56+00:00"
  2738 + },
  2739 + {
  2740 + "name": "bower-asset/typeahead.js",
  2741 + "version": "v0.11.1",
  2742 + "source": {
  2743 + "type": "git",
  2744 + "url": "git@github.com:twitter/typeahead.js.git",
  2745 + "reference": "588440f66559714280628a4f9799f0c4eb880a4a"
  2746 + },
  2747 + "dist": {
  2748 + "type": "zip",
  2749 + "url": "https://api.github.com/repos/twitter/typeahead.js/zipball/588440f66559714280628a4f9799f0c4eb880a4a",
  2750 + "reference": "588440f66559714280628a4f9799f0c4eb880a4a",
  2751 + "shasum": ""
  2752 + },
  2753 + "require": {
  2754 + "bower-asset/jquery": ">=1.7"
  2755 + },
  2756 + "require-dev": {
  2757 + "bower-asset/jasmine-ajax": "~1.3.1",
  2758 + "bower-asset/jasmine-jquery": "~1.5.2",
  2759 + "bower-asset/jquery": "~1.7"
  2760 + },
  2761 + "type": "bower-asset-library",
  2762 + "extra": {
  2763 + "bower-asset-main": "dist/typeahead.bundle.js"
  2764 + }
  2765 + },
  2766 + {
  2767 + "name": "codeception/base",
  2768 + "version": "2.3.6",
  2769 + "source": {
  2770 + "type": "git",
  2771 + "url": "https://github.com/Codeception/base.git",
  2772 + "reference": "5aeb2bc02819c89fa1538c2a413e245a421dbcf4"
  2773 + },
  2774 + "dist": {
  2775 + "type": "zip",
  2776 + "url": "https://api.github.com/repos/Codeception/base/zipball/5aeb2bc02819c89fa1538c2a413e245a421dbcf4",
  2777 + "reference": "5aeb2bc02819c89fa1538c2a413e245a421dbcf4",
  2778 + "shasum": ""
  2779 + },
  2780 + "require": {
  2781 + "behat/gherkin": "~4.4.0",
  2782 + "ext-json": "*",
  2783 + "ext-mbstring": "*",
  2784 + "guzzlehttp/psr7": "~1.0",
  2785 + "php": ">=5.4.0 <8.0",
  2786 + "phpunit/php-code-coverage": ">=2.2.4 <6.0",
  2787 + "phpunit/phpunit": ">4.8.20 <7.0",
  2788 + "phpunit/phpunit-mock-objects": ">2.3 <5.0",
  2789 + "sebastian/comparator": ">1.1 <3.0",
  2790 + "sebastian/diff": ">=1.4 <3.0",
  2791 + "stecman/symfony-console-completion": "^0.7.0",
  2792 + "symfony/browser-kit": ">=2.7 <4.0",
  2793 + "symfony/console": ">=2.7 <4.0",
  2794 + "symfony/css-selector": ">=2.7 <4.0",
  2795 + "symfony/dom-crawler": ">=2.7.5 <4.0",
  2796 + "symfony/event-dispatcher": ">=2.7 <4.0",
  2797 + "symfony/finder": ">=2.7 <4.0",
  2798 + "symfony/yaml": ">=2.7 <4.0"
  2799 + },
  2800 + "require-dev": {
  2801 + "codeception/specify": "~0.3",
  2802 + "facebook/graph-sdk": "~5.3",
  2803 + "flow/jsonpath": "~0.2",
  2804 + "league/factory-muffin": "^3.0",
  2805 + "league/factory-muffin-faker": "^1.0",
  2806 + "monolog/monolog": "~1.8",
  2807 + "pda/pheanstalk": "~3.0",
  2808 + "php-amqplib/php-amqplib": "~2.4",
  2809 + "predis/predis": "^1.0",
  2810 + "squizlabs/php_codesniffer": "~2.0",
  2811 + "symfony/process": ">=2.7 <4.0",
  2812 + "vlucas/phpdotenv": "^2.4.0"
  2813 + },
  2814 + "suggest": {
  2815 + "codeception/specify": "BDD-style code blocks",
  2816 + "codeception/verify": "BDD-style assertions",
  2817 + "flow/jsonpath": "For using JSONPath in REST module",
  2818 + "league/factory-muffin": "For DataFactory module",
  2819 + "league/factory-muffin-faker": "For Faker support in DataFactory module",
  2820 + "phpseclib/phpseclib": "for SFTP option in FTP Module",
  2821 + "symfony/phpunit-bridge": "For phpunit-bridge support"
  2822 + },
  2823 + "bin": [
  2824 + "codecept"
  2825 + ],
  2826 + "type": "library",
  2827 + "extra": {
  2828 + "branch-alias": []
  2829 + },
  2830 + "autoload": {
  2831 + "psr-4": {
  2832 + "Codeception\\": "src\\Codeception",
  2833 + "Codeception\\Extension\\": "ext"
  2834 + }
  2835 + },
  2836 + "notification-url": "https://packagist.org/downloads/",
  2837 + "license": [
  2838 + "MIT"
  2839 + ],
  2840 + "authors": [
  2841 + {
  2842 + "name": "Michael Bodnarchuk",
  2843 + "email": "davert@mail.ua",
  2844 + "homepage": "http://codegyre.com"
  2845 + }
  2846 + ],
  2847 + "description": "BDD-style testing framework",
  2848 + "homepage": "http://codeception.com/",
  2849 + "keywords": [
  2850 + "BDD",
  2851 + "TDD",
  2852 + "acceptance testing",
  2853 + "functional testing",
  2854 + "unit testing"
  2855 + ],
  2856 + "time": "2017-09-29T00:03:44+00:00"
  2857 + },
  2858 + {
  2859 + "name": "codeception/verify",
  2860 + "version": "0.3.3",
  2861 + "source": {
  2862 + "type": "git",
  2863 + "url": "https://github.com/Codeception/Verify.git",
  2864 + "reference": "5d649dda453cd814dadc4bb053060cd2c6bb4b4c"
  2865 + },
  2866 + "dist": {
  2867 + "type": "zip",
  2868 + "url": "https://api.github.com/repos/Codeception/Verify/zipball/5d649dda453cd814dadc4bb053060cd2c6bb4b4c",
  2869 + "reference": "5d649dda453cd814dadc4bb053060cd2c6bb4b4c",
  2870 + "shasum": ""
  2871 + },
  2872 + "require-dev": {
  2873 + "phpunit/phpunit": "~4.0"
  2874 + },
  2875 + "type": "library",
  2876 + "autoload": {
  2877 + "files": [
  2878 + "src/Codeception/function.php"
  2879 + ]
  2880 + },
  2881 + "notification-url": "https://packagist.org/downloads/",
  2882 + "license": [
  2883 + "MIT"
  2884 + ],
  2885 + "authors": [
  2886 + {
  2887 + "name": "Michael Bodnarchuk",
  2888 + "email": "davert.php@mailican.com"
  2889 + }
  2890 + ],
  2891 + "description": "BDD assertion library for PHPUnit",
  2892 + "time": "2017-01-09T10:58:51+00:00"
  2893 + },
  2894 + {
  2895 + "name": "doctrine/instantiator",
  2896 + "version": "1.1.0",
  2897 + "source": {
  2898 + "type": "git",
  2899 + "url": "https://github.com/doctrine/instantiator.git",
  2900 + "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
  2901 + },
  2902 + "dist": {
  2903 + "type": "zip",
  2904 + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
  2905 + "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
  2906 + "shasum": ""
  2907 + },
  2908 + "require": {
  2909 + "php": "^7.1"
  2910 + },
  2911 + "require-dev": {
  2912 + "athletic/athletic": "~0.1.8",
  2913 + "ext-pdo": "*",
  2914 + "ext-phar": "*",
  2915 + "phpunit/phpunit": "^6.2.3",
  2916 + "squizlabs/php_codesniffer": "^3.0.2"
  2917 + },
  2918 + "type": "library",
  2919 + "extra": {
  2920 + "branch-alias": {
  2921 + "dev-master": "1.2.x-dev"
  2922 + }
  2923 + },
  2924 + "autoload": {
  2925 + "psr-4": {
  2926 + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  2927 + }
  2928 + },
  2929 + "notification-url": "https://packagist.org/downloads/",
  2930 + "license": [
  2931 + "MIT"
  2932 + ],
  2933 + "authors": [
  2934 + {
  2935 + "name": "Marco Pivetta",
  2936 + "email": "ocramius@gmail.com",
  2937 + "homepage": "http://ocramius.github.com/"
  2938 + }
  2939 + ],
  2940 + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  2941 + "homepage": "https://github.com/doctrine/instantiator",
  2942 + "keywords": [
  2943 + "constructor",
  2944 + "instantiate"
  2945 + ],
  2946 + "time": "2017-07-22T11:58:36+00:00"
  2947 + },
  2948 + {
  2949 + "name": "fzaninotto/faker",
  2950 + "version": "v1.7.1",
  2951 + "source": {
  2952 + "type": "git",
  2953 + "url": "https://github.com/fzaninotto/Faker.git",
  2954 + "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
  2955 + },
  2956 + "dist": {
  2957 + "type": "zip",
  2958 + "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
  2959 + "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
  2960 + "shasum": ""
  2961 + },
  2962 + "require": {
  2963 + "php": "^5.3.3 || ^7.0"
  2964 + },
  2965 + "require-dev": {
  2966 + "ext-intl": "*",
  2967 + "phpunit/phpunit": "^4.0 || ^5.0",
  2968 + "squizlabs/php_codesniffer": "^1.5"
  2969 + },
  2970 + "type": "library",
  2971 + "extra": {
  2972 + "branch-alias": {
  2973 + "dev-master": "1.8-dev"
  2974 + }
  2975 + },
  2976 + "autoload": {
  2977 + "psr-4": {
  2978 + "Faker\\": "src/Faker/"
  2979 + }
  2980 + },
  2981 + "notification-url": "https://packagist.org/downloads/",
  2982 + "license": [
  2983 + "MIT"
  2984 + ],
  2985 + "authors": [
  2986 + {
  2987 + "name": "François Zaninotto"
  2988 + }
  2989 + ],
  2990 + "description": "Faker is a PHP library that generates fake data for you.",
  2991 + "keywords": [
  2992 + "data",
  2993 + "faker",
  2994 + "fixtures"
  2995 + ],
  2996 + "time": "2017-08-15T16:48:10+00:00"
  2997 + },
  2998 + {
  2999 + "name": "myclabs/deep-copy",
  3000 + "version": "1.7.0",
  3001 + "source": {
  3002 + "type": "git",
  3003 + "url": "https://github.com/myclabs/DeepCopy.git",
  3004 + "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
  3005 + },
  3006 + "dist": {
  3007 + "type": "zip",
  3008 + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  3009 + "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  3010 + "shasum": ""
  3011 + },
  3012 + "require": {
  3013 + "php": "^5.6 || ^7.0"
  3014 + },
  3015 + "require-dev": {
  3016 + "doctrine/collections": "^1.0",
  3017 + "doctrine/common": "^2.6",
  3018 + "phpunit/phpunit": "^4.1"
  3019 + },
  3020 + "type": "library",
  3021 + "autoload": {
  3022 + "psr-4": {
  3023 + "DeepCopy\\": "src/DeepCopy/"
  3024 + },
  3025 + "files": [
  3026 + "src/DeepCopy/deep_copy.php"
  3027 + ]
  3028 + },
  3029 + "notification-url": "https://packagist.org/downloads/",
  3030 + "license": [
  3031 + "MIT"
  3032 + ],
  3033 + "description": "Create deep copies (clones) of your objects",
  3034 + "keywords": [
  3035 + "clone",
  3036 + "copy",
  3037 + "duplicate",
  3038 + "object",
  3039 + "object graph"
  3040 + ],
  3041 + "time": "2017-10-19T19:58:43+00:00"
  3042 + },
  3043 + {
  3044 + "name": "phar-io/manifest",
  3045 + "version": "1.0.1",
  3046 + "source": {
  3047 + "type": "git",
  3048 + "url": "https://github.com/phar-io/manifest.git",
  3049 + "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
  3050 + },
  3051 + "dist": {
  3052 + "type": "zip",
  3053 + "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
  3054 + "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
  3055 + "shasum": ""
  3056 + },
  3057 + "require": {
  3058 + "ext-dom": "*",
  3059 + "ext-phar": "*",
  3060 + "phar-io/version": "^1.0.1",
  3061 + "php": "^5.6 || ^7.0"
  3062 + },
  3063 + "type": "library",
  3064 + "extra": {
  3065 + "branch-alias": {
  3066 + "dev-master": "1.0.x-dev"
  3067 + }
  3068 + },
  3069 + "autoload": {
  3070 + "classmap": [
  3071 + "src/"
  3072 + ]
  3073 + },
  3074 + "notification-url": "https://packagist.org/downloads/",
  3075 + "license": [
  3076 + "BSD-3-Clause"
  3077 + ],
  3078 + "authors": [
  3079 + {
  3080 + "name": "Arne Blankerts",
  3081 + "email": "arne@blankerts.de",
  3082 + "role": "Developer"
  3083 + },
  3084 + {
  3085 + "name": "Sebastian Heuer",
  3086 + "email": "sebastian@phpeople.de",
  3087 + "role": "Developer"
  3088 + },
  3089 + {
  3090 + "name": "Sebastian Bergmann",
  3091 + "email": "sebastian@phpunit.de",
  3092 + "role": "Developer"
  3093 + }
  3094 + ],
  3095 + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  3096 + "time": "2017-03-05T18:14:27+00:00"
  3097 + },
  3098 + {
  3099 + "name": "phar-io/version",
  3100 + "version": "1.0.1",
  3101 + "source": {
  3102 + "type": "git",
  3103 + "url": "https://github.com/phar-io/version.git",
  3104 + "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
  3105 + },
  3106 + "dist": {
  3107 + "type": "zip",
  3108 + "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
  3109 + "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
  3110 + "shasum": ""
  3111 + },
  3112 + "require": {
  3113 + "php": "^5.6 || ^7.0"
  3114 + },
  3115 + "type": "library",
  3116 + "autoload": {
  3117 + "classmap": [
  3118 + "src/"
  3119 + ]
  3120 + },
  3121 + "notification-url": "https://packagist.org/downloads/",
  3122 + "license": [
  3123 + "BSD-3-Clause"
  3124 + ],
  3125 + "authors": [
  3126 + {
  3127 + "name": "Arne Blankerts",
  3128 + "email": "arne@blankerts.de",
  3129 + "role": "Developer"
  3130 + },
  3131 + {
  3132 + "name": "Sebastian Heuer",
  3133 + "email": "sebastian@phpeople.de",
  3134 + "role": "Developer"
  3135 + },
  3136 + {
  3137 + "name": "Sebastian Bergmann",
  3138 + "email": "sebastian@phpunit.de",
  3139 + "role": "Developer"
  3140 + }
  3141 + ],
  3142 + "description": "Library for handling version information and constraints",
  3143 + "time": "2017-03-05T17:38:23+00:00"
  3144 + },
  3145 + {
  3146 + "name": "phpdocumentor/reflection-common",
  3147 + "version": "1.0.1",
  3148 + "source": {
  3149 + "type": "git",
  3150 + "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  3151 + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  3152 + },
  3153 + "dist": {
  3154 + "type": "zip",
  3155 + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  3156 + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  3157 + "shasum": ""
  3158 + },
  3159 + "require": {
  3160 + "php": ">=5.5"
  3161 + },
  3162 + "require-dev": {
  3163 + "phpunit/phpunit": "^4.6"
  3164 + },
  3165 + "type": "library",
  3166 + "extra": {
  3167 + "branch-alias": {
  3168 + "dev-master": "1.0.x-dev"
  3169 + }
  3170 + },
  3171 + "autoload": {
  3172 + "psr-4": {
  3173 + "phpDocumentor\\Reflection\\": [
  3174 + "src"
  3175 + ]
  3176 + }
  3177 + },
  3178 + "notification-url": "https://packagist.org/downloads/",
  3179 + "license": [
  3180 + "MIT"
  3181 + ],
  3182 + "authors": [
  3183 + {
  3184 + "name": "Jaap van Otterdijk",
  3185 + "email": "opensource@ijaap.nl"
  3186 + }
  3187 + ],
  3188 + "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  3189 + "homepage": "http://www.phpdoc.org",
  3190 + "keywords": [
  3191 + "FQSEN",
  3192 + "phpDocumentor",
  3193 + "phpdoc",
  3194 + "reflection",
  3195 + "static analysis"
  3196 + ],
  3197 + "time": "2017-09-11T18:02:19+00:00"
  3198 + },
  3199 + {
  3200 + "name": "phpdocumentor/reflection-docblock",
  3201 + "version": "4.1.1",
  3202 + "source": {
  3203 + "type": "git",
  3204 + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  3205 + "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2"
  3206 + },
  3207 + "dist": {
  3208 + "type": "zip",
  3209 + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2",
  3210 + "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2",
  3211 + "shasum": ""
  3212 + },
  3213 + "require": {
  3214 + "php": "^7.0",
  3215 + "phpdocumentor/reflection-common": "^1.0@dev",
  3216 + "phpdocumentor/type-resolver": "^0.4.0",
  3217 + "webmozart/assert": "^1.0"
  3218 + },
  3219 + "require-dev": {
  3220 + "mockery/mockery": "^0.9.4",
  3221 + "phpunit/phpunit": "^4.4"
  3222 + },
  3223 + "type": "library",
  3224 + "autoload": {
  3225 + "psr-4": {
  3226 + "phpDocumentor\\Reflection\\": [
  3227 + "src/"
  3228 + ]
  3229 + }
  3230 + },
  3231 + "notification-url": "https://packagist.org/downloads/",
  3232 + "license": [
  3233 + "MIT"
  3234 + ],
  3235 + "authors": [
  3236 + {
  3237 + "name": "Mike van Riel",
  3238 + "email": "me@mikevanriel.com"
  3239 + }
  3240 + ],
  3241 + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  3242 + "time": "2017-08-30T18:51:59+00:00"
  3243 + },
  3244 + {
  3245 + "name": "phpdocumentor/type-resolver",
  3246 + "version": "0.4.0",
  3247 + "source": {
  3248 + "type": "git",
  3249 + "url": "https://github.com/phpDocumentor/TypeResolver.git",
  3250 + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  3251 + },
  3252 + "dist": {
  3253 + "type": "zip",
  3254 + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  3255 + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  3256 + "shasum": ""
  3257 + },
  3258 + "require": {
  3259 + "php": "^5.5 || ^7.0",
  3260 + "phpdocumentor/reflection-common": "^1.0"
  3261 + },
  3262 + "require-dev": {
  3263 + "mockery/mockery": "^0.9.4",
  3264 + "phpunit/phpunit": "^5.2||^4.8.24"
  3265 + },
  3266 + "type": "library",
  3267 + "extra": {
  3268 + "branch-alias": {
  3269 + "dev-master": "1.0.x-dev"
  3270 + }
  3271 + },
  3272 + "autoload": {
  3273 + "psr-4": {
  3274 + "phpDocumentor\\Reflection\\": [
  3275 + "src/"
  3276 + ]
  3277 + }
  3278 + },
  3279 + "notification-url": "https://packagist.org/downloads/",
  3280 + "license": [
  3281 + "MIT"
  3282 + ],
  3283 + "authors": [
  3284 + {
  3285 + "name": "Mike van Riel",
  3286 + "email": "me@mikevanriel.com"
  3287 + }
  3288 + ],
  3289 + "time": "2017-07-14T14:27:02+00:00"
  3290 + },
  3291 + {
  3292 + "name": "phpspec/php-diff",
  3293 + "version": "v1.1.0",
  3294 + "source": {
  3295 + "type": "git",
  3296 + "url": "https://github.com/phpspec/php-diff.git",
  3297 + "reference": "0464787bfa7cd13576c5a1e318709768798bec6a"
  3298 + },
  3299 + "dist": {
  3300 + "type": "zip",
  3301 + "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a",
  3302 + "reference": "0464787bfa7cd13576c5a1e318709768798bec6a",
  3303 + "shasum": ""
  3304 + },
  3305 + "type": "library",
  3306 + "extra": {
  3307 + "branch-alias": {
  3308 + "dev-master": "1.0.x-dev"
  3309 + }
  3310 + },
  3311 + "autoload": {
  3312 + "psr-0": {
  3313 + "Diff": "lib/"
  3314 + }
  3315 + },
  3316 + "notification-url": "https://packagist.org/downloads/",
  3317 + "license": [
  3318 + "BSD-3-Clause"
  3319 + ],
  3320 + "authors": [
  3321 + {
  3322 + "name": "Chris Boulton",
  3323 + "homepage": "http://github.com/chrisboulton"
  3324 + }
  3325 + ],
  3326 + "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
  3327 + "time": "2016-04-07T12:29:16+00:00"
  3328 + },
  3329 + {
  3330 + "name": "phpspec/prophecy",
  3331 + "version": "v1.7.2",
  3332 + "source": {
  3333 + "type": "git",
  3334 + "url": "https://github.com/phpspec/prophecy.git",
  3335 + "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
  3336 + },
  3337 + "dist": {
  3338 + "type": "zip",
  3339 + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
  3340 + "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
  3341 + "shasum": ""
  3342 + },
  3343 + "require": {
  3344 + "doctrine/instantiator": "^1.0.2",
  3345 + "php": "^5.3|^7.0",
  3346 + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  3347 + "sebastian/comparator": "^1.1|^2.0",
  3348 + "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  3349 + },
  3350 + "require-dev": {
  3351 + "phpspec/phpspec": "^2.5|^3.2",
  3352 + "phpunit/phpunit": "^4.8 || ^5.6.5"
  3353 + },
  3354 + "type": "library",
  3355 + "extra": {
  3356 + "branch-alias": {
  3357 + "dev-master": "1.7.x-dev"
  3358 + }
  3359 + },
  3360 + "autoload": {
  3361 + "psr-0": {
  3362 + "Prophecy\\": "src/"
  3363 + }
  3364 + },
  3365 + "notification-url": "https://packagist.org/downloads/",
  3366 + "license": [
  3367 + "MIT"
  3368 + ],
  3369 + "authors": [
  3370 + {
  3371 + "name": "Konstantin Kudryashov",
  3372 + "email": "ever.zet@gmail.com",
  3373 + "homepage": "http://everzet.com"
  3374 + },
  3375 + {
  3376 + "name": "Marcello Duarte",
  3377 + "email": "marcello.duarte@gmail.com"
  3378 + }
  3379 + ],
  3380 + "description": "Highly opinionated mocking framework for PHP 5.3+",
  3381 + "homepage": "https://github.com/phpspec/prophecy",
  3382 + "keywords": [
  3383 + "Double",
  3384 + "Dummy",
  3385 + "fake",
  3386 + "mock",
  3387 + "spy",
  3388 + "stub"
  3389 + ],
  3390 + "time": "2017-09-04T11:05:03+00:00"
  3391 + },
  3392 + {
  3393 + "name": "phpunit/php-code-coverage",
  3394 + "version": "5.2.3",
  3395 + "source": {
  3396 + "type": "git",
  3397 + "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  3398 + "reference": "8e1d2397d8adf59a3f12b2878a3aaa66d1ab189d"
  3399 + },
  3400 + "dist": {
  3401 + "type": "zip",
  3402 + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8e1d2397d8adf59a3f12b2878a3aaa66d1ab189d",
  3403 + "reference": "8e1d2397d8adf59a3f12b2878a3aaa66d1ab189d",
  3404 + "shasum": ""
  3405 + },
  3406 + "require": {
  3407 + "ext-dom": "*",
  3408 + "ext-xmlwriter": "*",
  3409 + "php": "^7.0",
  3410 + "phpunit/php-file-iterator": "^1.4.2",
  3411 + "phpunit/php-text-template": "^1.2.1",
  3412 + "phpunit/php-token-stream": "^2.0",
  3413 + "sebastian/code-unit-reverse-lookup": "^1.0.1",
  3414 + "sebastian/environment": "^3.0",
  3415 + "sebastian/version": "^2.0.1",
  3416 + "theseer/tokenizer": "^1.1"
  3417 + },
  3418 + "require-dev": {
  3419 + "ext-xdebug": "^2.5",
  3420 + "phpunit/phpunit": "^6.0"
  3421 + },
  3422 + "suggest": {
  3423 + "ext-xdebug": "^2.5.5"
  3424 + },
  3425 + "type": "library",
  3426 + "extra": {
  3427 + "branch-alias": {
  3428 + "dev-master": "5.2.x-dev"
  3429 + }
  3430 + },
  3431 + "autoload": {
  3432 + "classmap": [
  3433 + "src/"
  3434 + ]
  3435 + },
  3436 + "notification-url": "https://packagist.org/downloads/",
  3437 + "license": [
  3438 + "BSD-3-Clause"
  3439 + ],
  3440 + "authors": [
  3441 + {
  3442 + "name": "Sebastian Bergmann",
  3443 + "email": "sb@sebastian-bergmann.de",
  3444 + "role": "lead"
  3445 + }
  3446 + ],
  3447 + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  3448 + "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  3449 + "keywords": [
  3450 + "coverage",
  3451 + "testing",
  3452 + "xunit"
  3453 + ],
  3454 + "time": "2017-11-03T13:47:33+00:00"
  3455 + },
  3456 + {
  3457 + "name": "phpunit/php-file-iterator",
  3458 + "version": "1.4.2",
  3459 + "source": {
  3460 + "type": "git",
  3461 + "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  3462 + "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  3463 + },
  3464 + "dist": {
  3465 + "type": "zip",
  3466 + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  3467 + "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  3468 + "shasum": ""
  3469 + },
  3470 + "require": {
  3471 + "php": ">=5.3.3"
  3472 + },
  3473 + "type": "library",
  3474 + "extra": {
  3475 + "branch-alias": {
  3476 + "dev-master": "1.4.x-dev"
  3477 + }
  3478 + },
  3479 + "autoload": {
  3480 + "classmap": [
  3481 + "src/"
  3482 + ]
  3483 + },
  3484 + "notification-url": "https://packagist.org/downloads/",
  3485 + "license": [
  3486 + "BSD-3-Clause"
  3487 + ],
  3488 + "authors": [
  3489 + {
  3490 + "name": "Sebastian Bergmann",
  3491 + "email": "sb@sebastian-bergmann.de",
  3492 + "role": "lead"
  3493 + }
  3494 + ],
  3495 + "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  3496 + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  3497 + "keywords": [
  3498 + "filesystem",
  3499 + "iterator"
  3500 + ],
  3501 + "time": "2016-10-03T07:40:28+00:00"
  3502 + },
  3503 + {
  3504 + "name": "phpunit/php-text-template",
  3505 + "version": "1.2.1",
  3506 + "source": {
  3507 + "type": "git",
  3508 + "url": "https://github.com/sebastianbergmann/php-text-template.git",
  3509 + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  3510 + },
  3511 + "dist": {
  3512 + "type": "zip",
  3513 + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  3514 + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  3515 + "shasum": ""
  3516 + },
  3517 + "require": {
  3518 + "php": ">=5.3.3"
  3519 + },
  3520 + "type": "library",
  3521 + "autoload": {
  3522 + "classmap": [
  3523 + "src/"
  3524 + ]
  3525 + },
  3526 + "notification-url": "https://packagist.org/downloads/",
  3527 + "license": [
  3528 + "BSD-3-Clause"
  3529 + ],
  3530 + "authors": [
  3531 + {
  3532 + "name": "Sebastian Bergmann",
  3533 + "email": "sebastian@phpunit.de",
  3534 + "role": "lead"
  3535 + }
  3536 + ],
  3537 + "description": "Simple template engine.",
  3538 + "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  3539 + "keywords": [
  3540 + "template"
  3541 + ],
  3542 + "time": "2015-06-21T13:50:34+00:00"
  3543 + },
  3544 + {
  3545 + "name": "phpunit/php-timer",
  3546 + "version": "1.0.9",
  3547 + "source": {
  3548 + "type": "git",
  3549 + "url": "https://github.com/sebastianbergmann/php-timer.git",
  3550 + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  3551 + },
  3552 + "dist": {
  3553 + "type": "zip",
  3554 + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  3555 + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  3556 + "shasum": ""
  3557 + },
  3558 + "require": {
  3559 + "php": "^5.3.3 || ^7.0"
  3560 + },
  3561 + "require-dev": {
  3562 + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  3563 + },
  3564 + "type": "library",
  3565 + "extra": {
  3566 + "branch-alias": {
  3567 + "dev-master": "1.0-dev"
  3568 + }
  3569 + },
  3570 + "autoload": {
  3571 + "classmap": [
  3572 + "src/"
  3573 + ]
  3574 + },
  3575 + "notification-url": "https://packagist.org/downloads/",
  3576 + "license": [
  3577 + "BSD-3-Clause"
  3578 + ],
  3579 + "authors": [
  3580 + {
  3581 + "name": "Sebastian Bergmann",
  3582 + "email": "sb@sebastian-bergmann.de",
  3583 + "role": "lead"
  3584 + }
  3585 + ],
  3586 + "description": "Utility class for timing",
  3587 + "homepage": "https://github.com/sebastianbergmann/php-timer/",
  3588 + "keywords": [
  3589 + "timer"
  3590 + ],
  3591 + "time": "2017-02-26T11:10:40+00:00"
  3592 + },
  3593 + {
  3594 + "name": "phpunit/php-token-stream",
  3595 + "version": "2.0.1",
  3596 + "source": {
  3597 + "type": "git",
  3598 + "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  3599 + "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0"
  3600 + },
  3601 + "dist": {
  3602 + "type": "zip",
  3603 + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0",
  3604 + "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0",
  3605 + "shasum": ""
  3606 + },
  3607 + "require": {
  3608 + "ext-tokenizer": "*",
  3609 + "php": "^7.0"
  3610 + },
  3611 + "require-dev": {
  3612 + "phpunit/phpunit": "^6.2.4"
  3613 + },
  3614 + "type": "library",
  3615 + "extra": {
  3616 + "branch-alias": {
  3617 + "dev-master": "2.0-dev"
  3618 + }
  3619 + },
  3620 + "autoload": {
  3621 + "classmap": [
  3622 + "src/"
  3623 + ]
  3624 + },
  3625 + "notification-url": "https://packagist.org/downloads/",
  3626 + "license": [
  3627 + "BSD-3-Clause"
  3628 + ],
  3629 + "authors": [
  3630 + {
  3631 + "name": "Sebastian Bergmann",
  3632 + "email": "sebastian@phpunit.de"
  3633 + }
  3634 + ],
  3635 + "description": "Wrapper around PHP's tokenizer extension.",
  3636 + "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  3637 + "keywords": [
  3638 + "tokenizer"
  3639 + ],
  3640 + "time": "2017-08-20T05:47:52+00:00"
  3641 + },
  3642 + {
  3643 + "name": "phpunit/phpunit",
  3644 + "version": "6.4.4",
  3645 + "source": {
  3646 + "type": "git",
  3647 + "url": "https://github.com/sebastianbergmann/phpunit.git",
  3648 + "reference": "562f7dc75d46510a4ed5d16189ae57fbe45a9932"
  3649 + },
  3650 + "dist": {
  3651 + "type": "zip",
  3652 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/562f7dc75d46510a4ed5d16189ae57fbe45a9932",
  3653 + "reference": "562f7dc75d46510a4ed5d16189ae57fbe45a9932",
  3654 + "shasum": ""
  3655 + },
  3656 + "require": {
  3657 + "ext-dom": "*",
  3658 + "ext-json": "*",
  3659 + "ext-libxml": "*",
  3660 + "ext-mbstring": "*",
  3661 + "ext-xml": "*",
  3662 + "myclabs/deep-copy": "^1.6.1",
  3663 + "phar-io/manifest": "^1.0.1",
  3664 + "phar-io/version": "^1.0",
  3665 + "php": "^7.0",
  3666 + "phpspec/prophecy": "^1.7",
  3667 + "phpunit/php-code-coverage": "^5.2.2",
  3668 + "phpunit/php-file-iterator": "^1.4.2",
  3669 + "phpunit/php-text-template": "^1.2.1",
  3670 + "phpunit/php-timer": "^1.0.9",
  3671 + "phpunit/phpunit-mock-objects": "^4.0.3",
  3672 + "sebastian/comparator": "^2.0.2",
  3673 + "sebastian/diff": "^2.0",
  3674 + "sebastian/environment": "^3.1",
  3675 + "sebastian/exporter": "^3.1",
  3676 + "sebastian/global-state": "^2.0",
  3677 + "sebastian/object-enumerator": "^3.0.3",
  3678 + "sebastian/resource-operations": "^1.0",
  3679 + "sebastian/version": "^2.0.1"
  3680 + },
  3681 + "conflict": {
  3682 + "phpdocumentor/reflection-docblock": "3.0.2",
  3683 + "phpunit/dbunit": "<3.0"
  3684 + },
  3685 + "require-dev": {
  3686 + "ext-pdo": "*"
  3687 + },
  3688 + "suggest": {
  3689 + "ext-xdebug": "*",
  3690 + "phpunit/php-invoker": "^1.1"
  3691 + },
  3692 + "bin": [
  3693 + "phpunit"
  3694 + ],
  3695 + "type": "library",
  3696 + "extra": {
  3697 + "branch-alias": {
  3698 + "dev-master": "6.4.x-dev"
  3699 + }
  3700 + },
  3701 + "autoload": {
  3702 + "classmap": [
  3703 + "src/"
  3704 + ]
  3705 + },
  3706 + "notification-url": "https://packagist.org/downloads/",
  3707 + "license": [
  3708 + "BSD-3-Clause"
  3709 + ],
  3710 + "authors": [
  3711 + {
  3712 + "name": "Sebastian Bergmann",
  3713 + "email": "sebastian@phpunit.de",
  3714 + "role": "lead"
  3715 + }
  3716 + ],
  3717 + "description": "The PHP Unit Testing framework.",
  3718 + "homepage": "https://phpunit.de/",
  3719 + "keywords": [
  3720 + "phpunit",
  3721 + "testing",
  3722 + "xunit"
  3723 + ],
  3724 + "time": "2017-11-08T11:26:09+00:00"
  3725 + },
  3726 + {
  3727 + "name": "phpunit/phpunit-mock-objects",
  3728 + "version": "4.0.4",
  3729 + "source": {
  3730 + "type": "git",
  3731 + "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  3732 + "reference": "2f789b59ab89669015ad984afa350c4ec577ade0"
  3733 + },
  3734 + "dist": {
  3735 + "type": "zip",
  3736 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0",
  3737 + "reference": "2f789b59ab89669015ad984afa350c4ec577ade0",
  3738 + "shasum": ""
  3739 + },
  3740 + "require": {
  3741 + "doctrine/instantiator": "^1.0.5",
  3742 + "php": "^7.0",
  3743 + "phpunit/php-text-template": "^1.2.1",
  3744 + "sebastian/exporter": "^3.0"
  3745 + },
  3746 + "conflict": {
  3747 + "phpunit/phpunit": "<6.0"
  3748 + },
  3749 + "require-dev": {
  3750 + "phpunit/phpunit": "^6.0"
  3751 + },
  3752 + "suggest": {
  3753 + "ext-soap": "*"
  3754 + },
  3755 + "type": "library",
  3756 + "extra": {
  3757 + "branch-alias": {
  3758 + "dev-master": "4.0.x-dev"
  3759 + }
  3760 + },
  3761 + "autoload": {
  3762 + "classmap": [
  3763 + "src/"
  3764 + ]
  3765 + },
  3766 + "notification-url": "https://packagist.org/downloads/",
  3767 + "license": [
  3768 + "BSD-3-Clause"
  3769 + ],
  3770 + "authors": [
  3771 + {
  3772 + "name": "Sebastian Bergmann",
  3773 + "email": "sb@sebastian-bergmann.de",
  3774 + "role": "lead"
  3775 + }
  3776 + ],
  3777 + "description": "Mock Object library for PHPUnit",
  3778 + "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  3779 + "keywords": [
  3780 + "mock",
  3781 + "xunit"
  3782 + ],
  3783 + "time": "2017-08-03T14:08:16+00:00"
  3784 + },
  3785 + {
  3786 + "name": "sebastian/code-unit-reverse-lookup",
  3787 + "version": "1.0.1",
  3788 + "source": {
  3789 + "type": "git",
  3790 + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  3791 + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  3792 + },
  3793 + "dist": {
  3794 + "type": "zip",
  3795 + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  3796 + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  3797 + "shasum": ""
  3798 + },
  3799 + "require": {
  3800 + "php": "^5.6 || ^7.0"
  3801 + },
  3802 + "require-dev": {
  3803 + "phpunit/phpunit": "^5.7 || ^6.0"
  3804 + },
  3805 + "type": "library",
  3806 + "extra": {
  3807 + "branch-alias": {
  3808 + "dev-master": "1.0.x-dev"
  3809 + }
  3810 + },
  3811 + "autoload": {
  3812 + "classmap": [
  3813 + "src/"
  3814 + ]
  3815 + },
  3816 + "notification-url": "https://packagist.org/downloads/",
  3817 + "license": [
  3818 + "BSD-3-Clause"
  3819 + ],
  3820 + "authors": [
  3821 + {
  3822 + "name": "Sebastian Bergmann",
  3823 + "email": "sebastian@phpunit.de"
  3824 + }
  3825 + ],
  3826 + "description": "Looks up which function or method a line of code belongs to",
  3827 + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  3828 + "time": "2017-03-04T06:30:41+00:00"
  3829 + },
  3830 + {
  3831 + "name": "sebastian/comparator",
  3832 + "version": "2.1.0",
  3833 + "source": {
  3834 + "type": "git",
  3835 + "url": "https://github.com/sebastianbergmann/comparator.git",
  3836 + "reference": "1174d9018191e93cb9d719edec01257fc05f8158"
  3837 + },
  3838 + "dist": {
  3839 + "type": "zip",
  3840 + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1174d9018191e93cb9d719edec01257fc05f8158",
  3841 + "reference": "1174d9018191e93cb9d719edec01257fc05f8158",
  3842 + "shasum": ""
  3843 + },
  3844 + "require": {
  3845 + "php": "^7.0",
  3846 + "sebastian/diff": "^2.0",
  3847 + "sebastian/exporter": "^3.1"
  3848 + },
  3849 + "require-dev": {
  3850 + "phpunit/phpunit": "^6.4"
  3851 + },
  3852 + "type": "library",
  3853 + "extra": {
  3854 + "branch-alias": {
  3855 + "dev-master": "2.1.x-dev"
  3856 + }
  3857 + },
  3858 + "autoload": {
  3859 + "classmap": [
  3860 + "src/"
  3861 + ]
  3862 + },
  3863 + "notification-url": "https://packagist.org/downloads/",
  3864 + "license": [
  3865 + "BSD-3-Clause"
  3866 + ],
  3867 + "authors": [
  3868 + {
  3869 + "name": "Jeff Welch",
  3870 + "email": "whatthejeff@gmail.com"
  3871 + },
  3872 + {
  3873 + "name": "Volker Dusch",
  3874 + "email": "github@wallbash.com"
  3875 + },
  3876 + {
  3877 + "name": "Bernhard Schussek",
  3878 + "email": "bschussek@2bepublished.at"
  3879 + },
  3880 + {
  3881 + "name": "Sebastian Bergmann",
  3882 + "email": "sebastian@phpunit.de"
  3883 + }
  3884 + ],
  3885 + "description": "Provides the functionality to compare PHP values for equality",
  3886 + "homepage": "https://github.com/sebastianbergmann/comparator",
  3887 + "keywords": [
  3888 + "comparator",
  3889 + "compare",
  3890 + "equality"
  3891 + ],
  3892 + "time": "2017-11-03T07:16:52+00:00"
  3893 + },
  3894 + {
  3895 + "name": "sebastian/diff",
  3896 + "version": "2.0.1",
  3897 + "source": {
  3898 + "type": "git",
  3899 + "url": "https://github.com/sebastianbergmann/diff.git",
  3900 + "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
  3901 + },
  3902 + "dist": {
  3903 + "type": "zip",
  3904 + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
  3905 + "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
  3906 + "shasum": ""
  3907 + },
  3908 + "require": {
  3909 + "php": "^7.0"
  3910 + },
  3911 + "require-dev": {
  3912 + "phpunit/phpunit": "^6.2"
  3913 + },
  3914 + "type": "library",
  3915 + "extra": {
  3916 + "branch-alias": {
  3917 + "dev-master": "2.0-dev"
  3918 + }
  3919 + },
  3920 + "autoload": {
  3921 + "classmap": [
  3922 + "src/"
  3923 + ]
  3924 + },
  3925 + "notification-url": "https://packagist.org/downloads/",
  3926 + "license": [
  3927 + "BSD-3-Clause"
  3928 + ],
  3929 + "authors": [
  3930 + {
  3931 + "name": "Kore Nordmann",
  3932 + "email": "mail@kore-nordmann.de"
  3933 + },
  3934 + {
  3935 + "name": "Sebastian Bergmann",
  3936 + "email": "sebastian@phpunit.de"
  3937 + }
  3938 + ],
  3939 + "description": "Diff implementation",
  3940 + "homepage": "https://github.com/sebastianbergmann/diff",
  3941 + "keywords": [
  3942 + "diff"
  3943 + ],
  3944 + "time": "2017-08-03T08:09:46+00:00"
  3945 + },
  3946 + {
  3947 + "name": "sebastian/environment",
  3948 + "version": "3.1.0",
  3949 + "source": {
  3950 + "type": "git",
  3951 + "url": "https://github.com/sebastianbergmann/environment.git",
  3952 + "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
  3953 + },
  3954 + "dist": {
  3955 + "type": "zip",
  3956 + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
  3957 + "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
  3958 + "shasum": ""
  3959 + },
  3960 + "require": {
  3961 + "php": "^7.0"
  3962 + },
  3963 + "require-dev": {
  3964 + "phpunit/phpunit": "^6.1"
  3965 + },
  3966 + "type": "library",
  3967 + "extra": {
  3968 + "branch-alias": {
  3969 + "dev-master": "3.1.x-dev"
  3970 + }
  3971 + },
  3972 + "autoload": {
  3973 + "classmap": [
  3974 + "src/"
  3975 + ]
  3976 + },
  3977 + "notification-url": "https://packagist.org/downloads/",
  3978 + "license": [
  3979 + "BSD-3-Clause"
  3980 + ],
  3981 + "authors": [
  3982 + {
  3983 + "name": "Sebastian Bergmann",
  3984 + "email": "sebastian@phpunit.de"
  3985 + }
  3986 + ],
  3987 + "description": "Provides functionality to handle HHVM/PHP environments",
  3988 + "homepage": "http://www.github.com/sebastianbergmann/environment",
  3989 + "keywords": [
  3990 + "Xdebug",
  3991 + "environment",
  3992 + "hhvm"
  3993 + ],
  3994 + "time": "2017-07-01T08:51:00+00:00"
  3995 + },
  3996 + {
  3997 + "name": "sebastian/exporter",
  3998 + "version": "3.1.0",
  3999 + "source": {
  4000 + "type": "git",
  4001 + "url": "https://github.com/sebastianbergmann/exporter.git",
  4002 + "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
  4003 + },
  4004 + "dist": {
  4005 + "type": "zip",
  4006 + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
  4007 + "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
  4008 + "shasum": ""
  4009 + },
  4010 + "require": {
  4011 + "php": "^7.0",
  4012 + "sebastian/recursion-context": "^3.0"
  4013 + },
  4014 + "require-dev": {
  4015 + "ext-mbstring": "*",
  4016 + "phpunit/phpunit": "^6.0"
  4017 + },
  4018 + "type": "library",
  4019 + "extra": {
  4020 + "branch-alias": {
  4021 + "dev-master": "3.1.x-dev"
  4022 + }
  4023 + },
  4024 + "autoload": {
  4025 + "classmap": [
  4026 + "src/"
  4027 + ]
  4028 + },
  4029 + "notification-url": "https://packagist.org/downloads/",
  4030 + "license": [
  4031 + "BSD-3-Clause"
  4032 + ],
  4033 + "authors": [
  4034 + {
  4035 + "name": "Jeff Welch",
  4036 + "email": "whatthejeff@gmail.com"
  4037 + },
  4038 + {
  4039 + "name": "Volker Dusch",
  4040 + "email": "github@wallbash.com"
  4041 + },
  4042 + {
  4043 + "name": "Bernhard Schussek",
  4044 + "email": "bschussek@2bepublished.at"
  4045 + },
  4046 + {
  4047 + "name": "Sebastian Bergmann",
  4048 + "email": "sebastian@phpunit.de"
  4049 + },
  4050 + {
  4051 + "name": "Adam Harvey",
  4052 + "email": "aharvey@php.net"
  4053 + }
  4054 + ],
  4055 + "description": "Provides the functionality to export PHP variables for visualization",
  4056 + "homepage": "http://www.github.com/sebastianbergmann/exporter",
  4057 + "keywords": [
  4058 + "export",
  4059 + "exporter"
  4060 + ],
  4061 + "time": "2017-04-03T13:19:02+00:00"
  4062 + },
  4063 + {
  4064 + "name": "sebastian/global-state",
  4065 + "version": "2.0.0",
  4066 + "source": {
  4067 + "type": "git",
  4068 + "url": "https://github.com/sebastianbergmann/global-state.git",
  4069 + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
  4070 + },
  4071 + "dist": {
  4072 + "type": "zip",
  4073 + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  4074 + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  4075 + "shasum": ""
  4076 + },
  4077 + "require": {
  4078 + "php": "^7.0"
  4079 + },
  4080 + "require-dev": {
  4081 + "phpunit/phpunit": "^6.0"
  4082 + },
  4083 + "suggest": {
  4084 + "ext-uopz": "*"
  4085 + },
  4086 + "type": "library",
  4087 + "extra": {
  4088 + "branch-alias": {
  4089 + "dev-master": "2.0-dev"
  4090 + }
  4091 + },
  4092 + "autoload": {
  4093 + "classmap": [
  4094 + "src/"
  4095 + ]
  4096 + },
  4097 + "notification-url": "https://packagist.org/downloads/",
  4098 + "license": [
  4099 + "BSD-3-Clause"
  4100 + ],
  4101 + "authors": [
  4102 + {
  4103 + "name": "Sebastian Bergmann",
  4104 + "email": "sebastian@phpunit.de"
  4105 + }
  4106 + ],
  4107 + "description": "Snapshotting of global state",
  4108 + "homepage": "http://www.github.com/sebastianbergmann/global-state",
  4109 + "keywords": [
  4110 + "global state"
  4111 + ],
  4112 + "time": "2017-04-27T15:39:26+00:00"
  4113 + },
  4114 + {
  4115 + "name": "sebastian/object-enumerator",
  4116 + "version": "3.0.3",
  4117 + "source": {
  4118 + "type": "git",
  4119 + "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  4120 + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  4121 + },
  4122 + "dist": {
  4123 + "type": "zip",
  4124 + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  4125 + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  4126 + "shasum": ""
  4127 + },
  4128 + "require": {
  4129 + "php": "^7.0",
  4130 + "sebastian/object-reflector": "^1.1.1",
  4131 + "sebastian/recursion-context": "^3.0"
  4132 + },
  4133 + "require-dev": {
  4134 + "phpunit/phpunit": "^6.0"
  4135 + },
  4136 + "type": "library",
  4137 + "extra": {
  4138 + "branch-alias": {
  4139 + "dev-master": "3.0.x-dev"
  4140 + }
  4141 + },
  4142 + "autoload": {
  4143 + "classmap": [
  4144 + "src/"
  4145 + ]
  4146 + },
  4147 + "notification-url": "https://packagist.org/downloads/",
  4148 + "license": [
  4149 + "BSD-3-Clause"
  4150 + ],
  4151 + "authors": [
  4152 + {
  4153 + "name": "Sebastian Bergmann",
  4154 + "email": "sebastian@phpunit.de"
  4155 + }
  4156 + ],
  4157 + "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  4158 + "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  4159 + "time": "2017-08-03T12:35:26+00:00"
  4160 + },
  4161 + {
  4162 + "name": "sebastian/object-reflector",
  4163 + "version": "1.1.1",
  4164 + "source": {
  4165 + "type": "git",
  4166 + "url": "https://github.com/sebastianbergmann/object-reflector.git",
  4167 + "reference": "773f97c67f28de00d397be301821b06708fca0be"
  4168 + },
  4169 + "dist": {
  4170 + "type": "zip",
  4171 + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  4172 + "reference": "773f97c67f28de00d397be301821b06708fca0be",
  4173 + "shasum": ""
  4174 + },
  4175 + "require": {
  4176 + "php": "^7.0"
  4177 + },
  4178 + "require-dev": {
  4179 + "phpunit/phpunit": "^6.0"
  4180 + },
  4181 + "type": "library",
  4182 + "extra": {
  4183 + "branch-alias": {
  4184 + "dev-master": "1.1-dev"
  4185 + }
  4186 + },
  4187 + "autoload": {
  4188 + "classmap": [
  4189 + "src/"
  4190 + ]
  4191 + },
  4192 + "notification-url": "https://packagist.org/downloads/",
  4193 + "license": [
  4194 + "BSD-3-Clause"
  4195 + ],
  4196 + "authors": [
  4197 + {
  4198 + "name": "Sebastian Bergmann",
  4199 + "email": "sebastian@phpunit.de"
  4200 + }
  4201 + ],
  4202 + "description": "Allows reflection of object attributes, including inherited and non-public ones",
  4203 + "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  4204 + "time": "2017-03-29T09:07:27+00:00"
  4205 + },
  4206 + {
  4207 + "name": "sebastian/recursion-context",
  4208 + "version": "3.0.0",
  4209 + "source": {
  4210 + "type": "git",
  4211 + "url": "https://github.com/sebastianbergmann/recursion-context.git",
  4212 + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  4213 + },
  4214 + "dist": {
  4215 + "type": "zip",
  4216 + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  4217 + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  4218 + "shasum": ""
  4219 + },
  4220 + "require": {
  4221 + "php": "^7.0"
  4222 + },
  4223 + "require-dev": {
  4224 + "phpunit/phpunit": "^6.0"
  4225 + },
  4226 + "type": "library",
  4227 + "extra": {
  4228 + "branch-alias": {
  4229 + "dev-master": "3.0.x-dev"
  4230 + }
  4231 + },
  4232 + "autoload": {
  4233 + "classmap": [
  4234 + "src/"
  4235 + ]
  4236 + },
  4237 + "notification-url": "https://packagist.org/downloads/",
  4238 + "license": [
  4239 + "BSD-3-Clause"
  4240 + ],
  4241 + "authors": [
  4242 + {
  4243 + "name": "Jeff Welch",
  4244 + "email": "whatthejeff@gmail.com"
  4245 + },
  4246 + {
  4247 + "name": "Sebastian Bergmann",
  4248 + "email": "sebastian@phpunit.de"
  4249 + },
  4250 + {
  4251 + "name": "Adam Harvey",
  4252 + "email": "aharvey@php.net"
  4253 + }
  4254 + ],
  4255 + "description": "Provides functionality to recursively process PHP variables",
  4256 + "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  4257 + "time": "2017-03-03T06:23:57+00:00"
  4258 + },
  4259 + {
  4260 + "name": "sebastian/resource-operations",
  4261 + "version": "1.0.0",
  4262 + "source": {
  4263 + "type": "git",
  4264 + "url": "https://github.com/sebastianbergmann/resource-operations.git",
  4265 + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  4266 + },
  4267 + "dist": {
  4268 + "type": "zip",
  4269 + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  4270 + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  4271 + "shasum": ""
  4272 + },
  4273 + "require": {
  4274 + "php": ">=5.6.0"
  4275 + },
  4276 + "type": "library",
  4277 + "extra": {
  4278 + "branch-alias": {
  4279 + "dev-master": "1.0.x-dev"
  4280 + }
  4281 + },
  4282 + "autoload": {
  4283 + "classmap": [
  4284 + "src/"
  4285 + ]
  4286 + },
  4287 + "notification-url": "https://packagist.org/downloads/",
  4288 + "license": [
  4289 + "BSD-3-Clause"
  4290 + ],
  4291 + "authors": [
  4292 + {
  4293 + "name": "Sebastian Bergmann",
  4294 + "email": "sebastian@phpunit.de"
  4295 + }
  4296 + ],
  4297 + "description": "Provides a list of PHP built-in functions that operate on resources",
  4298 + "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  4299 + "time": "2015-07-28T20:34:47+00:00"
  4300 + },
  4301 + {
  4302 + "name": "sebastian/version",
  4303 + "version": "2.0.1",
  4304 + "source": {
  4305 + "type": "git",
  4306 + "url": "https://github.com/sebastianbergmann/version.git",
  4307 + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  4308 + },
  4309 + "dist": {
  4310 + "type": "zip",
  4311 + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  4312 + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  4313 + "shasum": ""
  4314 + },
  4315 + "require": {
  4316 + "php": ">=5.6"
  4317 + },
  4318 + "type": "library",
  4319 + "extra": {
  4320 + "branch-alias": {
  4321 + "dev-master": "2.0.x-dev"
  4322 + }
  4323 + },
  4324 + "autoload": {
  4325 + "classmap": [
  4326 + "src/"
  4327 + ]
  4328 + },
  4329 + "notification-url": "https://packagist.org/downloads/",
  4330 + "license": [
  4331 + "BSD-3-Clause"
  4332 + ],
  4333 + "authors": [
  4334 + {
  4335 + "name": "Sebastian Bergmann",
  4336 + "email": "sebastian@phpunit.de",
  4337 + "role": "lead"
  4338 + }
  4339 + ],
  4340 + "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  4341 + "homepage": "https://github.com/sebastianbergmann/version",
  4342 + "time": "2016-10-03T07:35:21+00:00"
  4343 + },
  4344 + {
  4345 + "name": "stecman/symfony-console-completion",
  4346 + "version": "0.7.0",
  4347 + "source": {
  4348 + "type": "git",
  4349 + "url": "https://github.com/stecman/symfony-console-completion.git",
  4350 + "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb"
  4351 + },
  4352 + "dist": {
  4353 + "type": "zip",
  4354 + "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
  4355 + "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
  4356 + "shasum": ""
  4357 + },
  4358 + "require": {
  4359 + "php": ">=5.3.2",
  4360 + "symfony/console": "~2.3 || ~3.0"
  4361 + },
  4362 + "require-dev": {
  4363 + "phpunit/phpunit": "~4.4"
  4364 + },
  4365 + "type": "library",
  4366 + "extra": {
  4367 + "branch-alias": {
  4368 + "dev-master": "0.6.x-dev"
  4369 + }
  4370 + },
  4371 + "autoload": {
  4372 + "psr-4": {
  4373 + "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
  4374 + }
  4375 + },
  4376 + "notification-url": "https://packagist.org/downloads/",
  4377 + "license": [
  4378 + "MIT"
  4379 + ],
  4380 + "authors": [
  4381 + {
  4382 + "name": "Stephen Holdaway",
  4383 + "email": "stephen@stecman.co.nz"
  4384 + }
  4385 + ],
  4386 + "description": "Automatic BASH completion for Symfony Console Component based applications.",
  4387 + "time": "2016-02-24T05:08:54+00:00"
  4388 + },
  4389 + {
  4390 + "name": "symfony/browser-kit",
  4391 + "version": "v3.3.10",
  4392 + "source": {
  4393 + "type": "git",
  4394 + "url": "https://github.com/symfony/browser-kit.git",
  4395 + "reference": "317d5bdf0127f06db7ea294186132b4f5b036839"
  4396 + },
  4397 + "dist": {
  4398 + "type": "zip",
  4399 + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/317d5bdf0127f06db7ea294186132b4f5b036839",
  4400 + "reference": "317d5bdf0127f06db7ea294186132b4f5b036839",
  4401 + "shasum": ""
  4402 + },
  4403 + "require": {
  4404 + "php": "^5.5.9|>=7.0.8",
  4405 + "symfony/dom-crawler": "~2.8|~3.0"
  4406 + },
  4407 + "require-dev": {
  4408 + "symfony/css-selector": "~2.8|~3.0",
  4409 + "symfony/process": "~2.8|~3.0"
  4410 + },
  4411 + "suggest": {
  4412 + "symfony/process": ""
  4413 + },
  4414 + "type": "library",
  4415 + "extra": {
  4416 + "branch-alias": {
  4417 + "dev-master": "3.3-dev"
  4418 + }
  4419 + },
  4420 + "autoload": {
  4421 + "psr-4": {
  4422 + "Symfony\\Component\\BrowserKit\\": ""
  4423 + },
  4424 + "exclude-from-classmap": [
  4425 + "/Tests/"
  4426 + ]
  4427 + },
  4428 + "notification-url": "https://packagist.org/downloads/",
  4429 + "license": [
  4430 + "MIT"
  4431 + ],
  4432 + "authors": [
  4433 + {
  4434 + "name": "Fabien Potencier",
  4435 + "email": "fabien@symfony.com"
  4436 + },
  4437 + {
  4438 + "name": "Symfony Community",
  4439 + "homepage": "https://symfony.com/contributors"
  4440 + }
  4441 + ],
  4442 + "description": "Symfony BrowserKit Component",
  4443 + "homepage": "https://symfony.com",
  4444 + "time": "2017-10-02T06:42:24+00:00"
  4445 + },
  4446 + {
  4447 + "name": "symfony/console",
  4448 + "version": "v3.3.10",
  4449 + "source": {
  4450 + "type": "git",
  4451 + "url": "https://github.com/symfony/console.git",
  4452 + "reference": "116bc56e45a8e5572e51eb43ab58c769a352366c"
  4453 + },
  4454 + "dist": {
  4455 + "type": "zip",
  4456 + "url": "https://api.github.com/repos/symfony/console/zipball/116bc56e45a8e5572e51eb43ab58c769a352366c",
  4457 + "reference": "116bc56e45a8e5572e51eb43ab58c769a352366c",
  4458 + "shasum": ""
  4459 + },
  4460 + "require": {
  4461 + "php": "^5.5.9|>=7.0.8",
  4462 + "symfony/debug": "~2.8|~3.0",
  4463 + "symfony/polyfill-mbstring": "~1.0"
  4464 + },
  4465 + "conflict": {
  4466 + "symfony/dependency-injection": "<3.3"
  4467 + },
  4468 + "require-dev": {
  4469 + "psr/log": "~1.0",
  4470 + "symfony/config": "~3.3",
  4471 + "symfony/dependency-injection": "~3.3",
  4472 + "symfony/event-dispatcher": "~2.8|~3.0",
  4473 + "symfony/filesystem": "~2.8|~3.0",
  4474 + "symfony/process": "~2.8|~3.0"
  4475 + },
  4476 + "suggest": {
  4477 + "psr/log": "For using the console logger",
  4478 + "symfony/event-dispatcher": "",
  4479 + "symfony/filesystem": "",
  4480 + "symfony/process": ""
  4481 + },
  4482 + "type": "library",
  4483 + "extra": {
  4484 + "branch-alias": {
  4485 + "dev-master": "3.3-dev"
  4486 + }
  4487 + },
  4488 + "autoload": {
  4489 + "psr-4": {
  4490 + "Symfony\\Component\\Console\\": ""
  4491 + },
  4492 + "exclude-from-classmap": [
  4493 + "/Tests/"
  4494 + ]
  4495 + },
  4496 + "notification-url": "https://packagist.org/downloads/",
  4497 + "license": [
  4498 + "MIT"
  4499 + ],
  4500 + "authors": [
  4501 + {
  4502 + "name": "Fabien Potencier",
  4503 + "email": "fabien@symfony.com"
  4504 + },
  4505 + {
  4506 + "name": "Symfony Community",
  4507 + "homepage": "https://symfony.com/contributors"
  4508 + }
  4509 + ],
  4510 + "description": "Symfony Console Component",
  4511 + "homepage": "https://symfony.com",
  4512 + "time": "2017-10-02T06:42:24+00:00"
  4513 + },
  4514 + {
  4515 + "name": "symfony/css-selector",
  4516 + "version": "v3.3.10",
  4517 + "source": {
  4518 + "type": "git",
  4519 + "url": "https://github.com/symfony/css-selector.git",
  4520 + "reference": "07447650225ca9223bd5c97180fe7c8267f7d332"
  4521 + },
  4522 + "dist": {
  4523 + "type": "zip",
  4524 + "url": "https://api.github.com/repos/symfony/css-selector/zipball/07447650225ca9223bd5c97180fe7c8267f7d332",
  4525 + "reference": "07447650225ca9223bd5c97180fe7c8267f7d332",
  4526 + "shasum": ""
  4527 + },
  4528 + "require": {
  4529 + "php": "^5.5.9|>=7.0.8"
  4530 + },
  4531 + "type": "library",
  4532 + "extra": {
  4533 + "branch-alias": {
  4534 + "dev-master": "3.3-dev"
  4535 + }
  4536 + },
  4537 + "autoload": {
  4538 + "psr-4": {
  4539 + "Symfony\\Component\\CssSelector\\": ""
  4540 + },
  4541 + "exclude-from-classmap": [
  4542 + "/Tests/"
  4543 + ]
  4544 + },
  4545 + "notification-url": "https://packagist.org/downloads/",
  4546 + "license": [
  4547 + "MIT"
  4548 + ],
  4549 + "authors": [
  4550 + {
  4551 + "name": "Jean-François Simon",
  4552 + "email": "jeanfrancois.simon@sensiolabs.com"
  4553 + },
  4554 + {
  4555 + "name": "Fabien Potencier",
  4556 + "email": "fabien@symfony.com"
  4557 + },
  4558 + {
  4559 + "name": "Symfony Community",
  4560 + "homepage": "https://symfony.com/contributors"
  4561 + }
  4562 + ],
  4563 + "description": "Symfony CssSelector Component",
  4564 + "homepage": "https://symfony.com",
  4565 + "time": "2017-10-02T06:42:24+00:00"
  4566 + },
  4567 + {
  4568 + "name": "symfony/debug",
  4569 + "version": "v3.3.10",
  4570 + "source": {
  4571 + "type": "git",
  4572 + "url": "https://github.com/symfony/debug.git",
  4573 + "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd"
  4574 + },
  4575 + "dist": {
  4576 + "type": "zip",
  4577 + "url": "https://api.github.com/repos/symfony/debug/zipball/eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd",
  4578 + "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd",
  4579 + "shasum": ""
  4580 + },
  4581 + "require": {
  4582 + "php": "^5.5.9|>=7.0.8",
  4583 + "psr/log": "~1.0"
  4584 + },
  4585 + "conflict": {
  4586 + "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  4587 + },
  4588 + "require-dev": {
  4589 + "symfony/http-kernel": "~2.8|~3.0"
  4590 + },
  4591 + "type": "library",
  4592 + "extra": {
  4593 + "branch-alias": {
  4594 + "dev-master": "3.3-dev"
  4595 + }
  4596 + },
  4597 + "autoload": {
  4598 + "psr-4": {
  4599 + "Symfony\\Component\\Debug\\": ""
  4600 + },
  4601 + "exclude-from-classmap": [
  4602 + "/Tests/"
  4603 + ]
  4604 + },
  4605 + "notification-url": "https://packagist.org/downloads/",
  4606 + "license": [
  4607 + "MIT"
  4608 + ],
  4609 + "authors": [
  4610 + {
  4611 + "name": "Fabien Potencier",
  4612 + "email": "fabien@symfony.com"
  4613 + },
  4614 + {
  4615 + "name": "Symfony Community",
  4616 + "homepage": "https://symfony.com/contributors"
  4617 + }
  4618 + ],
  4619 + "description": "Symfony Debug Component",
  4620 + "homepage": "https://symfony.com",
  4621 + "time": "2017-10-02T06:42:24+00:00"
  4622 + },
  4623 + {
  4624 + "name": "symfony/dom-crawler",
  4625 + "version": "v3.3.10",
  4626 + "source": {
  4627 + "type": "git",
  4628 + "url": "https://github.com/symfony/dom-crawler.git",
  4629 + "reference": "40dafd42d5dad7fe5ad4e958413d92a207522ac1"
  4630 + },
  4631 + "dist": {
  4632 + "type": "zip",
  4633 + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/40dafd42d5dad7fe5ad4e958413d92a207522ac1",
  4634 + "reference": "40dafd42d5dad7fe5ad4e958413d92a207522ac1",
  4635 + "shasum": ""
  4636 + },
  4637 + "require": {
  4638 + "php": "^5.5.9|>=7.0.8",
  4639 + "symfony/polyfill-mbstring": "~1.0"
  4640 + },
  4641 + "require-dev": {
  4642 + "symfony/css-selector": "~2.8|~3.0"
  4643 + },
  4644 + "suggest": {
  4645 + "symfony/css-selector": ""
  4646 + },
  4647 + "type": "library",
  4648 + "extra": {
  4649 + "branch-alias": {
  4650 + "dev-master": "3.3-dev"
  4651 + }
  4652 + },
  4653 + "autoload": {
  4654 + "psr-4": {
  4655 + "Symfony\\Component\\DomCrawler\\": ""
  4656 + },
  4657 + "exclude-from-classmap": [
  4658 + "/Tests/"
  4659 + ]
  4660 + },
  4661 + "notification-url": "https://packagist.org/downloads/",
  4662 + "license": [
  4663 + "MIT"
  4664 + ],
  4665 + "authors": [
  4666 + {
  4667 + "name": "Fabien Potencier",
  4668 + "email": "fabien@symfony.com"
  4669 + },
  4670 + {
  4671 + "name": "Symfony Community",
  4672 + "homepage": "https://symfony.com/contributors"
  4673 + }
  4674 + ],
  4675 + "description": "Symfony DomCrawler Component",
  4676 + "homepage": "https://symfony.com",
  4677 + "time": "2017-10-02T06:42:24+00:00"
  4678 + },
  4679 + {
  4680 + "name": "symfony/event-dispatcher",
  4681 + "version": "v3.3.10",
  4682 + "source": {
  4683 + "type": "git",
  4684 + "url": "https://github.com/symfony/event-dispatcher.git",
  4685 + "reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423"
  4686 + },
  4687 + "dist": {
  4688 + "type": "zip",
  4689 + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d7ba037e4b8221956ab1e221c73c9e27e05dd423",
  4690 + "reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423",
  4691 + "shasum": ""
  4692 + },
  4693 + "require": {
  4694 + "php": "^5.5.9|>=7.0.8"
  4695 + },
  4696 + "conflict": {
  4697 + "symfony/dependency-injection": "<3.3"
  4698 + },
  4699 + "require-dev": {
  4700 + "psr/log": "~1.0",
  4701 + "symfony/config": "~2.8|~3.0",
  4702 + "symfony/dependency-injection": "~3.3",
  4703 + "symfony/expression-language": "~2.8|~3.0",
  4704 + "symfony/stopwatch": "~2.8|~3.0"
  4705 + },
  4706 + "suggest": {
  4707 + "symfony/dependency-injection": "",
  4708 + "symfony/http-kernel": ""
  4709 + },
  4710 + "type": "library",
  4711 + "extra": {
  4712 + "branch-alias": {
  4713 + "dev-master": "3.3-dev"
  4714 + }
  4715 + },
  4716 + "autoload": {
  4717 + "psr-4": {
  4718 + "Symfony\\Component\\EventDispatcher\\": ""
  4719 + },
  4720 + "exclude-from-classmap": [
  4721 + "/Tests/"
  4722 + ]
  4723 + },
  4724 + "notification-url": "https://packagist.org/downloads/",
  4725 + "license": [
  4726 + "MIT"
  4727 + ],
  4728 + "authors": [
  4729 + {
  4730 + "name": "Fabien Potencier",
  4731 + "email": "fabien@symfony.com"
  4732 + },
  4733 + {
  4734 + "name": "Symfony Community",
  4735 + "homepage": "https://symfony.com/contributors"
  4736 + }
  4737 + ],
  4738 + "description": "Symfony EventDispatcher Component",
  4739 + "homepage": "https://symfony.com",
  4740 + "time": "2017-10-02T06:42:24+00:00"
  4741 + },
  4742 + {
  4743 + "name": "symfony/finder",
  4744 + "version": "v3.3.10",
  4745 + "source": {
  4746 + "type": "git",
  4747 + "url": "https://github.com/symfony/finder.git",
  4748 + "reference": "773e19a491d97926f236942484cb541560ce862d"
  4749 + },
  4750 + "dist": {
  4751 + "type": "zip",
  4752 + "url": "https://api.github.com/repos/symfony/finder/zipball/773e19a491d97926f236942484cb541560ce862d",
  4753 + "reference": "773e19a491d97926f236942484cb541560ce862d",
  4754 + "shasum": ""
  4755 + },
  4756 + "require": {
  4757 + "php": "^5.5.9|>=7.0.8"
  4758 + },
  4759 + "type": "library",
  4760 + "extra": {
  4761 + "branch-alias": {
  4762 + "dev-master": "3.3-dev"
  4763 + }
  4764 + },
  4765 + "autoload": {
  4766 + "psr-4": {
  4767 + "Symfony\\Component\\Finder\\": ""
  4768 + },
  4769 + "exclude-from-classmap": [
  4770 + "/Tests/"
  4771 + ]
  4772 + },
  4773 + "notification-url": "https://packagist.org/downloads/",
  4774 + "license": [
  4775 + "MIT"
  4776 + ],
  4777 + "authors": [
  4778 + {
  4779 + "name": "Fabien Potencier",
  4780 + "email": "fabien@symfony.com"
  4781 + },
  4782 + {
  4783 + "name": "Symfony Community",
  4784 + "homepage": "https://symfony.com/contributors"
  4785 + }
  4786 + ],
  4787 + "description": "Symfony Finder Component",
  4788 + "homepage": "https://symfony.com",
  4789 + "time": "2017-10-02T06:42:24+00:00"
  4790 + },
  4791 + {
  4792 + "name": "symfony/polyfill-mbstring",
  4793 + "version": "v1.6.0",
  4794 + "source": {
  4795 + "type": "git",
  4796 + "url": "https://github.com/symfony/polyfill-mbstring.git",
  4797 + "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
  4798 + },
  4799 + "dist": {
  4800 + "type": "zip",
  4801 + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
  4802 + "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
  4803 + "shasum": ""
  4804 + },
  4805 + "require": {
  4806 + "php": ">=5.3.3"
  4807 + },
  4808 + "suggest": {
  4809 + "ext-mbstring": "For best performance"
  4810 + },
  4811 + "type": "library",
  4812 + "extra": {
  4813 + "branch-alias": {
  4814 + "dev-master": "1.6-dev"
  4815 + }
  4816 + },
  4817 + "autoload": {
  4818 + "psr-4": {
  4819 + "Symfony\\Polyfill\\Mbstring\\": ""
  4820 + },
  4821 + "files": [
  4822 + "bootstrap.php"
  4823 + ]
  4824 + },
  4825 + "notification-url": "https://packagist.org/downloads/",
  4826 + "license": [
  4827 + "MIT"
  4828 + ],
  4829 + "authors": [
  4830 + {
  4831 + "name": "Nicolas Grekas",
  4832 + "email": "p@tchwork.com"
  4833 + },
  4834 + {
  4835 + "name": "Symfony Community",
  4836 + "homepage": "https://symfony.com/contributors"
  4837 + }
  4838 + ],
  4839 + "description": "Symfony polyfill for the Mbstring extension",
  4840 + "homepage": "https://symfony.com",
  4841 + "keywords": [
  4842 + "compatibility",
  4843 + "mbstring",
  4844 + "polyfill",
  4845 + "portable",
  4846 + "shim"
  4847 + ],
  4848 + "time": "2017-10-11T12:05:26+00:00"
  4849 + },
  4850 + {
  4851 + "name": "symfony/yaml",
  4852 + "version": "v3.3.10",
  4853 + "source": {
  4854 + "type": "git",
  4855 + "url": "https://github.com/symfony/yaml.git",
  4856 + "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46"
  4857 + },
  4858 + "dist": {
  4859 + "type": "zip",
  4860 + "url": "https://api.github.com/repos/symfony/yaml/zipball/8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46",
  4861 + "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46",
  4862 + "shasum": ""
  4863 + },
  4864 + "require": {
  4865 + "php": "^5.5.9|>=7.0.8"
  4866 + },
  4867 + "require-dev": {
  4868 + "symfony/console": "~2.8|~3.0"
  4869 + },
  4870 + "suggest": {
  4871 + "symfony/console": "For validating YAML files using the lint command"
  4872 + },
  4873 + "type": "library",
  4874 + "extra": {
  4875 + "branch-alias": {
  4876 + "dev-master": "3.3-dev"
  4877 + }
  4878 + },
  4879 + "autoload": {
  4880 + "psr-4": {
  4881 + "Symfony\\Component\\Yaml\\": ""
  4882 + },
  4883 + "exclude-from-classmap": [
  4884 + "/Tests/"
  4885 + ]
  4886 + },
  4887 + "notification-url": "https://packagist.org/downloads/",
  4888 + "license": [
  4889 + "MIT"
  4890 + ],
  4891 + "authors": [
  4892 + {
  4893 + "name": "Fabien Potencier",
  4894 + "email": "fabien@symfony.com"
  4895 + },
  4896 + {
  4897 + "name": "Symfony Community",
  4898 + "homepage": "https://symfony.com/contributors"
  4899 + }
  4900 + ],
  4901 + "description": "Symfony Yaml Component",
  4902 + "homepage": "https://symfony.com",
  4903 + "time": "2017-10-05T14:43:42+00:00"
  4904 + },
  4905 + {
  4906 + "name": "theseer/tokenizer",
  4907 + "version": "1.1.0",
  4908 + "source": {
  4909 + "type": "git",
  4910 + "url": "https://github.com/theseer/tokenizer.git",
  4911 + "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
  4912 + },
  4913 + "dist": {
  4914 + "type": "zip",
  4915 + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
  4916 + "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
  4917 + "shasum": ""
  4918 + },
  4919 + "require": {
  4920 + "ext-dom": "*",
  4921 + "ext-tokenizer": "*",
  4922 + "ext-xmlwriter": "*",
  4923 + "php": "^7.0"
  4924 + },
  4925 + "type": "library",
  4926 + "autoload": {
  4927 + "classmap": [
  4928 + "src/"
  4929 + ]
  4930 + },
  4931 + "notification-url": "https://packagist.org/downloads/",
  4932 + "license": [
  4933 + "BSD-3-Clause"
  4934 + ],
  4935 + "authors": [
  4936 + {
  4937 + "name": "Arne Blankerts",
  4938 + "email": "arne@blankerts.de",
  4939 + "role": "Developer"
  4940 + }
  4941 + ],
  4942 + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  4943 + "time": "2017-04-07T12:08:54+00:00"
  4944 + },
  4945 + {
  4946 + "name": "webmozart/assert",
  4947 + "version": "1.2.0",
  4948 + "source": {
  4949 + "type": "git",
  4950 + "url": "https://github.com/webmozart/assert.git",
  4951 + "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
  4952 + },
  4953 + "dist": {
  4954 + "type": "zip",
  4955 + "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  4956 + "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
  4957 + "shasum": ""
  4958 + },
  4959 + "require": {
  4960 + "php": "^5.3.3 || ^7.0"
  4961 + },
  4962 + "require-dev": {
  4963 + "phpunit/phpunit": "^4.6",
  4964 + "sebastian/version": "^1.0.1"
  4965 + },
  4966 + "type": "library",
  4967 + "extra": {
  4968 + "branch-alias": {
  4969 + "dev-master": "1.3-dev"
  4970 + }
  4971 + },
  4972 + "autoload": {
  4973 + "psr-4": {
  4974 + "Webmozart\\Assert\\": "src/"
  4975 + }
  4976 + },
  4977 + "notification-url": "https://packagist.org/downloads/",
  4978 + "license": [
  4979 + "MIT"
  4980 + ],
  4981 + "authors": [
  4982 + {
  4983 + "name": "Bernhard Schussek",
  4984 + "email": "bschussek@gmail.com"
  4985 + }
  4986 + ],
  4987 + "description": "Assertions to validate method input/output with nice error messages.",
  4988 + "keywords": [
  4989 + "assert",
  4990 + "check",
  4991 + "validate"
  4992 + ],
  4993 + "time": "2016-11-23T20:04:58+00:00"
  4994 + },
  4995 + {
  4996 + "name": "yiisoft/yii2-debug",
  4997 + "version": "2.0.12",
  4998 + "source": {
  4999 + "type": "git",
  5000 + "url": "https://github.com/yiisoft/yii2-debug.git",
  5001 + "reference": "93082f46d3568b4431a26f264e0d16a12c42bd50"
  5002 + },
  5003 + "dist": {
  5004 + "type": "zip",
  5005 + "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/93082f46d3568b4431a26f264e0d16a12c42bd50",
  5006 + "reference": "93082f46d3568b4431a26f264e0d16a12c42bd50",
  5007 + "shasum": ""
  5008 + },
  5009 + "require": {
  5010 + "yiisoft/yii2": "~2.0.11",
  5011 + "yiisoft/yii2-bootstrap": "~2.0.0"
  5012 + },
  5013 + "type": "yii2-extension",
  5014 + "extra": {
  5015 + "branch-alias": {
  5016 + "dev-master": "2.0.x-dev"
  5017 + }
  5018 + },
  5019 + "autoload": {
  5020 + "psr-4": {
  5021 + "yii\\debug\\": ""
  5022 + }
  5023 + },
  5024 + "notification-url": "https://packagist.org/downloads/",
  5025 + "license": [
  5026 + "BSD-3-Clause"
  5027 + ],
  5028 + "authors": [
  5029 + {
  5030 + "name": "Qiang Xue",
  5031 + "email": "qiang.xue@gmail.com"
  5032 + }
  5033 + ],
  5034 + "description": "The debugger extension for the Yii framework",
  5035 + "keywords": [
  5036 + "debug",
  5037 + "debugger",
  5038 + "yii2"
  5039 + ],
  5040 + "time": "2017-10-09T20:30:01+00:00"
  5041 + },
  5042 + {
  5043 + "name": "yiisoft/yii2-faker",
  5044 + "version": "2.0.3",
  5045 + "source": {
  5046 + "type": "git",
  5047 + "url": "https://github.com/yiisoft/yii2-faker.git",
  5048 + "reference": "b88ca69ee226a3610b2c26c026c3203d7ac50f6c"
  5049 + },
  5050 + "dist": {
  5051 + "type": "zip",
  5052 + "url": "https://api.github.com/repos/yiisoft/yii2-faker/zipball/b88ca69ee226a3610b2c26c026c3203d7ac50f6c",
  5053 + "reference": "b88ca69ee226a3610b2c26c026c3203d7ac50f6c",
  5054 + "shasum": ""
  5055 + },
  5056 + "require": {
  5057 + "fzaninotto/faker": "*",
  5058 + "yiisoft/yii2": "*"
  5059 + },
  5060 + "type": "yii2-extension",
  5061 + "extra": {
  5062 + "branch-alias": {
  5063 + "dev-master": "2.0.x-dev"
  5064 + }
  5065 + },
  5066 + "autoload": {
  5067 + "psr-4": {
  5068 + "yii\\faker\\": ""
  5069 + }
  5070 + },
  5071 + "notification-url": "https://packagist.org/downloads/",
  5072 + "license": [
  5073 + "BSD-3-Clause"
  5074 + ],
  5075 + "authors": [
  5076 + {
  5077 + "name": "Mark Jebri",
  5078 + "email": "mark.github@yandex.ru"
  5079 + }
  5080 + ],
  5081 + "description": "Fixture generator. The Faker integration for the Yii framework.",
  5082 + "keywords": [
  5083 + "Fixture",
  5084 + "faker",
  5085 + "yii2"
  5086 + ],
  5087 + "time": "2015-03-01T06:22:44+00:00"
  5088 + },
  5089 + {
  5090 + "name": "yiisoft/yii2-gii",
  5091 + "version": "2.0.5",
  5092 + "source": {
  5093 + "type": "git",
  5094 + "url": "https://github.com/yiisoft/yii2-gii.git",
  5095 + "reference": "1bd6df6804ca077ec022587905a0d43eb286f507"
  5096 + },
  5097 + "dist": {
  5098 + "type": "zip",
  5099 + "url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/1bd6df6804ca077ec022587905a0d43eb286f507",
  5100 + "reference": "1bd6df6804ca077ec022587905a0d43eb286f507",
  5101 + "shasum": ""
  5102 + },
  5103 + "require": {
  5104 + "bower-asset/typeahead.js": "0.10.* | ~0.11.0",
  5105 + "phpspec/php-diff": ">=1.0.2",
  5106 + "yiisoft/yii2": ">=2.0.4",
  5107 + "yiisoft/yii2-bootstrap": "~2.0"
  5108 + },
  5109 + "type": "yii2-extension",
  5110 + "extra": {
  5111 + "branch-alias": {
  5112 + "dev-master": "2.0.x-dev"
  5113 + },
  5114 + "asset-installer-paths": {
  5115 + "npm-asset-library": "vendor/npm",
  5116 + "bower-asset-library": "vendor/bower"
  5117 + }
  5118 + },
  5119 + "autoload": {
  5120 + "psr-4": {
  5121 + "yii\\gii\\": ""
  5122 + }
  5123 + },
  5124 + "notification-url": "https://packagist.org/downloads/",
  5125 + "license": [
  5126 + "BSD-3-Clause"
  5127 + ],
  5128 + "authors": [
  5129 + {
  5130 + "name": "Qiang Xue",
  5131 + "email": "qiang.xue@gmail.com"
  5132 + }
  5133 + ],
  5134 + "description": "The Gii extension for the Yii framework",
  5135 + "keywords": [
  5136 + "code generator",
  5137 + "gii",
  5138 + "yii2"
  5139 + ],
  5140 + "time": "2016-03-18T14:09:46+00:00"
  5141 + }
  5142 + ],
  5143 + "aliases": [],
  5144 + "minimum-stability": "stable",
  5145 + "stability-flags": {
  5146 + "bower-asset/amcharts-stock": 20,
  5147 + "kartik-v/yii2-widget-select2": 20,
  5148 + "artweb/artbox-core": 20,
  5149 + "artweb/artbox-weblog": 20,
  5150 + "artweb/artbox-webcomment": 20
  5151 + },
  5152 + "prefer-stable": false,
  5153 + "prefer-lowest": false,
  5154 + "platform": {
  5155 + "php": ">=7.0"
  5156 + },
  5157 + "platform-dev": []
  5158 +}
... ...