From 72e4bc4ca4335b3b5147df00618ab265576383f4 Mon Sep 17 00:00:00 2001 From: Ivan Salnikov Date: Tue, 17 May 2016 17:59:19 +0300 Subject: [PATCH] add requred package https://github.com/DevGroup-ru/yii2-data-structure-tools/blob/master/src/widgets/PropertiesForm.php#L12 --- composer.json | 3 +- composer.lock | 93 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 93 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ee0bced..962b796 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,8 @@ "devgroup/yii2-multilingual": "*", "arogachev/yii2-sortable": "^0.1.5", "kartik-v/yii2-widget-select2": "^2.0.0", - "hector68/yii2-map-input-widget": "^2.0" + "hector68/yii2-map-input-widget": "^2.0", + "rmrevin/yii2-fontawesome": "~2.14" }, "require-dev": { "yiisoft/yii2-bootstrap": "^2.0@dev", diff --git a/composer.lock b/composer.lock index 3e03845..6d12245 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "6433ff497bd066dd0d550d1903999507", - "content-hash": "1c4b8db23657eb34f70005bb2ff7d97b", + "hash": "7143e88b6c7fdfc5e9cee16a13f39c70", + "content-hash": "dffd7852e9b34e88c9be59b9c1de1e70", "packages": [ { "name": "arogachev/yii2-sortable", @@ -105,6 +105,43 @@ "web" ] }, + { + "name": "bower-asset/fontawesome", + "version": "v4.6.3", + "source": { + "type": "git", + "url": "https://github.com/FortAwesome/Font-Awesome.git", + "reference": "8e241f209faa1dd2182c9fdc9c352d8806504a4e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/8e241f209faa1dd2182c9fdc9c352d8806504a4e", + "reference": "8e241f209faa1dd2182c9fdc9c352d8806504a4e", + "shasum": "" + }, + "type": "bower-asset-library", + "extra": { + "bower-asset-main": [ + "less/font-awesome.less", + "scss/font-awesome.scss" + ], + "bower-asset-ignore": [ + "*/.*", + "*.json", + "src", + "*.yml", + "Gemfile", + "Gemfile.lock", + "*.md" + ] + }, + "license": [ + "OFL-1.1", + "MIT", + "CC-BY-3.0" + ], + "description": "Font Awesome" + }, { "name": "bower-asset/jquery", "version": "2.2.3", @@ -764,6 +801,58 @@ ], "time": "2016-03-10 11:33:59" }, + { + "name": "rmrevin/yii2-fontawesome", + "version": "2.14.0", + "source": { + "type": "git", + "url": "https://github.com/rmrevin/yii2-fontawesome.git", + "reference": "baac28412963974940cbfb6b83940b3aa179b0ee" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/rmrevin/yii2-fontawesome/zipball/baac28412963974940cbfb6b83940b3aa179b0ee", + "reference": "baac28412963974940cbfb6b83940b3aa179b0ee", + "shasum": "" + }, + "require": { + "bower-asset/fontawesome": "4.6.*", + "php": ">=5.4.0", + "yiisoft/yii2": "2.0.*" + }, + "type": "yii2-extension", + "extra": { + "asset-installer-paths": { + "npm-asset-library": "vendor/npm", + "bower-asset-library": "vendor/bower" + } + }, + "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" + ], + "time": "2016-04-21 11:55:25" + }, { "name": "unclead/yii2-multiple-input", "version": "1.2.14",