[
    {
        "name": "yiisoft/yii2-composer",
        "version": "2.0.5",
        "version_normalized": "2.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-composer.git",
            "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2",
            "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0"
        },
        "require-dev": {
            "composer/composer": "^1.0"
        },
        "time": "2016-12-20T13:26:02+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "yii\\composer\\Plugin",
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\composer\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Qiang Xue",
                "email": "qiang.xue@gmail.com"
            }
        ],
        "description": "The composer plugin for Yii extension installer",
        "keywords": [
            "composer",
            "extension installer",
            "yii2"
        ]
    },
    {
        "name": "bower-asset/jquery",
        "version": "2.2.4",
        "version_normalized": "2.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jquery/jquery-dist.git",
            "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/c0185ab7c75aab88762c5aae780b9d83b80eda72",
            "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72",
            "shasum": ""
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": "dist/jquery.js",
            "bower-asset-ignore": [
                "package.json"
            ]
        },
        "installation-source": "dist",
        "license": [
            "MIT"
        ],
        "keywords": [
            "browser",
            "javascript",
            "jquery",
            "library"
        ]
    },
    {
        "name": "bower-asset/yii2-pjax",
        "version": "v2.0.6",
        "version_normalized": "2.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/jquery-pjax.git",
            "reference": "60728da6ade5879e807a49ce59ef9a72039b8978"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/60728da6ade5879e807a49ce59ef9a72039b8978",
            "reference": "60728da6ade5879e807a49ce59ef9a72039b8978",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery": ">=1.8"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": "./jquery.pjax.js",
            "bower-asset-ignore": [
                ".travis.yml",
                "Gemfile",
                "Gemfile.lock",
                "CONTRIBUTING.md",
                "vendor/",
                "script/",
                "test/"
            ]
        },
        "installation-source": "dist",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "bower-asset/punycode",
        "version": "v1.3.2",
        "version_normalized": "1.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bestiejs/punycode.js.git",
            "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3",
            "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",
            "shasum": ""
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": "punycode.js",
            "bower-asset-ignore": [
                "coverage",
                "tests",
                ".*",
                "component.json",
                "Gruntfile.js",
                "node_modules",
                "package.json"
            ]
        },
        "installation-source": "dist"
    },
    {
        "name": "cebe/markdown",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cebe/markdown.git",
            "reference": "c30eb5e01fe021cc5bba2f9ee0eeef96d4931166"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cebe/markdown/zipball/c30eb5e01fe021cc5bba2f9ee0eeef96d4931166",
            "reference": "c30eb5e01fe021cc5bba2f9ee0eeef96d4931166",
            "shasum": ""
        },
        "require": {
            "lib-pcre": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "cebe/indent": "*",
            "facebook/xhprof": "*@dev",
            "phpunit/phpunit": "4.1.*"
        },
        "time": "2016-09-14T20:40:20+00:00",
        "bin": [
            "bin/markdown"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "cebe\\markdown\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Carsten Brandt",
                "email": "mail@cebe.cc",
                "homepage": "http://cebe.cc/",
                "role": "Creator"
            }
        ],
        "description": "A super fast, highly extensible markdown parser for PHP",
        "homepage": "https://github.com/cebe/markdown#readme",
        "keywords": [
            "extensible",
            "fast",
            "gfm",
            "markdown",
            "markdown-extra"
        ]
    },
    {
        "name": "ezyang/htmlpurifier",
        "version": "v4.9.2",
        "version_normalized": "4.9.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ezyang/htmlpurifier.git",
            "reference": "6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4",
            "reference": "6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "require-dev": {
            "simpletest/simpletest": "^1.1"
        },
        "time": "2017-03-13T06:30:53+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "HTMLPurifier": "library/"
            },
            "files": [
                "library/HTMLPurifier.composer.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL"
        ],
        "authors": [
            {
                "name": "Edward Z. Yang",
                "email": "admin@htmlpurifier.org",
                "homepage": "http://ezyang.com"
            }
        ],
        "description": "Standards compliant HTML filter written in PHP",
        "homepage": "http://htmlpurifier.org/",
        "keywords": [
            "html"
        ]
    },
    {
        "name": "bower-asset/jquery.inputmask",
        "version": "3.3.5",
        "version_normalized": "3.3.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/RobinHerbots/Inputmask.git",
            "reference": "ed27356d1b22366be48c4e7b8d038b9649bd4ab0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/RobinHerbots/Inputmask/zipball/ed27356d1b22366be48c4e7b8d038b9649bd4ab0",
            "reference": "ed27356d1b22366be48c4e7b8d038b9649bd4ab0",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery": ">=1.7"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": [
                "./dist/inputmask/inputmask.js",
                "./dist/inputmask/inputmask.extensions.js",
                "./dist/inputmask/inputmask.date.extensions.js",
                "./dist/inputmask/inputmask.numeric.extensions.js",
                "./dist/inputmask/inputmask.phone.extensions.js",
                "./dist/inputmask/inputmask.regex.extensions.js",
                "./dist/inputmask/jquery.inputmask.js",
                "./dist/inputmask/global/document.js",
                "./dist/inputmask/global/window.js",
                "./dist/inputmask/phone-codes/phone.js",
                "./dist/inputmask/phone-codes/phone-be.js",
                "./dist/inputmask/phone-codes/phone-nl.js",
                "./dist/inputmask/phone-codes/phone-ru.js",
                "./dist/inputmask/phone-codes/phone-uk.js",
                "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.jqlite.js",
                "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.js",
                "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.js",
                "./dist/inputmask/bindings/inputmask.binding.js"
            ],
            "bower-asset-ignore": [
                "**/*",
                "!dist/*",
                "!dist/inputmask/*",
                "!dist/min/*",
                "!dist/min/inputmask/*"
            ]
        },
        "installation-source": "dist",
        "license": [
            "http://opensource.org/licenses/mit-license.php"
        ],
        "description": "jquery.inputmask is a jquery plugin which create an input mask.",
        "keywords": [
            "form",
            "input",
            "inputmask",
            "jquery",
            "mask",
            "plugins"
        ]
    },
    {
        "name": "yiisoft/yii2",
        "version": "2.0.11.2",
        "version_normalized": "2.0.11.2",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-framework.git",
            "reference": "ee996adec1dfd7babb67bd0c604f5bd6425fe5ab"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/ee996adec1dfd7babb67bd0c604f5bd6425fe5ab",
            "reference": "ee996adec1dfd7babb67bd0c604f5bd6425fe5ab",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
            "bower-asset/jquery.inputmask": "~3.2.2 | ~3.3.3",
            "bower-asset/punycode": "1.3.*",
            "bower-asset/yii2-pjax": "~2.0.1",
            "cebe/markdown": "~1.0.0 | ~1.1.0",
            "ext-ctype": "*",
            "ext-mbstring": "*",
            "ezyang/htmlpurifier": "~4.6",
            "lib-pcre": "*",
            "php": ">=5.4.0",
            "yiisoft/yii2-composer": "~2.0.4"
        },
        "time": "2017-02-08T09:04:32+00:00",
        "bin": [
            "yii"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Qiang Xue",
                "email": "qiang.xue@gmail.com",
                "homepage": "http://www.yiiframework.com/",
                "role": "Founder and project lead"
            },
            {
                "name": "Alexander Makarov",
                "email": "sam@rmcreative.ru",
                "homepage": "http://rmcreative.ru/",
                "role": "Core framework development"
            },
            {
                "name": "Maurizio Domba",
                "homepage": "http://mdomba.info/",
                "role": "Core framework development"
            },
            {
                "name": "Carsten Brandt",
                "email": "mail@cebe.cc",
                "homepage": "http://cebe.cc/",
                "role": "Core framework development"
            },
            {
                "name": "Timur Ruziev",
                "email": "resurtm@gmail.com",
                "homepage": "http://resurtm.com/",
                "role": "Core framework development"
            },
            {
                "name": "Paul Klimov",
                "email": "klimov.paul@gmail.com",
                "role": "Core framework development"
            },
            {
                "name": "Dmitry Naumenko",
                "email": "d.naumenko.a@gmail.com",
                "role": "Core framework development"
            },
            {
                "name": "Boudewijn Vahrmeijer",
                "email": "info@dynasource.eu",
                "homepage": "http://dynasource.eu",
                "role": "Core framework development"
            }
        ],
        "description": "Yii PHP Framework Version 2",
        "homepage": "http://www.yiiframework.com/",
        "keywords": [
            "framework",
            "yii2"
        ]
    },
    {
        "name": "bower-asset/bootstrap",
        "version": "v3.3.7",
        "version_normalized": "3.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twbs/bootstrap.git",
            "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
            "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery": ">=1.9.1,<4.0"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": [
                "less/bootstrap.less",
                "dist/js/bootstrap.js"
            ],
            "bower-asset-ignore": [
                "/.*",
                "_config.yml",
                "CNAME",
                "composer.json",
                "CONTRIBUTING.md",
                "docs",
                "js/tests",
                "test-infra"
            ]
        },
        "installation-source": "dist",
        "license": [
            "MIT"
        ],
        "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
        "keywords": [
            "css",
            "framework",
            "front-end",
            "js",
            "less",
            "mobile-first",
            "responsive",
            "web"
        ]
    },
    {
        "name": "yiisoft/yii2-bootstrap",
        "version": "2.0.6",
        "version_normalized": "2.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-bootstrap.git",
            "reference": "3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5",
            "reference": "3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5",
            "shasum": ""
        },
        "require": {
            "bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*",
            "yiisoft/yii2": ">=2.0.6"
        },
        "time": "2016-03-17T03:29:28+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            },
            "asset-installer-paths": {
                "npm-asset-library": "vendor/npm",
                "bower-asset-library": "vendor/bower"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\bootstrap\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Qiang Xue",
                "email": "qiang.xue@gmail.com"
            }
        ],
        "description": "The Twitter Bootstrap extension for the Yii framework",
        "keywords": [
            "bootstrap",
            "yii2"
        ]
    },
    {
        "name": "yiisoft/yii2-debug",
        "version": "2.0.9",
        "version_normalized": "2.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-debug.git",
            "reference": "647be6c9d48dc2f3c2e2f33b9eba0a4ca78abde9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/647be6c9d48dc2f3c2e2f33b9eba0a4ca78abde9",
            "reference": "647be6c9d48dc2f3c2e2f33b9eba0a4ca78abde9",
            "shasum": ""
        },
        "require": {
            "yiisoft/yii2": "~2.0.11",
            "yiisoft/yii2-bootstrap": "~2.0.0"
        },
        "time": "2017-02-21T10:30:50+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\debug\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Qiang Xue",
                "email": "qiang.xue@gmail.com"
            }
        ],
        "description": "The debugger extension for the Yii framework",
        "keywords": [
            "debug",
            "debugger",
            "yii2"
        ]
    },
    {
        "name": "bower-asset/typeahead.js",
        "version": "v0.11.1",
        "version_normalized": "0.11.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twitter/typeahead.js.git",
            "reference": "588440f66559714280628a4f9799f0c4eb880a4a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twitter/typeahead.js/zipball/588440f66559714280628a4f9799f0c4eb880a4a",
            "reference": "588440f66559714280628a4f9799f0c4eb880a4a",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery": ">=1.7"
        },
        "require-dev": {
            "bower-asset/jasmine-ajax": "~1.3.1",
            "bower-asset/jasmine-jquery": "~1.5.2",
            "bower-asset/jquery": "~1.7"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": "dist/typeahead.bundle.js"
        },
        "installation-source": "dist"
    },
    {
        "name": "phpspec/php-diff",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpspec/php-diff.git",
            "reference": "0464787bfa7cd13576c5a1e318709768798bec6a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a",
            "reference": "0464787bfa7cd13576c5a1e318709768798bec6a",
            "shasum": ""
        },
        "time": "2016-04-07T12:29:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Diff": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Chris Boulton",
                "homepage": "http://github.com/chrisboulton"
            }
        ],
        "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays)."
    },
    {
        "name": "yiisoft/yii2-gii",
        "version": "2.0.5",
        "version_normalized": "2.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-gii.git",
            "reference": "1bd6df6804ca077ec022587905a0d43eb286f507"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/1bd6df6804ca077ec022587905a0d43eb286f507",
            "reference": "1bd6df6804ca077ec022587905a0d43eb286f507",
            "shasum": ""
        },
        "require": {
            "bower-asset/typeahead.js": "0.10.* | ~0.11.0",
            "phpspec/php-diff": ">=1.0.2",
            "yiisoft/yii2": ">=2.0.4",
            "yiisoft/yii2-bootstrap": "~2.0"
        },
        "time": "2016-03-18T14:09:46+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            },
            "asset-installer-paths": {
                "npm-asset-library": "vendor/npm",
                "bower-asset-library": "vendor/bower"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\gii\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Qiang Xue",
                "email": "qiang.xue@gmail.com"
            }
        ],
        "description": "The Gii extension for the Yii framework",
        "keywords": [
            "code generator",
            "gii",
            "yii2"
        ]
    },
    {
        "name": "fzaninotto/faker",
        "version": "v1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fzaninotto/Faker.git",
            "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
            "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3|^7.0"
        },
        "require-dev": {
            "ext-intl": "*",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "~1.5"
        },
        "time": "2016-04-29T12:21:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": []
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Faker\\": "src/Faker/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "François Zaninotto"
            }
        ],
        "description": "Faker is a PHP library that generates fake data for you.",
        "keywords": [
            "data",
            "faker",
            "fixtures"
        ]
    },
    {
        "name": "yiisoft/yii2-faker",
        "version": "2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-faker.git",
            "reference": "b88ca69ee226a3610b2c26c026c3203d7ac50f6c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-faker/zipball/b88ca69ee226a3610b2c26c026c3203d7ac50f6c",
            "reference": "b88ca69ee226a3610b2c26c026c3203d7ac50f6c",
            "shasum": ""
        },
        "require": {
            "fzaninotto/faker": "*",
            "yiisoft/yii2": "*"
        },
        "time": "2015-03-01T06:22:44+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\faker\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Mark Jebri",
                "email": "mark.github@yandex.ru"
            }
        ],
        "description": "Fixture generator. The Faker integration for the Yii framework.",
        "keywords": [
            "Fixture",
            "faker",
            "yii2"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-10-10T12:19:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
            "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2016-11-14T01:06:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "stecman/symfony-console-completion",
        "version": "0.7.0",
        "version_normalized": "0.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/stecman/symfony-console-completion.git",
            "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
            "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "symfony/console": "~2.3 || ~3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4"
        },
        "time": "2016-02-24T05:08:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Stephen Holdaway",
                "email": "stephen@stecman.co.nz"
            }
        ],
        "description": "Automatic BASH completion for Symfony Console Component based applications."
    },
    {
        "name": "sebastian/diff",
        "version": "1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/diff.git",
            "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
            "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8"
        },
        "time": "2015-12-08T07:14:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kore Nordmann",
                "email": "mail@kore-nordmann.de"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Diff implementation",
        "homepage": "https://github.com/sebastianbergmann/diff",
        "keywords": [
            "diff"
        ]
    },
    {
        "name": "sebastian/recursion-context",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/recursion-context.git",
            "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
            "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4"
        },
        "time": "2016-11-19T07:33:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Jeff Welch",
                "email": "whatthejeff@gmail.com"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            },
            {
                "name": "Adam Harvey",
                "email": "aharvey@php.net"
            }
        ],
        "description": "Provides functionality to recursively process PHP variables",
        "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
    },
    {
        "name": "sebastian/exporter",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/exporter.git",
            "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
            "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "sebastian/recursion-context": "~2.0"
        },
        "require-dev": {
            "ext-mbstring": "*",
            "phpunit/phpunit": "~4.4"
        },
        "time": "2016-11-19T08:54:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Jeff Welch",
                "email": "whatthejeff@gmail.com"
            },
            {
                "name": "Volker Dusch",
                "email": "github@wallbash.com"
            },
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@2bepublished.at"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            },
            {
                "name": "Adam Harvey",
                "email": "aharvey@php.net"
            }
        ],
        "description": "Provides the functionality to export PHP variables for visualization",
        "homepage": "http://www.github.com/sebastianbergmann/exporter",
        "keywords": [
            "export",
            "exporter"
        ]
    },
    {
        "name": "sebastian/comparator",
        "version": "1.2.4",
        "version_normalized": "1.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/comparator.git",
            "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
            "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "sebastian/diff": "~1.2",
            "sebastian/exporter": "~1.2 || ~2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4"
        },
        "time": "2017-01-29T09:50:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Jeff Welch",
                "email": "whatthejeff@gmail.com"
            },
            {
                "name": "Volker Dusch",
                "email": "github@wallbash.com"
            },
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@2bepublished.at"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Provides the functionality to compare PHP values for equality",
        "homepage": "http://www.github.com/sebastianbergmann/comparator",
        "keywords": [
            "comparator",
            "compare",
            "equality"
        ]
    },
    {
        "name": "behat/gherkin",
        "version": "v4.4.5",
        "version_normalized": "4.4.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Behat/Gherkin.git",
            "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74",
            "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.1"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.5|~5",
            "symfony/phpunit-bridge": "~2.7|~3",
            "symfony/yaml": "~2.3|~3"
        },
        "suggest": {
            "symfony/yaml": "If you want to parse features, represented in YAML files"
        },
        "time": "2016-10-30T11:50:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Behat\\Gherkin": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Konstantin Kudryashov",
                "email": "ever.zet@gmail.com",
                "homepage": "http://everzet.com"
            }
        ],
        "description": "Gherkin DSL parser for PHP 5.3",
        "homepage": "http://behat.org/",
        "keywords": [
            "BDD",
            "Behat",
            "Cucumber",
            "DSL",
            "gherkin",
            "parser"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2017-03-20T17:10:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "sebastian/version",
        "version": "2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/version.git",
            "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
            "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "time": "2016-10-03T07:35:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            }
        ],
        "description": "Library that helps with managing the version number of Git-hosted PHP projects",
        "homepage": "https://github.com/sebastianbergmann/version"
    },
    {
        "name": "sebastian/environment",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/environment.git",
            "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
            "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.0"
        },
        "time": "2016-11-26T07:53:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Provides functionality to handle HHVM/PHP environments",
        "homepage": "http://www.github.com/sebastianbergmann/environment",
        "keywords": [
            "Xdebug",
            "environment",
            "hhvm"
        ]
    },
    {
        "name": "sebastian/code-unit-reverse-lookup",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
            "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
            "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7 || ^6.0"
        },
        "time": "2017-03-04T06:30:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Looks up which function or method a line of code belongs to",
        "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/"
    },
    {
        "name": "phpunit/php-token-stream",
        "version": "1.4.11",
        "version_normalized": "1.4.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-token-stream.git",
            "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
            "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.2"
        },
        "time": "2017-02-27T10:12:30+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Wrapper around PHP's tokenizer extension.",
        "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
        "keywords": [
            "tokenizer"
        ]
    },
    {
        "name": "phpunit/php-text-template",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-text-template.git",
            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2015-06-21T13:50:34+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            }
        ],
        "description": "Simple template engine.",
        "homepage": "https://github.com/sebastianbergmann/php-text-template/",
        "keywords": [
            "template"
        ]
    },
    {
        "name": "phpunit/php-file-iterator",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
            "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
            "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2016-10-03T07:40:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "FilterIterator implementation that filters files based on a list of suffixes.",
        "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
        "keywords": [
            "filesystem",
            "iterator"
        ]
    },
    {
        "name": "phpunit/php-code-coverage",
        "version": "4.0.8",
        "version_normalized": "4.0.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
            "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
            "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-xmlwriter": "*",
            "php": "^5.6 || ^7.0",
            "phpunit/php-file-iterator": "^1.3",
            "phpunit/php-text-template": "^1.2",
            "phpunit/php-token-stream": "^1.4.2 || ^2.0",
            "sebastian/code-unit-reverse-lookup": "^1.0",
            "sebastian/environment": "^1.3.2 || ^2.0",
            "sebastian/version": "^1.0 || ^2.0"
        },
        "require-dev": {
            "ext-xdebug": "^2.1.4",
            "phpunit/phpunit": "^5.7"
        },
        "suggest": {
            "ext-xdebug": "^2.5.1"
        },
        "time": "2017-04-02T07:44:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
        "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
        "keywords": [
            "coverage",
            "testing",
            "xunit"
        ]
    },
    {
        "name": "sebastian/resource-operations",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/resource-operations.git",
            "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
            "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6.0"
        },
        "time": "2015-07-28T20:34:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Provides a list of PHP built-in functions that operate on resources",
        "homepage": "https://www.github.com/sebastianbergmann/resource-operations"
    },
    {
        "name": "sebastian/object-enumerator",
        "version": "2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/object-enumerator.git",
            "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
            "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6",
            "sebastian/recursion-context": "~2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~5"
        },
        "time": "2017-02-18T15:18:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Traverses array structures and object graphs to enumerate all referenced objects",
        "homepage": "https://github.com/sebastianbergmann/object-enumerator/"
    },
    {
        "name": "sebastian/global-state",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/global-state.git",
            "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
            "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.2"
        },
        "suggest": {
            "ext-uopz": "*"
        },
        "time": "2015-10-12T03:26:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Snapshotting of global state",
        "homepage": "http://www.github.com/sebastianbergmann/global-state",
        "keywords": [
            "global state"
        ]
    },
    {
        "name": "doctrine/instantiator",
        "version": "1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/instantiator.git",
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3,<8.0-DEV"
        },
        "require-dev": {
            "athletic/athletic": "~0.1.8",
            "ext-pdo": "*",
            "ext-phar": "*",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "time": "2015-06-14T21:17:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com",
                "homepage": "http://ocramius.github.com/"
            }
        ],
        "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
        "homepage": "https://github.com/doctrine/instantiator",
        "keywords": [
            "constructor",
            "instantiate"
        ]
    },
    {
        "name": "phpunit/phpunit-mock-objects",
        "version": "3.4.3",
        "version_normalized": "3.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
            "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
            "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
            "shasum": ""
        },
        "require": {
            "doctrine/instantiator": "^1.0.2",
            "php": "^5.6 || ^7.0",
            "phpunit/php-text-template": "^1.2",
            "sebastian/exporter": "^1.2 || ^2.0"
        },
        "conflict": {
            "phpunit/phpunit": "<5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.4"
        },
        "suggest": {
            "ext-soap": "*"
        },
        "time": "2016-12-08T20:27:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Mock Object library for PHPUnit",
        "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
        "keywords": [
            "mock",
            "xunit"
        ]
    },
    {
        "name": "phpunit/php-timer",
        "version": "1.0.9",
        "version_normalized": "1.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-timer.git",
            "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
            "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
        },
        "time": "2017-02-26T11:10:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Utility class for timing",
        "homepage": "https://github.com/sebastianbergmann/php-timer/",
        "keywords": [
            "timer"
        ]
    },
    {
        "name": "webmozart/assert",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webmozart/assert.git",
            "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
            "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.6",
            "sebastian/version": "^1.0.1"
        },
        "time": "2016-11-23T20:04:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Webmozart\\Assert\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            }
        ],
        "description": "Assertions to validate method input/output with nice error messages.",
        "keywords": [
            "assert",
            "check",
            "validate"
        ]
    },
    {
        "name": "phpdocumentor/reflection-common",
        "version": "1.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
            "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
            "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.6"
        },
        "time": "2015-12-27T11:43:31+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": [
                    "src"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jaap van Otterdijk",
                "email": "opensource@ijaap.nl"
            }
        ],
        "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
        "homepage": "http://www.phpdoc.org",
        "keywords": [
            "FQSEN",
            "phpDocumentor",
            "phpdoc",
            "reflection",
            "static analysis"
        ]
    },
    {
        "name": "phpdocumentor/type-resolver",
        "version": "0.2.1",
        "version_normalized": "0.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/TypeResolver.git",
            "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
            "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5",
            "phpdocumentor/reflection-common": "^1.0"
        },
        "require-dev": {
            "mockery/mockery": "^0.9.4",
            "phpunit/phpunit": "^5.2||^4.8.24"
        },
        "time": "2016-11-25T06:54:22+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": [
                    "src/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mike van Riel",
                "email": "me@mikevanriel.com"
            }
        ]
    },
    {
        "name": "phpdocumentor/reflection-docblock",
        "version": "3.1.1",
        "version_normalized": "3.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
            "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
            "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5",
            "phpdocumentor/reflection-common": "^1.0@dev",
            "phpdocumentor/type-resolver": "^0.2.0",
            "webmozart/assert": "^1.0"
        },
        "require-dev": {
            "mockery/mockery": "^0.9.4",
            "phpunit/phpunit": "^4.4"
        },
        "time": "2016-09-30T07:12:33+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": [
                    "src/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mike van Riel",
                "email": "me@mikevanriel.com"
            }
        ],
        "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
    },
    {
        "name": "phpspec/prophecy",
        "version": "v1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpspec/prophecy.git",
            "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
            "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
            "shasum": ""
        },
        "require": {
            "doctrine/instantiator": "^1.0.2",
            "php": "^5.3|^7.0",
            "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
            "sebastian/comparator": "^1.1|^2.0",
            "sebastian/recursion-context": "^1.0|^2.0|^3.0"
        },
        "require-dev": {
            "phpspec/phpspec": "^2.5|^3.2",
            "phpunit/phpunit": "^4.8 || ^5.6.5"
        },
        "time": "2017-03-02T20:05:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Prophecy\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Konstantin Kudryashov",
                "email": "ever.zet@gmail.com",
                "homepage": "http://everzet.com"
            },
            {
                "name": "Marcello Duarte",
                "email": "marcello.duarte@gmail.com"
            }
        ],
        "description": "Highly opinionated mocking framework for PHP 5.3+",
        "homepage": "https://github.com/phpspec/prophecy",
        "keywords": [
            "Double",
            "Dummy",
            "fake",
            "mock",
            "spy",
            "stub"
        ]
    },
    {
        "name": "phpunit/phpunit",
        "version": "5.7.19",
        "version_normalized": "5.7.19.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit.git",
            "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69c4f49ff376af2692bad9cebd883d17ebaa98a1",
            "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-json": "*",
            "ext-libxml": "*",
            "ext-mbstring": "*",
            "ext-xml": "*",
            "myclabs/deep-copy": "~1.3",
            "php": "^5.6 || ^7.0",
            "phpspec/prophecy": "^1.6.2",
            "phpunit/php-code-coverage": "^4.0.4",
            "phpunit/php-file-iterator": "~1.4",
            "phpunit/php-text-template": "~1.2",
            "phpunit/php-timer": "^1.0.6",
            "phpunit/phpunit-mock-objects": "^3.2",
            "sebastian/comparator": "^1.2.4",
            "sebastian/diff": "~1.2",
            "sebastian/environment": "^1.3.4 || ^2.0",
            "sebastian/exporter": "~2.0",
            "sebastian/global-state": "^1.1",
            "sebastian/object-enumerator": "~2.0",
            "sebastian/resource-operations": "~1.0",
            "sebastian/version": "~1.0.3|~2.0",
            "symfony/yaml": "~2.1|~3.0"
        },
        "conflict": {
            "phpdocumentor/reflection-docblock": "3.0.2"
        },
        "require-dev": {
            "ext-pdo": "*"
        },
        "suggest": {
            "ext-xdebug": "*",
            "phpunit/php-invoker": "~1.1"
        },
        "time": "2017-04-03T02:22:27+00:00",
        "bin": [
            "phpunit"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            }
        ],
        "description": "The PHP Unit Testing framework.",
        "homepage": "https://phpunit.de/",
        "keywords": [
            "phpunit",
            "testing",
            "xunit"
        ]
    },
    {
        "name": "codeception/base",
        "version": "2.2.10",
        "version_normalized": "2.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Codeception/base.git",
            "reference": "99142344c1c3ea147d2908473ee96bfef81a2349"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Codeception/base/zipball/99142344c1c3ea147d2908473ee96bfef81a2349",
            "reference": "99142344c1c3ea147d2908473ee96bfef81a2349",
            "shasum": ""
        },
        "require": {
            "behat/gherkin": "~4.4.0",
            "ext-json": "*",
            "ext-mbstring": "*",
            "guzzlehttp/psr7": "~1.0",
            "php": ">=5.4.0 <8.0",
            "phpunit/php-code-coverage": ">=2.2.4 <5.0",
            "phpunit/phpunit": ">4.8.20 <6.0",
            "sebastian/comparator": "~1.1",
            "sebastian/diff": "^1.4",
            "stecman/symfony-console-completion": "^0.7.0",
            "symfony/browser-kit": ">=2.7 <4.0",
            "symfony/console": ">=2.7 <4.0",
            "symfony/css-selector": ">=2.7 <4.0",
            "symfony/dom-crawler": ">=2.7.5 <4.0",
            "symfony/event-dispatcher": ">=2.7 <4.0",
            "symfony/finder": ">=2.7 <4.0",
            "symfony/yaml": ">=2.7 <4.0"
        },
        "require-dev": {
            "codeception/specify": "~0.3",
            "facebook/graph-sdk": "~5.3",
            "flow/jsonpath": "~0.2",
            "league/factory-muffin": "^3.0",
            "league/factory-muffin-faker": "^1.0",
            "mongodb/mongodb": "^1.0",
            "monolog/monolog": "~1.8",
            "pda/pheanstalk": "~3.0",
            "php-amqplib/php-amqplib": "~2.4",
            "predis/predis": "^1.0",
            "squizlabs/php_codesniffer": "~2.0",
            "vlucas/phpdotenv": "^2.4.0"
        },
        "suggest": {
            "codeception/specify": "BDD-style code blocks",
            "codeception/verify": "BDD-style assertions",
            "flow/jsonpath": "For using JSONPath in REST module",
            "league/factory-muffin": "For DataFactory module",
            "league/factory-muffin-faker": "For Faker support in DataFactory module",
            "phpseclib/phpseclib": "for SFTP option in FTP Module",
            "symfony/phpunit-bridge": "For phpunit-bridge support"
        },
        "time": "2017-03-25T03:34:50+00:00",
        "bin": [
            "codecept"
        ],
        "type": "library",
        "extra": {
            "branch-alias": []
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Codeception\\": "src\\Codeception",
                "Codeception\\Extension\\": "ext"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Bodnarchuk",
                "email": "davert@mail.ua",
                "homepage": "http://codegyre.com"
            }
        ],
        "description": "BDD-style testing framework",
        "homepage": "http://codeception.com/",
        "keywords": [
            "BDD",
            "TDD",
            "acceptance testing",
            "functional testing",
            "unit testing"
        ]
    },
    {
        "name": "codeception/verify",
        "version": "0.3.3",
        "version_normalized": "0.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Codeception/Verify.git",
            "reference": "5d649dda453cd814dadc4bb053060cd2c6bb4b4c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Codeception/Verify/zipball/5d649dda453cd814dadc4bb053060cd2c6bb4b4c",
            "reference": "5d649dda453cd814dadc4bb053060cd2c6bb4b4c",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2017-01-09T10:58:51+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/Codeception/function.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Bodnarchuk",
                "email": "davert.php@mailican.com"
            }
        ],
        "description": "BDD assertion library for PHPUnit"
    },
    {
        "name": "kartik-v/php-date-formatter",
        "version": "v1.3.4",
        "version_normalized": "1.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/php-date-formatter.git",
            "reference": "075cabb950ad2e2b317daf424700bf0afdc1f604"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/php-date-formatter/zipball/075cabb950ad2e2b317daf424700bf0afdc1f604",
            "reference": "075cabb950ad2e2b317daf424700bf0afdc1f604",
            "shasum": ""
        },
        "time": "2017-01-08T09:13:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\plugins\\dateformatter\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "A Javascript datetime formatting and manipulation library using PHP date-time formats.",
        "homepage": "https://github.com/kartik-v/php-date-formatter",
        "keywords": [
            "date",
            "datetime",
            "formatter",
            "javascript",
            "php",
            "php-date-formatter.js",
            "time"
        ]
    },
    {
        "name": "kartik-v/yii2-krajee-base",
        "version": "v1.8.8",
        "version_normalized": "1.8.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-krajee-base.git",
            "reference": "2479241c03c87995cfc528ae7b297f5ae9e733cb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-krajee-base/zipball/2479241c03c87995cfc528ae7b297f5ae9e733cb",
            "reference": "2479241c03c87995cfc528ae7b297f5ae9e733cb",
            "shasum": ""
        },
        "require": {
            "yiisoft/yii2-bootstrap": "@dev"
        },
        "time": "2017-02-22T05:58:53+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\base\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Base library and foundation components for all Yii2 Krajee extensions.",
        "homepage": "https://github.com/kartik-v/yii2-krajee-base",
        "keywords": [
            "base",
            "extension",
            "foundation",
            "krajee",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-datecontrol",
        "version": "v1.9.6",
        "version_normalized": "1.9.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-datecontrol.git",
            "reference": "0f5d793f788c6fef9c8ba4a6242530858f2320f1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-datecontrol/zipball/0f5d793f788c6fef9c8ba4a6242530858f2320f1",
            "reference": "0f5d793f788c6fef9c8ba4a6242530858f2320f1",
            "shasum": ""
        },
        "require": {
            "kartik-v/php-date-formatter": ">1.3",
            "kartik-v/yii2-krajee-base": "~1.7"
        },
        "time": "2017-01-14T11:34:27+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\datecontrol\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Date control module allowing separation of formats for View and Model for Yii Framework 2.0",
        "homepage": "https://github.com/kartik-v/yii2-datecontrol",
        "keywords": [
            "control",
            "date",
            "extension",
            "format",
            "yii",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-typeahead",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-typeahead.git",
            "reference": "e369cd55cb2fb9d3a82b57ea6c9a62d69f14fb94"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-typeahead/zipball/e369cd55cb2fb9d3a82b57ea6c9a62d69f14fb94",
            "reference": "e369cd55cb2fb9d3a82b57ea6c9a62d69f14fb94",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "~1.7"
        },
        "time": "2015-06-28T18:05:41+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\typeahead\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Enhanced Yii2 wrapper for the Twitter Typeahead plugin (sub repo split from yii2-widgets).",
        "homepage": "https://github.com/kartik-v/yii2-widget-typeahead",
        "keywords": [
            "dropdown",
            "extension",
            "form",
            "jquery",
            "plugin",
            "typeahead",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-touchspin",
        "version": "v1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-touchspin.git",
            "reference": "afc56f68d87c65c9659b76ac82ae4ae8160634c6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-touchspin/zipball/afc56f68d87c65c9659b76ac82ae4ae8160634c6",
            "reference": "afc56f68d87c65c9659b76ac82ae4ae8160634c6",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "*"
        },
        "time": "2016-01-10T17:10:39+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\touchspin\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD 3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "A Yii2 wrapper widget for the Bootstrap Switch plugin to use checkboxes & radios as toggle touchspines (sub repo split from yii2-widgets)",
        "homepage": "https://github.com/kartik-v/yii2-widget-touchspin",
        "keywords": [
            "bootstrap",
            "extension",
            "form",
            "input",
            "jquery",
            "plugin",
            "spinner",
            "touch",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-timepicker",
        "version": "v1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-timepicker.git",
            "reference": "203aeb9123e7fa9a3c584d206793d82abe96d469"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-timepicker/zipball/203aeb9123e7fa9a3c584d206793d82abe96d469",
            "reference": "203aeb9123e7fa9a3c584d206793d82abe96d469",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "*"
        },
        "time": "2017-01-08T06:36:24+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\time\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD 3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Enhanced Yii2 wrapper for the bootstrap timepicker plugin (sub repo split from yii2-widgets)",
        "homepage": "https://github.com/kartik-v/yii2-widget-timepicker",
        "keywords": [
            "bootstrap",
            "extension",
            "form",
            "jquery",
            "picker",
            "plugin",
            "time",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-switchinput",
        "version": "v1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-switchinput.git",
            "reference": "7d8ee999d79bcdc1601da5cd59439ac7eb1f5ea6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-switchinput/zipball/7d8ee999d79bcdc1601da5cd59439ac7eb1f5ea6",
            "reference": "7d8ee999d79bcdc1601da5cd59439ac7eb1f5ea6",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "*"
        },
        "time": "2016-01-10T16:47:35+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\switchinput\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD 3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "A Yii2 wrapper widget for the Bootstrap Switch plugin to use checkboxes & radios as toggle switchinputes (sub repo split from yii2-widgets)",
        "homepage": "https://github.com/kartik-v/yii2-widget-switchinput",
        "keywords": [
            "bootstrap",
            "extension",
            "form",
            "input",
            "jquery",
            "plugin",
            "switchinput",
            "toggle",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-spinner",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-spinner.git",
            "reference": "3132ba14d58e0564d17f3b846b04c42aa72bdde3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-spinner/zipball/3132ba14d58e0564d17f3b846b04c42aa72bdde3",
            "reference": "3132ba14d58e0564d17f3b846b04c42aa72bdde3",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "*"
        },
        "time": "2014-11-09T05:02:05+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\spinner\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD 3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "A widget to render animated CSS3 loading spinners with VML fallback for IE (sub repo split from yii2-widgets)",
        "homepage": "https://github.com/kartik-v/yii2-widget-spinner",
        "keywords": [
            "CSS3",
            "extension",
            "jquery",
            "loading",
            "plugin",
            "spinner",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-sidenav",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-sidenav.git",
            "reference": "02ee4f142d7dfbb316f878e538cc7b946f4502d2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-sidenav/zipball/02ee4f142d7dfbb316f878e538cc7b946f4502d2",
            "reference": "02ee4f142d7dfbb316f878e538cc7b946f4502d2",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "*"
        },
        "time": "2014-11-09T08:07:23+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\sidenav\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD 3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "An enhanced side navigation menu styled for bootstrap (sub repo split from yii2-widgets)",
        "homepage": "https://github.com/kartik-v/yii2-widget-sidenav",
        "keywords": [
            "bootstrap",
            "extension",
            "jquery",
            "menu",
            "navigation",
            "plugin",
            "sidenav",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/bootstrap-star-rating",
        "version": "v4.0.1",
        "version_normalized": "4.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/bootstrap-star-rating.git",
            "reference": "d66083c14f9386ede23fccb76dea1a380db67ded"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/bootstrap-star-rating/zipball/d66083c14f9386ede23fccb76dea1a380db67ded",
            "reference": "d66083c14f9386ede23fccb76dea1a380db67ded",
            "shasum": ""
        },
        "time": "2016-02-28T16:13:18+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0.x-dev"
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "A simple yet powerful JQuery star rating plugin for Bootstrap.",
        "homepage": "https://github.com/kartik-v/bootstrap-star-rating",
        "keywords": [
            "Rating",
            "awesome",
            "bootstrap",
            "font",
            "glyphicon",
            "star",
            "svg"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-rating",
        "version": "v1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-rating.git",
            "reference": "69b192bc2b26a435618e17eed7c56294ef805fab"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-rating/zipball/69b192bc2b26a435618e17eed7c56294ef805fab",
            "reference": "69b192bc2b26a435618e17eed7c56294ef805fab",
            "shasum": ""
        },
        "require": {
            "kartik-v/bootstrap-star-rating": "*",
            "kartik-v/yii2-krajee-base": "*"
        },
        "time": "2016-02-17T19:13:26+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\rating\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD 3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "A Yii2 widget for the simple yet powerful bootstrap-star-rating plugin with fractional rating support (sub repo split from yii2-widgets)",
        "homepage": "https://github.com/kartik-v/yii2-widget-rating",
        "keywords": [
            "Rating",
            "bootstrap",
            "extension",
            "form",
            "input",
            "jquery",
            "plugin",
            "star",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-rangeinput",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-rangeinput.git",
            "reference": "ad82cf956b95555d39dbb534587c7827b1dc7bdf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-rangeinput/zipball/ad82cf956b95555d39dbb534587c7827b1dc7bdf",
            "reference": "ad82cf956b95555d39dbb534587c7827b1dc7bdf",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "*"
        },
        "time": "2015-11-22T06:52:44+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\range\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD 3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "An enhanced Yii 2 widget encapsulating the HTML 5 range input (sub repo split from yii2-widgets)",
        "homepage": "https://github.com/kartik-v/yii2-widget-rangeinput",
        "keywords": [
            "HTML5",
            "extension",
            "form",
            "input",
            "jquery",
            "plugin",
            "range",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-growl",
        "version": "v1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-growl.git",
            "reference": "c79abaa47e9103e93345cd1eca7bc75e17e9a92e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-growl/zipball/c79abaa47e9103e93345cd1eca7bc75e17e9a92e",
            "reference": "c79abaa47e9103e93345cd1eca7bc75e17e9a92e",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "*"
        },
        "time": "2015-05-03T08:23:04+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\growl\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD 3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "A widget to generate growl based notifications using bootstrap-growl plugin (sub repo split from yii2-widgets)",
        "homepage": "https://github.com/kartik-v/yii2-widget-growl",
        "keywords": [
            "alert",
            "bootstrap",
            "extension",
            "growl",
            "jquery",
            "notification",
            "plugin",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/bootstrap-fileinput",
        "version": "v4.3.9",
        "version_normalized": "4.3.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/bootstrap-fileinput.git",
            "reference": "4aec9b00de25b4b3cca1f11ffbaa823c67c33590"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/zipball/4aec9b00de25b4b3cca1f11ffbaa823c67c33590",
            "reference": "4aec9b00de25b4b3cca1f11ffbaa823c67c33590",
            "shasum": ""
        },
        "time": "2017-04-02T18:38:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\plugins\\fileinput\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "An enhanced HTML 5 file input for Bootstrap 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.",
        "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
        "keywords": [
            "ajax",
            "bootstrap",
            "delete",
            "file",
            "image",
            "input",
            "jquery",
            "multiple",
            "preview",
            "progress",
            "upload"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-fileinput",
        "version": "v1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-fileinput.git",
            "reference": "3b8f6819f2cd01becff5251b8b952ac3e57b903a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-fileinput/zipball/3b8f6819f2cd01becff5251b8b952ac3e57b903a",
            "reference": "3b8f6819f2cd01becff5251b8b952ac3e57b903a",
            "shasum": ""
        },
        "require": {
            "kartik-v/bootstrap-fileinput": "~4.2",
            "kartik-v/yii2-krajee-base": "~1.7"
        },
        "time": "2016-06-16T06:53:01+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\file\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "An enhanced FileInput widget for Bootstrap 3.x with file preview, multiple selection, and more features (sub repo split from yii2-widgets)",
        "homepage": "https://github.com/kartik-v/yii2-widget-fileinput",
        "keywords": [
            "extension",
            "file",
            "form",
            "input",
            "jquery",
            "plugin",
            "upload",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/dependent-dropdown",
        "version": "v1.4.4",
        "version_normalized": "1.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/dependent-dropdown.git",
            "reference": "a13970aec78e8eaae5cb9f1168df20d443f95113"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/dependent-dropdown/zipball/a13970aec78e8eaae5cb9f1168df20d443f95113",
            "reference": "a13970aec78e8eaae5cb9f1168df20d443f95113",
            "shasum": ""
        },
        "time": "2015-12-16T18:15:01+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\plugins\\depdrop\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "A multi level dependent dropdown JQuery plugin that allows nested dependencies.",
        "homepage": "https://github.com/kartik-v/dependent-dropdown",
        "keywords": [
            "dependent",
            "dropdown",
            "jquery",
            "option",
            "select"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-depdrop",
        "version": "v1.0.4",
        "version_normalized": "1.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-depdrop.git",
            "reference": "6918ca6f7d7be153c80f6aa9c261f9b333293e9c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-depdrop/zipball/6918ca6f7d7be153c80f6aa9c261f9b333293e9c",
            "reference": "6918ca6f7d7be153c80f6aa9c261f9b333293e9c",
            "shasum": ""
        },
        "require": {
            "kartik-v/dependent-dropdown": "~1.4",
            "kartik-v/yii2-krajee-base": "~1.7"
        },
        "time": "2016-01-10T17:30:48+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\depdrop\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Widget that enables setting up dependent dropdowns with nested dependencies (sub repo split from yii2-widgets)",
        "homepage": "https://github.com/kartik-v/yii2-widget-depdrop",
        "keywords": [
            "dependent",
            "dropdown",
            "extension",
            "form",
            "jquery",
            "plugin",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-datetimepicker",
        "version": "v1.4.3",
        "version_normalized": "1.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-datetimepicker.git",
            "reference": "41f849f90b41e94221b1f4e4589bba19bcfed16c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-datetimepicker/zipball/41f849f90b41e94221b1f4e4589bba19bcfed16c",
            "reference": "41f849f90b41e94221b1f4e4589bba19bcfed16c",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "*"
        },
        "time": "2017-01-19T15:04:42+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\datetime\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Enhanced Yii2 wrapper for the bootstrap datetimepicker plugin (sub repo split from yii2-widgets)",
        "homepage": "https://github.com/kartik-v/yii2-widget-datetimepicker",
        "keywords": [
            "datetime",
            "extension",
            "form",
            "jquery",
            "picker",
            "plugin",
            "select2",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-datepicker",
        "version": "v1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-datepicker.git",
            "reference": "8738f6dc3211d949b05189ba103aab786143fc6c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-datepicker/zipball/8738f6dc3211d949b05189ba103aab786143fc6c",
            "reference": "8738f6dc3211d949b05189ba103aab786143fc6c",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "~1.7"
        },
        "time": "2016-09-04T10:52:50+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\date\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Enhanced Yii2 wrapper for the bootstrap datepicker plugin (sub repo split from yii2-widgets).",
        "homepage": "https://github.com/kartik-v/yii2-widget-datepicker",
        "keywords": [
            "date",
            "extension",
            "form",
            "jquery",
            "picker",
            "plugin",
            "select2",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-colorinput",
        "version": "v1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-colorinput.git",
            "reference": "3f6e847ef72cf6e27e4d3b4870b00b8f80d51752"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-colorinput/zipball/3f6e847ef72cf6e27e4d3b4870b00b8f80d51752",
            "reference": "3f6e847ef72cf6e27e4d3b4870b00b8f80d51752",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "*"
        },
        "time": "2016-01-14T11:15:49+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\color\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD 3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "An enhanced Yii 2 widget encapsulating the HTML 5 color input (sub repo split from yii2-widgets)",
        "homepage": "https://github.com/kartik-v/yii2-widget-colorinput",
        "keywords": [
            "HTML5",
            "color",
            "extension",
            "form",
            "input",
            "jquery",
            "plugin",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-alert",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-alert.git",
            "reference": "5b312eeaf429c2affe6a96217d79f0c761159643"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-alert/zipball/5b312eeaf429c2affe6a96217d79f0c761159643",
            "reference": "5b312eeaf429c2affe6a96217d79f0c761159643",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "*"
        },
        "time": "2014-11-19T06:44:12+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\alert\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD 3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "A widget to generate alert based notifications using bootstrap-alert plugin (sub repo split from yii2-widgets)",
        "homepage": "https://github.com/kartik-v/yii2-widget-alert",
        "keywords": [
            "alert",
            "block",
            "bootstrap",
            "extension",
            "flash",
            "jquery",
            "notification",
            "plugin",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-affix",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-affix.git",
            "reference": "2184119bfa518c285406156f744769b13b861712"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-affix/zipball/2184119bfa518c285406156f744769b13b861712",
            "reference": "2184119bfa518c285406156f744769b13b861712",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "*"
        },
        "time": "2014-11-09T04:56:27+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\affix\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD 3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "A scrollspy and affixed enhanced navigation to highlight page sections (sub repo split from yii2-widgets)",
        "homepage": "https://github.com/kartik-v/yii2-widget-affix",
        "keywords": [
            "affix",
            "bootstrap",
            "extension",
            "jquery",
            "navigation",
            "plugin",
            "scrollspy",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-activeform",
        "version": "v1.4.8",
        "version_normalized": "1.4.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-activeform.git",
            "reference": "53c2f877f12ba0b79e8346b6cae50cbba2bcfc69"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-activeform/zipball/53c2f877f12ba0b79e8346b6cae50cbba2bcfc69",
            "reference": "53c2f877f12ba0b79e8346b6cae50cbba2bcfc69",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "~1.7"
        },
        "time": "2016-04-27T18:38:05+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\form\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Enhanced Yii2 active-form and active-field with full bootstrap styling support (sub repo split from yii2-widgets).",
        "homepage": "https://github.com/kartik-v/yii2-widget-activeform",
        "keywords": [
            "activefield",
            "activeform",
            "extension",
            "field",
            "form",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-widgets",
        "version": "v3.4.0",
        "version_normalized": "3.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widgets.git",
            "reference": "f435d5e96c4848844bdfa9cee58249ccfb3e2dd2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widgets/zipball/f435d5e96c4848844bdfa9cee58249ccfb3e2dd2",
            "reference": "f435d5e96c4848844bdfa9cee58249ccfb3e2dd2",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "*",
            "kartik-v/yii2-widget-activeform": "*",
            "kartik-v/yii2-widget-affix": "*",
            "kartik-v/yii2-widget-alert": "*",
            "kartik-v/yii2-widget-colorinput": "*",
            "kartik-v/yii2-widget-datepicker": "*",
            "kartik-v/yii2-widget-datetimepicker": "*",
            "kartik-v/yii2-widget-depdrop": "*",
            "kartik-v/yii2-widget-fileinput": "*",
            "kartik-v/yii2-widget-growl": "*",
            "kartik-v/yii2-widget-rangeinput": "*",
            "kartik-v/yii2-widget-rating": "*",
            "kartik-v/yii2-widget-select2": "*",
            "kartik-v/yii2-widget-sidenav": "*",
            "kartik-v/yii2-widget-spinner": "*",
            "kartik-v/yii2-widget-switchinput": "*",
            "kartik-v/yii2-widget-timepicker": "*",
            "kartik-v/yii2-widget-touchspin": "*",
            "kartik-v/yii2-widget-typeahead": "*"
        },
        "time": "2014-11-09T19:54:17+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\widgets\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD 3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Collection of useful widgets for Yii Framework 2.0 extending functionalities for Bootstrap",
        "homepage": "https://github.com/kartik-v/yii2-widgets",
        "keywords": [
            "extension",
            "form",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "bower-asset/bootstrap3-dialog",
        "version": "v1.35.4",
        "version_normalized": "1.35.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nakupanda/bootstrap3-dialog.git",
            "reference": "3dd11d586f78de75356af418907ec6e3b347377c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nakupanda/bootstrap3-dialog/zipball/3dd11d586f78de75356af418907ec6e3b347377c",
            "reference": "3dd11d586f78de75356af418907ec6e3b347377c",
            "shasum": ""
        },
        "require": {
            "bower-asset/bootstrap": ">=3.1.0",
            "bower-asset/jquery": ">=1.9.0"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": [
                "dist/less/bootstrap-dialog.less",
                "dist/css/bootstrap-dialog.min.css",
                "dist/js/bootstrap-dialog.min.js"
            ],
            "bower-asset-ignore": [
                "source",
                "spec",
                ".bowerrc",
                ".gitignore",
                ".jshintignore",
                ".jshintrc",
                "bower.json",
                "gruntfile.js",
                "package.json",
                "README.md"
            ]
        },
        "installation-source": "dist",
        "license": [
            "MIT"
        ],
        "description": "Make use of Bootstrap Modal more monkey-friendly. http://nakupanda.github.io/bootstrap3-dialog/",
        "keywords": [
            "css",
            "framework",
            "front-end",
            "js",
            "less",
            "mobile-first",
            "responsive",
            "web"
        ]
    },
    {
        "name": "kartik-v/yii2-dialog",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-dialog.git",
            "reference": "4aaf8918c6dbd90218b6ad9036b1aae211480716"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-dialog/zipball/4aaf8918c6dbd90218b6ad9036b1aae211480716",
            "reference": "4aaf8918c6dbd90218b6ad9036b1aae211480716",
            "shasum": ""
        },
        "require": {
            "bower-asset/bootstrap3-dialog": "~1.34",
            "kartik-v/yii2-krajee-base": "~1.7"
        },
        "time": "2016-09-13T18:15:26+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\dialog\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "An asset bundle for bootstrap3-dialog for Yii 2.0 framework.",
        "homepage": "https://github.com/kartik-v/yii2-dialog",
        "keywords": [
            "alert",
            "bootstrap",
            "dialog",
            "extension",
            "modal",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-helpers",
        "version": "v1.3.6",
        "version_normalized": "1.3.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-helpers.git",
            "reference": "0b9d5f17464df9f68e249ed4411f9f1381927b83"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-helpers/zipball/0b9d5f17464df9f68e249ed4411f9f1381927b83",
            "reference": "0b9d5f17464df9f68e249ed4411f9f1381927b83",
            "shasum": ""
        },
        "require": {
            "yiisoft/yii2-bootstrap": "*"
        },
        "time": "2016-11-26T06:03:52+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\helpers\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "A collection of useful helper functions for Yii Framework 2.0",
        "homepage": "https://github.com/kartik-v/yii2-helpers",
        "keywords": [
            "bootstrap",
            "extension",
            "helper",
            "utilities",
            "yii",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-detail-view",
        "version": "v1.7.5",
        "version_normalized": "1.7.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-detail-view.git",
            "reference": "65e626c0b55e7cca0db0886410771cd304c1fbd2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-detail-view/zipball/65e626c0b55e7cca0db0886410771cd304c1fbd2",
            "reference": "65e626c0b55e7cca0db0886410771cd304c1fbd2",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-dialog": "~1.0",
            "kartik-v/yii2-helpers": ">=1.3.5",
            "kartik-v/yii2-krajee-base": "~1.7"
        },
        "time": "2016-06-22T01:29:56+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\detail\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Various enhancements to the Yii 2 Detail View with multi models, ability to edit data, manage Bootstrap 3 styles and more.",
        "homepage": "https://github.com/kartik-v/yii2-detail-view",
        "keywords": [
            "detail",
            "detail view",
            "extension",
            "form",
            "grid",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-grid",
        "version": "v3.1.3",
        "version_normalized": "3.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-grid.git",
            "reference": "448db13904dad68153ef466bbc905b916a2a5900"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-grid/zipball/448db13904dad68153ef466bbc905b916a2a5900",
            "reference": "448db13904dad68153ef466bbc905b916a2a5900",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-dialog": "~1.0",
            "kartik-v/yii2-krajee-base": "~1.7"
        },
        "time": "2016-10-22T16:52:42+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\grid\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Yii 2 GridView on steroids. Various enhancements and utilities for the Yii 2.0 GridView widget.",
        "homepage": "https://github.com/kartik-v/yii2-grid",
        "keywords": [
            "extension",
            "grid",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-builder",
        "version": "v1.6.2",
        "version_normalized": "1.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-builder.git",
            "reference": "f6236484c753059935dcd1487bb725fec8f9823c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-builder/zipball/f6236484c753059935dcd1487bb725fec8f9823c",
            "reference": "f6236484c753059935dcd1487bb725fec8f9823c",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-grid": "~3.0",
            "kartik-v/yii2-helpers": "~1.3",
            "kartik-v/yii2-krajee-base": "~1.7",
            "kartik-v/yii2-widget-activeform": "~1.4"
        },
        "time": "2016-11-19T11:38:12+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\builder\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Build forms (single-row or multi-row/tabular) easily for Yii Framework 2.0",
        "homepage": "https://github.com/kartik-v/yii2-builder",
        "keywords": [
            "builder",
            "extension",
            "form",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "components/flag-icon-css",
        "version": "2.8.0",
        "version_normalized": "2.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/lipis/flag-icon-css.git",
            "reference": "b0a4e05d5e5054e58bd7537c3f1f6712ead19dae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lipis/flag-icon-css/zipball/b0a4e05d5e5054e58bd7537c3f1f6712ead19dae",
            "reference": "b0a4e05d5e5054e58bd7537c3f1f6712ead19dae",
            "shasum": ""
        },
        "time": "2016-12-11T22:30:13+00:00",
        "type": "component",
        "extra": {
            "component": {
                "name": "flag-icon-css",
                "files": [
                    "less/**",
                    "css/**",
                    "flags/**"
                ]
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Panayiotis Lipiridis (Lipis)",
                "email": "lipiridis@gmail.com"
            }
        ],
        "description": "CSS for vector based country flags"
    },
    {
        "name": "fortawesome/font-awesome",
        "version": "v4.7.0",
        "version_normalized": "4.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/FortAwesome/Font-Awesome.git",
            "reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a8386aae19e200ddb0f6845b5feeee5eb7013687",
            "reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687",
            "shasum": ""
        },
        "require-dev": {
            "jekyll": "1.0.2",
            "lessc": "1.4.2"
        },
        "time": "2016-10-24T15:52:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.6.x-dev"
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "OFL-1.1",
            "MIT"
        ],
        "authors": [
            {
                "name": "Dave Gandy",
                "email": "dave@fontawesome.io",
                "homepage": "http://twitter.com/davegandy",
                "role": "Developer"
            }
        ],
        "description": "The iconic font and CSS framework",
        "homepage": "http://fontawesome.io/",
        "keywords": [
            "FontAwesome",
            "awesome",
            "bootstrap",
            "font",
            "icon"
        ]
    },
    {
        "name": "bower-asset/jquery-ui",
        "version": "1.11.4",
        "version_normalized": "1.11.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/components/jqueryui.git",
            "reference": "c34f8dbf3ba57b3784b93f26119f436c0e8288e1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/components/jqueryui/zipball/c34f8dbf3ba57b3784b93f26119f436c0e8288e1",
            "reference": "c34f8dbf3ba57b3784b93f26119f436c0e8288e1",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery": ">=1.6"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": [
                "jquery-ui.js"
            ],
            "bower-asset-ignore": []
        },
        "installation-source": "dist"
    },
    {
        "name": "yiisoft/yii2-jui",
        "version": "2.0.6",
        "version_normalized": "2.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-jui.git",
            "reference": "843a2160cfe30f5c8b0cb2e9dbd8ee6bcf97e71d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-jui/zipball/843a2160cfe30f5c8b0cb2e9dbd8ee6bcf97e71d",
            "reference": "843a2160cfe30f5c8b0cb2e9dbd8ee6bcf97e71d",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery-ui": "1.11.*@stable",
            "yiisoft/yii2": ">=2.0.4"
        },
        "time": "2016-07-22T22:26:59+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            },
            "asset-installer-paths": {
                "npm-asset-library": "vendor/npm",
                "bower-asset-library": "vendor/bower"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\jui\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Qiang Xue",
                "email": "qiang.xue@gmail.com"
            }
        ],
        "description": "The Jquery UI extension for the Yii framework",
        "keywords": [
            "jQuery UI",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-icons",
        "version": "v1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-icons.git",
            "reference": "4ed8225bcfee505fb0f56d84c2a4df48a40022dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-icons/zipball/4ed8225bcfee505fb0f56d84c2a4df48a40022dd",
            "reference": "4ed8225bcfee505fb0f56d84c2a4df48a40022dd",
            "shasum": ""
        },
        "require": {
            "components/flag-icon-css": "*",
            "fortawesome/font-awesome": "*",
            "kartik-v/yii2-krajee-base": "*",
            "yiisoft/yii2-jui": "*"
        },
        "time": "2017-02-22T06:02:00+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\icons\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD 3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://demos.krajee.com/"
            }
        ],
        "description": "Set of icon frameworks for use in Yii Framework 2.0",
        "homepage": "https://github.com/kartik-v/yii2-icons",
        "keywords": [
            "extension",
            "font",
            "icon",
            "yii",
            "yii2"
        ]
    },
    {
        "name": "warrence/yii2-kartikgii",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/warrence/yii2-kartikgii.git",
            "reference": "6e6650a99628d0c10a771c4f5887bb222b0cb3c8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/warrence/yii2-kartikgii/zipball/6e6650a99628d0c10a771c4f5887bb222b0cb3c8",
            "reference": "6e6650a99628d0c10a771c4f5887bb222b0cb3c8",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-builder": "*",
            "kartik-v/yii2-datecontrol": "*",
            "kartik-v/yii2-detail-view": "*",
            "kartik-v/yii2-grid": "*",
            "kartik-v/yii2-helpers": "*",
            "kartik-v/yii2-icons": "*",
            "kartik-v/yii2-widgets": "*",
            "php": ">=5.3.0"
        },
        "time": "2016-11-19T10:09:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "warrence\\kartikgii\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "authors": [
            {
                "name": "Warrence",
                "email": "warrence@gmail.com"
            }
        ],
        "description": "Gii Generator base on Kartik-V extension https://github.com/kartik-v"
    },
    {
        "name": "setasign/fpdi",
        "version": "1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Setasign/FPDI.git",
            "reference": "5b899b2b41463bf261aa69840fd30b50950a500c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Setasign/FPDI/zipball/5b899b2b41463bf261aa69840fd30b50950a500c",
            "reference": "5b899b2b41463bf261aa69840fd30b50950a500c",
            "shasum": ""
        },
        "suggest": {
            "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.",
            "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
            "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
        },
        "time": "2015-11-30T10:53:14+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "filters/",
                "fpdi.php",
                "fpdf_tpl.php",
                "fpdi_pdf_parser.php",
                "pdf_context.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jan Slabon",
                "email": "jan.slabon@setasign.com",
                "homepage": "https://www.setasign.com"
            }
        ],
        "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
        "homepage": "https://www.setasign.com/fpdi",
        "keywords": [
            "fpdf",
            "fpdi",
            "pdf"
        ]
    },
    {
        "name": "kartik-v/yii2-mpdf",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-mpdf.git",
            "reference": "17fda1cb084c58fee6014026d35af5faf73316ef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-mpdf/zipball/17fda1cb084c58fee6014026d35af5faf73316ef",
            "reference": "17fda1cb084c58fee6014026d35af5faf73316ef",
            "shasum": ""
        },
        "require": {
            "mpdf/mpdf": "<7.0"
        },
        "time": "2017-01-14T11:51:12+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\mpdf\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD 3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "A Yii2 wrapper component for the mPDF library which generates PDF files from UTF-8 encoded HTML.",
        "homepage": "https://github.com/kartik-v/yii2-mpdf",
        "keywords": [
            "component",
            "extension",
            "html",
            "mpdf",
            "pdf",
            "utf8",
            "yii2"
        ]
    },
    {
        "name": "wbraganca/yii2-dynamicform",
        "version": "v2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/wbraganca/yii2-dynamicform.git",
            "reference": "9b761d708aa6c06c1219e1c2ed321f7cb205b09f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/wbraganca/yii2-dynamicform/zipball/9b761d708aa6c06c1219e1c2ed321f7cb205b09f",
            "reference": "9b761d708aa6c06c1219e1c2ed321f7cb205b09f",
            "shasum": ""
        },
        "require": {
            "symfony/css-selector": "*",
            "symfony/dom-crawler": "*",
            "yiisoft/yii2": "*"
        },
        "time": "2015-02-25T15:31:24+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "wbraganca\\dynamicform\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Wanderson Bragança",
                "email": "wanderson.wbc@gmail.com"
            }
        ],
        "description": "It is widget to yii2 framework to clone form elements in a nested manner, maintaining accessibility.",
        "keywords": [
            "copy DOM element",
            "extension",
            "widget",
            "yii2",
            "yii2 dynamic form",
            "yii2-dynamicform"
        ]
    },
    {
        "name": "unclead/yii2-multiple-input",
        "version": "2.9.0",
        "version_normalized": "2.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/unclead/yii2-multiple-input.git",
            "reference": "335d2905518f0c4085e2a8621b3f9f43c80208ba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/unclead/yii2-multiple-input/zipball/335d2905518f0c4085e2a8621b3f9f43c80208ba",
            "reference": "335d2905518f0c4085e2a8621b3f9f43c80208ba",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "yiisoft/yii2": "*"
        },
        "require-dev": {
            "phpunit/phpunit": "5.7.*"
        },
        "time": "2017-04-05T20:32:28+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "unclead\\multipleinput\\examples\\": "examples/",
                "unclead\\multipleinput\\": "src/",
                "unclead\\multipleinput\\tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Eugene Tupikov",
                "email": "unclead.nsk@gmail.com"
            }
        ],
        "description": "Widget for handle multiple inputs for an attribute of Yii2 framework model",
        "keywords": [
            "yii2",
            "yii2 array input",
            "yii2 multiple field",
            "yii2 multiple input",
            "yii2 tabular input"
        ]
    },
    {
        "name": "rmrevin/yii2-fontawesome",
        "version": "2.17.1",
        "version_normalized": "2.17.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/rmrevin/yii2-fontawesome.git",
            "reference": "65ce306da864f4d558348aeba040ed7876878090"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/rmrevin/yii2-fontawesome/zipball/65ce306da864f4d558348aeba040ed7876878090",
            "reference": "65ce306da864f4d558348aeba040ed7876878090",
            "shasum": ""
        },
        "require": {
            "fortawesome/font-awesome": "~4.7",
            "php": ">=5.4.0",
            "yiisoft/yii2": "2.0.*"
        },
        "time": "2017-01-11T14:05:47+00:00",
        "type": "yii2-extension",
        "extra": {
            "asset-installer-paths": {
                "npm-asset-library": "vendor/npm",
                "bower-asset-library": "vendor/bower"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "rmrevin\\yii\\fontawesome\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Revin Roman",
                "email": "roman@rmrevin.com",
                "homepage": "https://rmrevin.com/"
            }
        ],
        "description": "Asset Bundle for Yii2 with Font Awesome",
        "keywords": [
            "asset",
            "awesome",
            "bundle",
            "font",
            "yii"
        ]
    },
    {
        "name": "almasaeed2010/adminlte",
        "version": "v2.3.11",
        "version_normalized": "2.3.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/almasaeed2010/AdminLTE.git",
            "reference": "2be703222af2edcb87e562d3da2299e4352bff8a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/almasaeed2010/AdminLTE/zipball/2be703222af2edcb87e562d3da2299e4352bff8a",
            "reference": "2be703222af2edcb87e562d3da2299e4352bff8a",
            "shasum": ""
        },
        "time": "2017-01-08T21:03:57+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Abdullah Almsaeed",
                "email": "abdullah@almsaeedstudio.com"
            }
        ],
        "description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 3",
        "homepage": "http://almsaeedstudio.com/",
        "keywords": [
            "JS",
            "admin",
            "back-end",
            "css",
            "less",
            "responsive",
            "template",
            "theme",
            "web"
        ]
    },
    {
        "name": "cebe/yii2-gravatar",
        "version": "1.1",
        "version_normalized": "1.1.0.0",
        "target-dir": "cebe/gravatar",
        "source": {
            "type": "git",
            "url": "https://github.com/cebe/yii2-gravatar.git",
            "reference": "c9c01bd14c9bdee9e5ae1ef1aad23f80c182c057"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cebe/yii2-gravatar/zipball/c9c01bd14c9bdee9e5ae1ef1aad23f80c182c057",
            "reference": "c9c01bd14c9bdee9e5ae1ef1aad23f80c182c057",
            "shasum": ""
        },
        "require": {
            "yiisoft/yii2": "*"
        },
        "time": "2013-12-10T17:49:58+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "cebe\\gravatar\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Carsten Brandt",
                "email": "mail@cebe.cc",
                "homepage": "http://cebe.cc/",
                "role": "Core framework development"
            }
        ],
        "description": "Gravatar Widget for Yii 2",
        "keywords": [
            "gravatar",
            "yii"
        ]
    },
    {
        "name": "dmstr/yii2-adminlte-asset",
        "version": "2.4.2",
        "version_normalized": "2.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dmstr/yii2-adminlte-asset.git",
            "reference": "b339611f9f34621d731d3feca3a83b42720c7d5c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dmstr/yii2-adminlte-asset/zipball/b339611f9f34621d731d3feca3a83b42720c7d5c",
            "reference": "b339611f9f34621d731d3feca3a83b42720c7d5c",
            "shasum": ""
        },
        "require": {
            "almasaeed2010/adminlte": "~2.0",
            "cebe/yii2-gravatar": "1.*",
            "rmrevin/yii2-fontawesome": "~2.9",
            "yiisoft/yii2": "2.*",
            "yiisoft/yii2-bootstrap": "2.*"
        },
        "time": "2017-03-30T09:04:16+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "dmstr\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Tobias Munk",
                "email": "tobias@diemeisterei.de"
            },
            {
                "name": "Evgeniy Tkachenko",
                "email": "et.coder@gmail.com"
            }
        ],
        "description": "AdminLTE backend theme asset bundle for Yii 2.0 Framework",
        "keywords": [
            "AdminLTE",
            "admin",
            "asset",
            "backend",
            "css",
            "extension",
            "less",
            "theme",
            "yii2"
        ]
    },
    {
        "name": "myclabs/deep-copy",
        "version": "1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/myclabs/DeepCopy.git",
            "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
            "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "doctrine/collections": "1.*",
            "phpunit/phpunit": "~4.1"
        },
        "time": "2017-04-12T18:52:22+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeepCopy\\": "src/DeepCopy/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Create deep copies (clones) of your objects",
        "homepage": "https://github.com/myclabs/DeepCopy",
        "keywords": [
            "clone",
            "copy",
            "duplicate",
            "object",
            "object graph"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-select2",
        "version": "v2.0.9",
        "version_normalized": "2.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-select2.git",
            "reference": "03f202e9e2415f4c84e93a64074d85677fd0cc51"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-select2/zipball/03f202e9e2415f4c84e93a64074d85677fd0cc51",
            "reference": "03f202e9e2415f4c84e93a64074d85677fd0cc51",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "~1.7"
        },
        "time": "2017-04-12T09:00:24+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\select2\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).",
        "homepage": "https://github.com/kartik-v/yii2-widget-select2",
        "keywords": [
            "dropdown",
            "extension",
            "form",
            "jquery",
            "plugin",
            "select2",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-sortable",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-sortable.git",
            "reference": "650dfd6876115fbb996eb6eb8f1d5d13ddb69285"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-sortable/zipball/650dfd6876115fbb996eb6eb8f1d5d13ddb69285",
            "reference": "650dfd6876115fbb996eb6eb8f1d5d13ddb69285",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "~1.7"
        },
        "time": "2015-06-17T17:34:48+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\sortable\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Create sortable lists and grids using HTML5 drag and drop API for Yii 2.0.",
        "homepage": "https://github.com/kartik-v/yii2-sortable",
        "keywords": [
            "bootstrap",
            "extension",
            "jquery",
            "range",
            "sortable",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-dynagrid",
        "version": "v1.4.5",
        "version_normalized": "1.4.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-dynagrid.git",
            "reference": "13e013ffcde9ef7f99b7d2ab0ee2b91e437abbea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-dynagrid/zipball/13e013ffcde9ef7f99b7d2ab0ee2b91e437abbea",
            "reference": "13e013ffcde9ef7f99b7d2ab0ee2b91e437abbea",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-grid": "~3.0",
            "kartik-v/yii2-sortable": "~1.2",
            "kartik-v/yii2-widget-activeform": "~1.4",
            "kartik-v/yii2-widget-select2": "~2.0"
        },
        "time": "2017-04-06T18:54:56+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\dynagrid\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Turbo charge the Yii 2 GridView with personalized columns, page size, and themes.",
        "homepage": "https://github.com/kartik-v/yii2-dynagrid",
        "keywords": [
            "columns",
            "dynamic",
            "extension",
            "grid",
            "hide",
            "order",
            "reorder",
            "show",
            "sort",
            "visibility",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "bower-asset/moment",
        "version": "2.18.1",
        "version_normalized": "2.18.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/moment/moment.git",
            "reference": "b8a7fc310eb3625e83fc0c8f1ea2840fa83c7378"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/moment/moment/zipball/b8a7fc310eb3625e83fc0c8f1ea2840fa83c7378",
            "reference": "b8a7fc310eb3625e83fc0c8f1ea2840fa83c7378",
            "shasum": ""
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": "moment.js",
            "bower-asset-ignore": [
                "**/.*",
                "benchmarks",
                "bower_components",
                "meteor",
                "node_modules",
                "scripts",
                "tasks",
                "test",
                "component.json",
                "composer.json",
                "CONTRIBUTING.md",
                "ender.js",
                "Gruntfile.js",
                "Moment.js.nuspec",
                "package.js",
                "package.json",
                "ISSUE_TEMPLATE.md",
                "typing-tests"
            ]
        },
        "installation-source": "dist",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "bower-asset/bootstrap-daterangepicker",
        "version": "v2.1.25",
        "version_normalized": "2.1.25.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dangrossman/bootstrap-daterangepicker.git",
            "reference": "29bbf5a04df69fda363cedb534272ac344524e57"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dangrossman/bootstrap-daterangepicker/zipball/29bbf5a04df69fda363cedb534272ac344524e57",
            "reference": "29bbf5a04df69fda363cedb534272ac344524e57",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery": ">=1.9.1,<4.0",
            "bower-asset/moment": ">=2.9.0"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": [
                "daterangepicker.js",
                "daterangepicker.css"
            ],
            "bower-asset-ignore": [
                "**/.*",
                "node_modules",
                "bower_components",
                "test",
                "tests",
                "moment.js",
                "moment.min.js"
            ]
        },
        "installation-source": "dist"
    },
    {
        "name": "jino5577/yii2-date-range-picker",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jino5577/yii2-date-range-picker.git",
            "reference": "3a9fdffb5edd2f6a7d73de4c5a664af1bb9c37c1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jino5577/yii2-date-range-picker/zipball/3a9fdffb5edd2f6a7d73de4c5a664af1bb9c37c1",
            "reference": "3a9fdffb5edd2f6a7d73de4c5a664af1bb9c37c1",
            "shasum": ""
        },
        "require": {
            "bower-asset/bootstrap-daterangepicker": "@stable"
        },
        "time": "2015-10-15T08:52:29+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "jino5577\\daterangepicker\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dmitrij Butko",
                "email": "jino5577@gmail.com"
            }
        ],
        "description": "Yii 2 date range picker input based on Dan Grossman daterangepicker plugin.",
        "homepage": "https://github.com/jino5577/yii2-date-range-picker",
        "keywords": [
            "bootstrap",
            "bootstrap 3",
            "date",
            "date-range",
            "extension",
            "range",
            "time",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/bootstrap-popover-x",
        "version": "v1.4.3",
        "version_normalized": "1.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/bootstrap-popover-x.git",
            "reference": "a457ec2975da33dd578f228e3e83ed64963ca641"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/bootstrap-popover-x/zipball/a457ec2975da33dd578f228e3e83ed64963ca641",
            "reference": "a457ec2975da33dd578f228e3e83ed64963ca641",
            "shasum": ""
        },
        "time": "2017-01-04T06:24:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\plugins\\popover\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD 3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Bootstrap Popover Extended - Popover with modal behavior, styling enhancements and more.",
        "homepage": "https://github.com/kartik-v/bootstrap-popover-x",
        "keywords": [
            "bootstrap",
            "extended",
            "jquery",
            "modal",
            "modal-popover",
            "popover",
            "popover-x"
        ]
    },
    {
        "name": "kartik-v/yii2-popover-x",
        "version": "v1.3.3",
        "version_normalized": "1.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-popover-x.git",
            "reference": "38f2208cf92f8c4a7758f485575a881cade1970c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-popover-x/zipball/38f2208cf92f8c4a7758f485575a881cade1970c",
            "reference": "38f2208cf92f8c4a7758f485575a881cade1970c",
            "shasum": ""
        },
        "require": {
            "kartik-v/bootstrap-popover-x": "~1.4",
            "kartik-v/yii2-krajee-base": "~1.7"
        },
        "time": "2016-01-12T16:59:09+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\popover\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "An extended bootstrap 3.0 popover widget which combines both the bootstrap popover and modal features and includes various new styling enhancements.",
        "homepage": "https://github.com/kartik-v/yii2-popover-x",
        "keywords": [
            "bootstrap",
            "extended",
            "jquery",
            "modal",
            "modal-popover",
            "popover",
            "popover-x"
        ]
    },
    {
        "name": "kartik-v/yii2-editable",
        "version": "v1.7.5",
        "version_normalized": "1.7.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-editable.git",
            "reference": "489d2772f92f0da434edff1916c6e5a52bf8546d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-editable/zipball/489d2772f92f0da434edff1916c6e5a52bf8546d",
            "reference": "489d2772f92f0da434edff1916c6e5a52bf8546d",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "~1.7",
            "kartik-v/yii2-popover-x": "~1.3"
        },
        "time": "2017-01-08T07:09:14+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\editable\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "An enhanced editable widget for Yii 2.0 that allows easy editing of displayed data with numerous configuration possibilities.",
        "homepage": "https://github.com/kartik-v/yii2-editable",
        "keywords": [
            "bootstrap",
            "editable",
            "input",
            "jquery",
            "popover",
            "popover-x",
            "widget"
        ]
    },
    {
        "name": "kartik-v/yii2-date-range",
        "version": "v1.6.7",
        "version_normalized": "1.6.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-date-range.git",
            "reference": "c7177cd89cc90772acc96a05fbf5996f67127e4c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-date-range/zipball/c7177cd89cc90772acc96a05fbf5996f67127e4c",
            "reference": "c7177cd89cc90772acc96a05fbf5996f67127e4c",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "*"
        },
        "time": "2016-07-12T07:02:07+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\daterange\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "An advanced Yii 2 date range picker input for based on bootstrap-daterangepicker plugin.",
        "homepage": "https://github.com/kartik-v/yii2-date-range",
        "keywords": [
            "bootstrap",
            "bootstrap 3",
            "date",
            "date-range",
            "extension",
            "range",
            "time",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "bower-asset/bootstrap-datepicker",
        "version": "v1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/uxsolutions/bootstrap-datepicker.git",
            "reference": "e7ca6bb94dc483817f2ff10fc2b723b2b935e016"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/uxsolutions/bootstrap-datepicker/zipball/e7ca6bb94dc483817f2ff10fc2b723b2b935e016",
            "reference": "e7ca6bb94dc483817f2ff10fc2b723b2b935e016",
            "shasum": ""
        },
        "require": {
            "bower-asset/bootstrap": ">=2.0.4,<4.0",
            "bower-asset/jquery": ">=1.7.1"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": [
                "dist/css/bootstrap-datepicker.css",
                "dist/css/bootstrap-datepicker3.css",
                "js/bootstrap-datepicker.js"
            ],
            "bower-asset-ignore": []
        },
        "installation-source": "dist",
        "license": [
            "Apache-2.0"
        ]
    },
    {
        "name": "2amigos/yii2-date-picker-widget",
        "version": "1.0.6",
        "version_normalized": "1.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/2amigos/yii2-date-picker-widget.git",
            "reference": "a31468b63bec007f665feeb0ccc9524051a9c9d0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/2amigos/yii2-date-picker-widget/zipball/a31468b63bec007f665feeb0ccc9524051a9c9d0",
            "reference": "a31468b63bec007f665feeb0ccc9524051a9c9d0",
            "shasum": ""
        },
        "require": {
            "bower-asset/bootstrap-datepicker": "1.4.0",
            "yiisoft/yii2": ">=2.0.9",
            "yiisoft/yii2-bootstrap": "*"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2017-03-14T12:29:03+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            },
            "asset-installer-paths": {
                "bower-asset-library": "vendor/bower"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "dosamigos\\datepicker\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "2amigOS! Consulting Group",
                "email": "hola@2amigos.us",
                "homepage": "http://2amigos.us",
                "role": "Developer"
            }
        ],
        "description": "Bootstrap DatePicker widget for Yii2.",
        "homepage": "http://yiiwheels.com/extension/bootstrap-datepicker",
        "keywords": [
            "2amigos",
            "datepicker",
            "extension",
            "widget",
            "yii",
            "yii 2",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-field-range",
        "version": "v1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-field-range.git",
            "reference": "5f7f34977efb33c55614b2c6f5be466be7e0c1e6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-field-range/zipball/5f7f34977efb33c55614b2c6f5be466be7e0c1e6",
            "reference": "5f7f34977efb33c55614b2c6f5be466be7e0c1e6",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "*"
        },
        "time": "2016-09-04T09:29:14+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\field\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD 3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Easily manage Yii 2 ActiveField ranges (from/to) with Bootstrap 3 addons markup and more",
        "homepage": "https://github.com/kartik-v/yii2-field-range",
        "keywords": [
            "addon",
            "bootstrap",
            "bootstrap 3",
            "date",
            "extension",
            "field-range",
            "from",
            "range",
            "to",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v5.4.8",
        "version_normalized": "5.4.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
            "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "~3.2"
        },
        "time": "2017-05-01T15:54:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/swift_required.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Corbyn"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "http://swiftmailer.org",
        "keywords": [
            "email",
            "mail",
            "mailer"
        ]
    },
    {
        "name": "yiisoft/yii2-swiftmailer",
        "version": "2.0.7",
        "version_normalized": "2.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-swiftmailer.git",
            "reference": "8a03a62cbcb82e7697d3002eb43a8d2637f566ec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/8a03a62cbcb82e7697d3002eb43a8d2637f566ec",
            "reference": "8a03a62cbcb82e7697d3002eb43a8d2637f566ec",
            "shasum": ""
        },
        "require": {
            "swiftmailer/swiftmailer": "~5.0",
            "yiisoft/yii2": "~2.0.4"
        },
        "time": "2017-05-01T08:29:00+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\swiftmailer\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Paul Klimov",
                "email": "klimov.paul@gmail.com"
            }
        ],
        "description": "The SwiftMailer integration for the Yii framework",
        "keywords": [
            "email",
            "mail",
            "mailer",
            "swift",
            "swiftmailer",
            "yii2"
        ]
    },
    {
        "name": "symfony/dom-crawler",
        "version": "v3.2.8",
        "version_normalized": "3.2.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dom-crawler.git",
            "reference": "f1ad34e8af09ed17570e027cf0c58a12eddec286"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/f1ad34e8af09ed17570e027cf0c58a12eddec286",
            "reference": "f1ad34e8af09ed17570e027cf0c58a12eddec286",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "require-dev": {
            "symfony/css-selector": "~2.8|~3.0"
        },
        "suggest": {
            "symfony/css-selector": ""
        },
        "time": "2017-04-12T14:13:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\DomCrawler\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony DomCrawler Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/browser-kit",
        "version": "v3.2.8",
        "version_normalized": "3.2.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/browser-kit.git",
            "reference": "9fab1ab6f77b77f3df5fc5250fc6956811699b57"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/browser-kit/zipball/9fab1ab6f77b77f3df5fc5250fc6956811699b57",
            "reference": "9fab1ab6f77b77f3df5fc5250fc6956811699b57",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/dom-crawler": "~2.8|~3.0"
        },
        "require-dev": {
            "symfony/css-selector": "~2.8|~3.0",
            "symfony/process": "~2.8|~3.0"
        },
        "suggest": {
            "symfony/process": ""
        },
        "time": "2017-04-12T14:13:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\BrowserKit\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony BrowserKit Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/debug",
        "version": "v3.2.8",
        "version_normalized": "3.2.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug.git",
            "reference": "fd6eeee656a5a7b384d56f1072243fe1c0e81686"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/fd6eeee656a5a7b384d56f1072243fe1c0e81686",
            "reference": "fd6eeee656a5a7b384d56f1072243fe1c0e81686",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "psr/log": "~1.0"
        },
        "conflict": {
            "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
        },
        "require-dev": {
            "symfony/class-loader": "~2.8|~3.0",
            "symfony/http-kernel": "~2.8|~3.0"
        },
        "time": "2017-04-19T20:17:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Debug\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Debug Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/console",
        "version": "v3.2.8",
        "version_normalized": "3.2.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38",
            "reference": "a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/debug": "~2.8|~3.0",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/event-dispatcher": "~2.8|~3.0",
            "symfony/filesystem": "~2.8|~3.0",
            "symfony/process": "~2.8|~3.0"
        },
        "suggest": {
            "psr/log": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/filesystem": "",
            "symfony/process": ""
        },
        "time": "2017-04-26T01:39:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Console\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Console Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/css-selector",
        "version": "v3.2.8",
        "version_normalized": "3.2.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/css-selector.git",
            "reference": "02983c144038e697c959e6b06ef6666de759ccbc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/css-selector/zipball/02983c144038e697c959e6b06ef6666de759ccbc",
            "reference": "02983c144038e697c959e6b06ef6666de759ccbc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "time": "2017-05-01T14:55:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\CssSelector\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jean-François Simon",
                "email": "jeanfrancois.simon@sensiolabs.com"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony CssSelector Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v3.2.8",
        "version_normalized": "3.2.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "b8a401f733b43251e1d088c589368b2a94155e40"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b8a401f733b43251e1d088c589368b2a94155e40",
            "reference": "b8a401f733b43251e1d088c589368b2a94155e40",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.8|~3.0",
            "symfony/dependency-injection": "~2.8|~3.0",
            "symfony/expression-language": "~2.8|~3.0",
            "symfony/stopwatch": "~2.8|~3.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2017-05-01T14:58:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\EventDispatcher\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony EventDispatcher Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/finder",
        "version": "v3.2.8",
        "version_normalized": "3.2.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "9cf076f8f492f4b1ffac40aae9c2d287b4ca6930"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/9cf076f8f492f4b1ffac40aae9c2d287b4ca6930",
            "reference": "9cf076f8f492f4b1ffac40aae9c2d287b4ca6930",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "time": "2017-04-12T14:13:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Finder\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Finder Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/yaml",
        "version": "v3.2.8",
        "version_normalized": "3.2.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/acec26fcf7f3031e094e910b94b002fa53d4e4d6",
            "reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "require-dev": {
            "symfony/console": "~2.8|~3.0"
        },
        "suggest": {
            "symfony/console": "For validating YAML files using the lint command"
        },
        "time": "2017-05-01T14:55:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Yaml\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Yaml Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "kartik-v/yii2-export",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-export.git",
            "reference": "b1503f83086c0e11bf0142ff744659e66676277f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-export/zipball/b1503f83086c0e11bf0142ff744659e66676277f",
            "reference": "b1503f83086c0e11bf0142ff744659e66676277f",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-dialog": "~1.0.0",
            "kartik-v/yii2-dynagrid": ">=1.4.5",
            "phpoffice/phpexcel": "~1.8.0"
        },
        "time": "2017-05-08T19:16:52+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\export\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)",
        "homepage": "https://github.com/kartik-v/yii2-export",
        "keywords": [
            "OpenXML",
            "csv",
            "export",
            "extension",
            "html",
            "json",
            "pdf",
            "spreadsheet",
            "text",
            "widget",
            "xls",
            "xlsx",
            "yii2"
        ]
    },
    {
        "name": "mpdf/mpdf",
        "version": "v6.1.3",
        "version_normalized": "6.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mpdf/mpdf.git",
            "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mpdf/mpdf/zipball/7f138bf7508eac895ac2c13d2509b056ac7e7e97",
            "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.4.0",
            "setasign/fpdi": "1.6.*"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.7"
        },
        "suggest": {
            "ext-zlib": "Needed for compression of embedded resources, such as fonts"
        },
        "time": "2016-12-12T10:42:18+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "mpdf.php",
                "classes"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0"
        ],
        "authors": [
            {
                "name": "Ian Back",
                "role": "Developer"
            }
        ],
        "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
        "homepage": "http://mpdf.github.io",
        "keywords": [
            "pdf",
            "php",
            "utf-8"
        ]
    },
    {
        "name": "phpoffice/phpexcel",
        "version": "1.8.1",
        "version_normalized": "1.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPOffice/PHPExcel.git",
            "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
            "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
            "shasum": ""
        },
        "require": {
            "ext-xml": "*",
            "ext-xmlwriter": "*",
            "php": ">=5.2.0"
        },
        "time": "2015-05-01T07:00:55+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PHPExcel": "Classes/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL"
        ],
        "authors": [
            {
                "name": "Maarten Balliauw",
                "homepage": "http://blog.maartenballiauw.be"
            },
            {
                "name": "Mark Baker"
            },
            {
                "name": "Franck Lefevre",
                "homepage": "http://blog.rootslabs.net"
            },
            {
                "name": "Erik Tilt"
            }
        ],
        "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
        "homepage": "http://phpexcel.codeplex.com",
        "keywords": [
            "OpenXML",
            "excel",
            "php",
            "spreadsheet",
            "xls",
            "xlsx"
        ],
        "abandoned": "phpoffice/phpspreadsheet"
    },
    {
        "name": "sjaakp/yii2-gcharts",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sjaakp/yii2-gcharts.git",
            "reference": "caf7ca1ca052f0ec8192bd8c78aab5bb5ee1ec6d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sjaakp/yii2-gcharts/zipball/caf7ca1ca052f0ec8192bd8c78aab5bb5ee1ec6d",
            "reference": "caf7ca1ca052f0ec8192bd8c78aab5bb5ee1ec6d",
            "shasum": ""
        },
        "require": {
            "yiisoft/yii2": "*"
        },
        "time": "2017-09-17T11:41:34+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "sjaakp\\gcharts\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sjaak Priester",
                "email": "sjaak@sjaakpriester.nl",
                "homepage": "http://sjaakpriester.nl"
            }
        ],
        "description": "Google Charts the Yii 2.0 way",
        "keywords": [
            "charts",
            "extension",
            "visualization",
            "widget",
            "yii",
            "yii2"
        ]
    },
    {
        "name": "pheme/yii2-toggle-column",
        "version": "0.7",
        "version_normalized": "0.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phemellc/yii2-toggle-column.git",
            "reference": "ddec0552c5b94d9740e8fd4443539ab1a3d96031"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phemellc/yii2-toggle-column/zipball/ddec0552c5b94d9740e8fd4443539ab1a3d96031",
            "reference": "ddec0552c5b94d9740e8fd4443539ab1a3d96031",
            "shasum": ""
        },
        "require": {
            "yiisoft/yii2": ">=2.0.7"
        },
        "time": "2016-12-23T11:21:11+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "\\pheme\\grid\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Aris Karageorgos",
                "email": "aris@phe.me"
            }
        ],
        "description": "Provides a toggle data column and action",
        "keywords": [
            "column",
            "extension",
            "toggle",
            "yii2"
        ]
    }
]
