{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "1106380d95cadfccabc8f46a89ebb9e8", "packages": [ { "name": "bower-asset/bootstrap", "version": "v3.3.6", "source": { "type": "git", "url": "https://github.com/twbs/bootstrap.git", "reference": "81df608a40bf0629a1dc08e584849bb1e43e0b7a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twbs/bootstrap/zipball/81df608a40bf0629a1dc08e584849bb1e43e0b7a", "reference": "81df608a40bf0629a1dc08e584849bb1e43e0b7a", "shasum": "" }, "require": { "bower-asset/jquery": ">=1.9.1,<=2" }, "type": "bower-asset-library", "extra": { "bower-asset-main": [ "less/bootstrap.less", "dist/js/bootstrap.js" ], "bower-asset-ignore": [ "/.*", "_config.yml", "CNAME", "composer.json", "CONTRIBUTING.md", "docs", "js/tests", "test-infra" ] }, "license": [ "MIT" ], "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", "keywords": [ "css", "framework", "front-end", "js", "less", "mobile-first", "responsive", "web" ] }, { "name": "bower-asset/jquery", "version": "1.11.3", "source": { "type": "git", "url": "https://github.com/jquery/jquery-dist.git", "reference": "1472290917f17af05e98007136096784f9051fab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/1472290917f17af05e98007136096784f9051fab", "reference": "1472290917f17af05e98007136096784f9051fab", "shasum": "" }, "require-dev": { "bower-asset/qunit": "1.14.0", "bower-asset/requirejs": "2.1.10", "bower-asset/sinon": "1.8.1", "bower-asset/sizzle": "2.1.1-patch2" }, "type": "bower-asset-library", "extra": { "bower-asset-main": "dist/jquery.js", "bower-asset-ignore": [ "**/.*", "build", "dist/cdn", "speed", "test", "*.md", "AUTHORS.txt", "Gruntfile.js", "package.json" ] }, "license": [ "MIT" ], "keywords": [ "javascript", "jquery", "library" ] }, { "name": "bower-asset/jquery.inputmask", "version": "3.2.7", "source": { "type": "git", "url": "https://github.com/RobinHerbots/jquery.inputmask.git", "reference": "5a72c563b502b8e05958a524cdfffafe9987be38" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/RobinHerbots/jquery.inputmask/zipball/5a72c563b502b8e05958a524cdfffafe9987be38", "reference": "5a72c563b502b8e05958a524cdfffafe9987be38", "shasum": "" }, "require": { "bower-asset/jquery": ">=1.7" }, "type": "bower-asset-library", "extra": { "bower-asset-main": [ "./dist/inputmask/inputmask.js" ], "bower-asset-ignore": [ "**/*", "!dist/*", "!dist/inputmask/*", "!dist/min/*", "!dist/min/inputmask/*", "!extra/bindings/*", "!extra/dependencyLibs/*", "!extra/phone-codes/*" ] }, "license": [ "http://opensource.org/licenses/mit-license.php" ], "description": "jquery.inputmask is a jquery plugin which create an input mask.", "keywords": [ "form", "input", "inputmask", "jquery", "mask", "plugins" ] }, { "name": "bower-asset/punycode", "version": "v1.3.2", "source": { "type": "git", "url": "https://github.com/bestiejs/punycode.js.git", "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3", "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3", "shasum": "" }, "type": "bower-asset-library", "extra": { "bower-asset-main": "punycode.js", "bower-asset-ignore": [ "coverage", "tests", ".*", "component.json", "Gruntfile.js", "node_modules", "package.json" ] } }, { "name": "bower-asset/yii2-pjax", "version": "v2.0.5", "source": { "type": "git", "url": "https://github.com/yiisoft/jquery-pjax.git", "reference": "6818718408086db6bdcf33649cecb86b6b4f9b67" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/6818718408086db6bdcf33649cecb86b6b4f9b67", "reference": "6818718408086db6bdcf33649cecb86b6b4f9b67", "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", "vendor/", "script/", "test/" ] }, "license": [ "MIT" ] }, { "name": "cebe/markdown", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/cebe/markdown.git", "reference": "e4499350d8a94c4c693a7e784295eff7a717ae67" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cebe/markdown/zipball/e4499350d8a94c4c693a7e784295eff7a717ae67", "reference": "e4499350d8a94c4c693a7e784295eff7a717ae67", "shasum": "" }, "require": { "lib-pcre": "*", "php": ">=5.4.0" }, "require-dev": { "cebe/indent": "*", "facebook/xhprof": "*@dev", "phpunit/phpunit": "4.1.*" }, "bin": [ "bin/markdown" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "cebe\\markdown\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Carsten Brandt", "email": "mail@cebe.cc", "homepage": "http://cebe.cc/", "role": "Creator" } ], "description": "A super fast, highly extensible markdown parser for PHP", "homepage": "https://github.com/cebe/markdown#readme", "keywords": [ "extensible", "fast", "gfm", "markdown", "markdown-extra" ], "time": "2016-02-09 22:09:46" }, { "name": "ezyang/htmlpurifier", "version": "v4.6.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd", "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd", "shasum": "" }, "require": { "php": ">=5.2" }, "type": "library", "autoload": { "psr-0": { "HTMLPurifier": "library/" }, "files": [ "library/HTMLPurifier.composer.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL" ], "authors": [ { "name": "Edward Z. Yang", "email": "admin@htmlpurifier.org", "homepage": "http://ezyang.com" } ], "description": "Standards compliant HTML filter written in PHP", "homepage": "http://htmlpurifier.org/", "keywords": [ "html" ], "time": "2013-11-30 08:25:19" }, { "name": "swiftmailer/swiftmailer", "version": "5.x-dev", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "fffbc0e2a7e376dbb0a4b5f2ff6847330f20ccf9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/fffbc0e2a7e376dbb0a4b5f2ff6847330f20ccf9", "reference": "fffbc0e2a7e376dbb0a4b5f2ff6847330f20ccf9", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "mockery/mockery": "~0.9.1,<0.9.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "files": [ "lib/swift_required.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Chris Corbyn" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Swiftmailer, free feature-rich PHP mailer", "homepage": "http://swiftmailer.org", "keywords": [ "email", "mail", "mailer" ], "time": "2016-01-03 15:42:47" }, { "name": "yiisoft/yii2", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-framework.git", "reference": "632905e1400e8d00cda44bcfb078c545d5c83c38" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/632905e1400e8d00cda44bcfb078c545d5c83c38", "reference": "632905e1400e8d00cda44bcfb078c545d5c83c38", "shasum": "" }, "require": { "bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable", "bower-asset/jquery.inputmask": "~3.2.2", "bower-asset/punycode": "1.3.*", "bower-asset/yii2-pjax": "~2.0.1", "cebe/markdown": "~1.0.0 | ~1.1.0", "ext-ctype": "*", "ext-mbstring": "*", "ezyang/htmlpurifier": "4.6.*", "lib-pcre": "*", "php": ">=5.4.0", "yiisoft/yii2-composer": "~2.0.4" }, "bin": [ "yii" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "yii\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Qiang Xue", "email": "qiang.xue@gmail.com", "homepage": "http://www.yiiframework.com/", "role": "Founder and project lead" }, { "name": "Alexander Makarov", "email": "sam@rmcreative.ru", "homepage": "http://rmcreative.ru/", "role": "Core framework development" }, { "name": "Maurizio Domba", "homepage": "http://mdomba.info/", "role": "Core framework development" }, { "name": "Carsten Brandt", "email": "mail@cebe.cc", "homepage": "http://cebe.cc/", "role": "Core framework development" }, { "name": "Timur Ruziev", "email": "resurtm@gmail.com", "homepage": "http://resurtm.com/", "role": "Core framework development" }, { "name": "Paul Klimov", "email": "klimov.paul@gmail.com", "role": "Core framework development" }, { "name": "Dmitry Naumenko", "email": "d.naumenko.a@gmail.com", "role": "Core framework development" } ], "description": "Yii PHP Framework Version 2", "homepage": "http://www.yiiframework.com/", "keywords": [ "framework", "yii2" ], "time": "2016-02-12 16:29:18" }, { "name": "yiisoft/yii2-bootstrap", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-bootstrap.git", "reference": "ef941bc83ea63326e44769b922476dc1035ea551" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/ef941bc83ea63326e44769b922476dc1035ea551", "reference": "ef941bc83ea63326e44769b922476dc1035ea551", "shasum": "" }, "require": { "bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*", "yiisoft/yii2": ">=2.0.6" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" }, "asset-installer-paths": { "npm-asset-library": "vendor/npm", "bower-asset-library": "vendor/bower" } }, "autoload": { "psr-4": { "yii\\bootstrap\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Qiang Xue", "email": "qiang.xue@gmail.com" } ], "description": "The Twitter Bootstrap extension for the Yii framework", "keywords": [ "bootstrap", "yii2" ], "time": "2016-01-24 17:03:09" }, { "name": "yiisoft/yii2-composer", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-composer.git", "reference": "d33d1046a5951f2f7823fe343f28ddc58b3421a4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/d33d1046a5951f2f7823fe343f28ddc58b3421a4", "reference": "d33d1046a5951f2f7823fe343f28ddc58b3421a4", "shasum": "" }, "require": { "composer-plugin-api": "^1.0" }, "type": "composer-plugin", "extra": { "class": "yii\\composer\\Plugin", "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "yii\\composer\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Qiang Xue", "email": "qiang.xue@gmail.com" } ], "description": "The composer plugin for Yii extension installer", "keywords": [ "composer", "extension installer", "yii2" ], "time": "2016-02-06 01:03:32" }, { "name": "yiisoft/yii2-swiftmailer", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-swiftmailer.git", "reference": "2cca1bb86444a6438b0720f8c60120a400982366" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/2cca1bb86444a6438b0720f8c60120a400982366", "reference": "2cca1bb86444a6438b0720f8c60120a400982366", "shasum": "" }, "require": { "swiftmailer/swiftmailer": "~5.0", "yiisoft/yii2": ">=2.0.4" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "yii\\swiftmailer\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Paul Klimov", "email": "klimov.paul@gmail.com" } ], "description": "The SwiftMailer integration for the Yii framework", "keywords": [ "email", "mail", "mailer", "swift", "swiftmailer", "yii2" ], "time": "2015-12-07 11:40:31" } ], "packages-dev": [ { "name": "bower-asset/typeahead.js", "version": "v0.11.1", "source": { "type": "git", "url": "https://github.com/twitter/typeahead.js.git", "reference": "588440f66559714280628a4f9799f0c4eb880a4a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twitter/typeahead.js/zipball/588440f66559714280628a4f9799f0c4eb880a4a", "reference": "588440f66559714280628a4f9799f0c4eb880a4a", "shasum": "" }, "require": { "bower-asset/jquery": ">=1.7" }, "require-dev": { "bower-asset/jasmine-ajax": ">=1.3.1,<1.4", "bower-asset/jasmine-jquery": ">=1.5.2,<1.6", "bower-asset/jquery": ">=1.7,<1.8" }, "type": "bower-asset-library", "extra": { "bower-asset-main": "dist/typeahead.bundle.js" } }, { "name": "fzaninotto/faker", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/fzaninotto/Faker.git", "reference": "772feacf6849bf0114873e2b869bb500fccfd438" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/772feacf6849bf0114873e2b869bb500fccfd438", "reference": "772feacf6849bf0114873e2b869bb500fccfd438", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "ext-intl": "*", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~1.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "autoload": { "psr-4": { "Faker\\": "src/Faker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "François Zaninotto" } ], "description": "Faker is a PHP library that generates fake data for you.", "keywords": [ "data", "faker", "fixtures" ], "time": "2016-02-11 12:29:31" }, { "name": "phpspec/php-diff", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/phpspec/php-diff.git", "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a", "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a", "shasum": "" }, "type": "library", "autoload": { "psr-0": { "Diff": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Chris Boulton", "homepage": "http://github.com/chrisboulton", "role": "Original developer" } ], "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", "time": "2013-11-01 13:02:21" }, { "name": "yiisoft/yii2-codeception", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-codeception.git", "reference": "ee239c244fd011f11c8827f97ebe7600d03f1841" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-codeception/zipball/ee239c244fd011f11c8827f97ebe7600d03f1841", "reference": "ee239c244fd011f11c8827f97ebe7600d03f1841", "shasum": "" }, "require": { "yiisoft/yii2": ">=2.0.4" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "yii\\codeception\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Mark Jebri", "email": "mark.github@yandex.ru" } ], "description": "The Codeception integration for the Yii framework", "keywords": [ "codeception", "yii2" ], "time": "2015-11-20 08:52:21" }, { "name": "yiisoft/yii2-debug", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-debug.git", "reference": "7a28977497e43bf7180a793389e6a5739ec52756" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/7a28977497e43bf7180a793389e6a5739ec52756", "reference": "7a28977497e43bf7180a793389e6a5739ec52756", "shasum": "" }, "require": { "yiisoft/yii2": ">=2.0.4", "yiisoft/yii2-bootstrap": "*" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "yii\\debug\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Qiang Xue", "email": "qiang.xue@gmail.com" } ], "description": "The debugger extension for the Yii framework", "keywords": [ "debug", "debugger", "yii2" ], "time": "2015-12-31 16:25:50" }, { "name": "yiisoft/yii2-faker", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-faker.git", "reference": "186c77214e0a4b75f10380b4e6e5f82788922cb7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-faker/zipball/186c77214e0a4b75f10380b4e6e5f82788922cb7", "reference": "186c77214e0a4b75f10380b4e6e5f82788922cb7", "shasum": "" }, "require": { "fzaninotto/faker": "~1.4", "yiisoft/yii2": "*" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "yii\\faker\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Mark Jebri", "email": "mark.github@yandex.ru" } ], "description": "Fixture generator. The Faker integration for the Yii framework.", "keywords": [ "Fixture", "faker", "yii2" ], "time": "2015-12-18 01:52:12" }, { "name": "yiisoft/yii2-gii", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-gii.git", "reference": "bb0eba84639a99bff6c8bc9e803bd8ac3ab66297" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/bb0eba84639a99bff6c8bc9e803bd8ac3ab66297", "reference": "bb0eba84639a99bff6c8bc9e803bd8ac3ab66297", "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" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" }, "asset-installer-paths": { "npm-asset-library": "vendor/npm", "bower-asset-library": "vendor/bower" } }, "autoload": { "psr-4": { "yii\\gii\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Qiang Xue", "email": "qiang.xue@gmail.com" } ], "description": "The Gii extension for the Yii framework", "keywords": [ "code generator", "gii", "yii2" ], "time": "2016-02-02 07:11:51" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.4.0" }, "platform-dev": [] }