Commit 2070d039aa9e78744ea8b96891d7e6e5fa5b46c3

Authored by Yarik
2 parents 5c4fede1 56d07109

Merge remote-tracking branch 'origin/master'

Showing 2 changed files with 59 additions and 4 deletions   Show diff stats
composer.json
... ... @@ -29,7 +29,8 @@
29 29 "google/apiclient": "^2.0",
30 30 "bower-asset/amcharts-stock": "@dev",
31 31 "speixoto/yii2-amcharts": "^0.1.1",
32   - "2amigos/yii2-tinymce-widget": "~1.1"
  32 + "2amigos/yii2-tinymce-widget": "~1.1",
  33 + "kartik-v/yii2-widget-select2": "@dev"
33 34 },
34 35 "require-dev": {
35 36 "yiisoft/yii2-debug": "~2.0.0",
... ...
composer.lock
... ... @@ -4,8 +4,8 @@
4 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 5 "This file is @generated automatically"
6 6 ],
7   - "hash": "8db3292d758a0b19d38be2a928f39eb0",
8   - "content-hash": "00080d9cd5bc2eb9c08eb019076f272a",
  7 + "hash": "0327f35d2fefe6ba274c46ff8f539545",
  8 + "content-hash": "25d3d8f8c01378ef1793a93fc78d65e7",
9 9 "packages": [
10 10 {
11 11 "name": "2amigos/yii2-tinymce-widget",
... ... @@ -1381,6 +1381,59 @@
1381 1381 "time": "2016-06-16 06:53:01"
1382 1382 },
1383 1383 {
  1384 + "name": "kartik-v/yii2-widget-select2",
  1385 + "version": "dev-master",
  1386 + "source": {
  1387 + "type": "git",
  1388 + "url": "https://github.com/kartik-v/yii2-widget-select2.git",
  1389 + "reference": "d345da5617c2c62f75dca81b564e54a6cc5142b6"
  1390 + },
  1391 + "dist": {
  1392 + "type": "zip",
  1393 + "url": "https://api.github.com/repos/kartik-v/yii2-widget-select2/zipball/d345da5617c2c62f75dca81b564e54a6cc5142b6",
  1394 + "reference": "d345da5617c2c62f75dca81b564e54a6cc5142b6",
  1395 + "shasum": ""
  1396 + },
  1397 + "require": {
  1398 + "kartik-v/yii2-krajee-base": "~1.7"
  1399 + },
  1400 + "type": "yii2-extension",
  1401 + "extra": {
  1402 + "branch-alias": {
  1403 + "dev-master": "2.0.x-dev"
  1404 + }
  1405 + },
  1406 + "autoload": {
  1407 + "psr-4": {
  1408 + "kartik\\select2\\": ""
  1409 + }
  1410 + },
  1411 + "notification-url": "https://packagist.org/downloads/",
  1412 + "license": [
  1413 + "BSD-3-Clause"
  1414 + ],
  1415 + "authors": [
  1416 + {
  1417 + "name": "Kartik Visweswaran",
  1418 + "email": "kartikv2@gmail.com",
  1419 + "homepage": "http://www.krajee.com/"
  1420 + }
  1421 + ],
  1422 + "description": "Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).",
  1423 + "homepage": "https://github.com/kartik-v/yii2-widget-select2",
  1424 + "keywords": [
  1425 + "dropdown",
  1426 + "extension",
  1427 + "form",
  1428 + "jquery",
  1429 + "plugin",
  1430 + "select2",
  1431 + "widget",
  1432 + "yii2"
  1433 + ],
  1434 + "time": "2017-04-02 04:16:46"
  1435 + },
  1436 + {
1384 1437 "name": "monolog/monolog",
1385 1438 "version": "1.22.1",
1386 1439 "source": {
... ... @@ -4650,7 +4703,8 @@
4650 4703 "aliases": [],
4651 4704 "minimum-stability": "stable",
4652 4705 "stability-flags": {
4653   - "bower-asset/amcharts-stock": 20
  4706 + "bower-asset/amcharts-stock": 20,
  4707 + "kartik-v/yii2-widget-select2": 20
4654 4708 },
4655 4709 "prefer-stable": false,
4656 4710 "prefer-lowest": false,
... ...