From dad86737b81c92e916e4395de51ca4d186fb5b40 Mon Sep 17 00:00:00 2001 From: lichunqiang Date: Mon, 14 Sep 2015 11:17:57 +0800 Subject: [PATCH] Update the dependences for pure --- composer.json | 4 +- composer.lock | 333 +------------------------------------------------- 2 files changed, 2 insertions(+), 335 deletions(-) diff --git a/composer.json b/composer.json index 007f8da..286e1ce 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,7 @@ "yiisoft/yii2": ">=2.0.6", "yiisoft/yii2-bootstrap": "*", "yiisoft/yii2-swiftmailer": "*", - "vlucas/phpdotenv": "~2.0", - "dektrium/yii2-user": "~0.9", - "dektrium/yii2-rbac": "*" + "vlucas/phpdotenv": "~2.0" }, "require-dev": { "yiisoft/yii2-codeception": "*", diff --git a/composer.lock b/composer.lock index 70469b6..b8340c7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "dd45b6fcd8b302bfef7cae056fc89d8b", + "hash": "98494d51070194fc84adc96eef30c1ed", "packages": [ { "name": "bower-asset/bootstrap", @@ -99,31 +99,6 @@ "library" ] }, - { - "name": "bower-asset/jquery-ui", - "version": "1.11.4", - "source": { - "type": "git", - "url": "https://github.com/components/jqueryui.git", - "reference": "c34f8dbf3ba57b3784b93f26119f436c0e8288e1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/components/jqueryui/zipball/c34f8dbf3ba57b3784b93f26119f436c0e8288e1", - "reference": "c34f8dbf3ba57b3784b93f26119f436c0e8288e1", - "shasum": "" - }, - "require": { - "bower-asset/jquery": ">=1.6" - }, - "type": "bower-asset-library", - "extra": { - "bower-asset-main": [ - "jquery-ui.js" - ], - "bower-asset-ignore": [] - } - }, { "name": "bower-asset/jquery.inputmask", "version": "3.1.63", @@ -297,120 +272,6 @@ ], "time": "2015-03-06 05:28:07" }, - { - "name": "dektrium/yii2-rbac", - "version": "0.1.0", - "source": { - "type": "git", - "url": "https://github.com/dektrium/yii2-rbac.git", - "reference": "4387c72b89d952e13a1856dc7f995898ad7d96a7" - }, - "dist": { - "type": "zip", - "url": "http://packagist.phpcomposer.com/files/dektrium/yii2-rbac/4387c72b89d952e13a1856dc7f995898ad7d96a7.zip", - "reference": "4387c72b89d952e13a1856dc7f995898ad7d96a7", - "shasum": "" - }, - "require": { - "kartik-v/yii2-widget-select2": "*", - "yiisoft/yii2": "2.0.*" - }, - "type": "yii2-extension", - "extra": { - "bootstrap": "dektrium\\rbac\\Bootstrap" - }, - "autoload": { - "psr-4": { - "dektrium\\rbac\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Dmitry Erofeev", - "email": "dmeroff@gmail.com", - "homepage": "http://dmeroff.ru" - } - ], - "description": "RBAC management module for Yii2", - "keywords": [ - "dektrium", - "rbac gui", - "rbac management", - "rbac module", - "yii rbac", - "yii2", - "yii2-rbac" - ], - "time": "2015-06-14 09:54:53" - }, - { - "name": "dektrium/yii2-user", - "version": "v0.9.4", - "source": { - "type": "git", - "url": "https://github.com/dektrium/yii2-user.git", - "reference": "891fe6c3957bde7f3a7893775fd304fc84140599" - }, - "dist": { - "type": "zip", - "url": "http://packagist.phpcomposer.com/files/dektrium/yii2-user/891fe6c3957bde7f3a7893775fd304fc84140599.zip", - "reference": "891fe6c3957bde7f3a7893775fd304fc84140599", - "shasum": "" - }, - "require": { - "yiisoft/yii2": "~2.0", - "yiisoft/yii2-authclient": "~2.0", - "yiisoft/yii2-bootstrap": "~2.0", - "yiisoft/yii2-jui": "~2.0", - "yiisoft/yii2-swiftmailer": "~2.0" - }, - "require-dev": { - "codeception/aspect-mock": "*", - "codeception/specify": "*", - "codeception/verify": "*", - "yiisoft/yii2-codeception": "~2.0" - }, - "type": "yii2-extension", - "extra": { - "bootstrap": "dektrium\\user\\Bootstrap", - "branch-alias": { - "dev-master": "0.9.x-dev", - "dev-develop": "1.0.x-dev" - }, - "asset-installer-paths": { - "npm-asset-library": "vendor/npm", - "bower-asset-library": "vendor/bower" - } - }, - "autoload": { - "psr-4": { - "dektrium\\user\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Dmitry Erofeev", - "email": "dmeroff@gmail.com", - "homepage": "http://dmeroff.ru" - } - ], - "description": "Flexible user registration and authentication module for Yii2", - "keywords": [ - "User management", - "dektrium", - "yii2", - "yii2-user" - ], - "time": "2015-04-06 09:21:39" - }, { "name": "ezyang/htmlpurifier", "version": "v4.6.0", @@ -455,100 +316,6 @@ ], "time": "2013-11-30 08:25:19" }, - { - "name": "kartik-v/yii2-krajee-base", - "version": "v1.7.7", - "source": { - "type": "git", - "url": "https://github.com/kartik-v/yii2-krajee-base.git", - "reference": "c0adff9d9762f4fd3bf0e7cd0000fcab0bf00f19" - }, - "dist": { - "type": "zip", - "url": "http://packagist.phpcomposer.com/files/kartik-v/yii2-krajee-base/c0adff9d9762f4fd3bf0e7cd0000fcab0bf00f19.zip", - "reference": "c0adff9d9762f4fd3bf0e7cd0000fcab0bf00f19", - "shasum": "" - }, - "require": { - "yiisoft/yii2-bootstrap": "@dev" - }, - "type": "yii2-extension", - "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" - ], - "time": "2015-06-16 05:19:57" - }, - { - "name": "kartik-v/yii2-widget-select2", - "version": "v2.0.2", - "source": { - "type": "git", - "url": "https://github.com/kartik-v/yii2-widget-select2.git", - "reference": "585e8797d7982e0c9d09370b98b451a028a59439" - }, - "dist": { - "type": "zip", - "url": "http://packagist.phpcomposer.com/files/kartik-v/yii2-widget-select2/585e8797d7982e0c9d09370b98b451a028a59439.zip", - "reference": "585e8797d7982e0c9d09370b98b451a028a59439", - "shasum": "" - }, - "require": { - "kartik-v/yii2-krajee-base": "~1.7" - }, - "type": "yii2-extension", - "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" - ], - "time": "2015-07-01 15:20:59" - }, { "name": "swiftmailer/swiftmailer", "version": "v5.4.1", @@ -736,54 +503,6 @@ ], "time": "2015-08-05 22:00:30" }, - { - "name": "yiisoft/yii2-authclient", - "version": "2.0.4", - "source": { - "type": "git", - "url": "https://github.com/yiisoft/yii2-authclient.git", - "reference": "cbe801a7d8bb477be15cb0fbdaa75ca5bdfeb91b" - }, - "dist": { - "type": "zip", - "url": "http://packagist.phpcomposer.com/files/yiisoft/yii2-authclient/cbe801a7d8bb477be15cb0fbdaa75ca5bdfeb91b.zip", - "reference": "cbe801a7d8bb477be15cb0fbdaa75ca5bdfeb91b", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "yiisoft/yii2": ">=2.0.4" - }, - "type": "yii2-extension", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "yii\\authclient\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Paul Klimov", - "email": "klimov.paul@gmail.com" - } - ], - "description": "External authentication via OAuth and OpenID for the Yii framework", - "keywords": [ - "OpenId", - "auth", - "oauth", - "yii2" - ], - "time": "2015-05-10 22:07:56" - }, { "name": "yiisoft/yii2-bootstrap", "version": "2.0.4", @@ -881,56 +600,6 @@ ], "time": "2015-03-01 06:22:44" }, - { - "name": "yiisoft/yii2-jui", - "version": "2.0.4", - "source": { - "type": "git", - "url": "https://github.com/yiisoft/yii2-jui.git", - "reference": "ce16f29cca654702c2ee500ccad9657a2d2e6a09" - }, - "dist": { - "type": "zip", - "url": "http://packagist.phpcomposer.com/files/yiisoft/yii2-jui/ce16f29cca654702c2ee500ccad9657a2d2e6a09.zip", - "reference": "ce16f29cca654702c2ee500ccad9657a2d2e6a09", - "shasum": "" - }, - "require": { - "bower-asset/jquery-ui": "1.11.*@stable", - "yiisoft/yii2": ">=2.0.4" - }, - "type": "yii2-extension", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - }, - "asset-installer-paths": { - "npm-asset-library": "vendor/npm", - "bower-asset-library": "vendor/bower" - } - }, - "autoload": { - "psr-4": { - "yii\\jui\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Qiang Xue", - "email": "qiang.xue@gmail.com" - } - ], - "description": "The Jquery UI extension for the Yii framework", - "keywords": [ - "jQuery UI", - "yii2" - ], - "time": "2015-05-10 22:09:43" - }, { "name": "yiisoft/yii2-swiftmailer", "version": "2.0.4",