Blame view

vendor/kartik-v/yii2-widget-select2/composer.json 720 Bytes
b2a15e0c   Dmitryi   роли и права поль...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  {
      "name": "kartik-v/yii2-widget-select2",
      "description": "Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).",
      "keywords": ["yii2", "extension", "widget", "select2", "form", "dropdown", "jquery", "plugin"],
      "homepage": "https://github.com/kartik-v/yii2-widget-select2",
      "type": "yii2-extension",
      "license": "BSD-3-Clause",
      "authors": [
          {
              "name": "Kartik Visweswaran",
              "email": "kartikv2@gmail.com",
              "homepage": "http://www.krajee.com/"
          }
      ],
      "require": {
          "kartik-v/yii2-krajee-base": "~1.7"
      },
      "autoload": {
          "psr-4": {
              "kartik\\select2\\": ""
          }
      }
  }