Blame view

vendor/kartik-v/yii2-krajee-base/composer.json 708 Bytes
583ea05f   andryeyev   + widget-select2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  {
      "name": "kartik-v/yii2-krajee-base",
      "description": "Base library and foundation components for all Yii2 Krajee extensions.",
      "keywords": ["yii2", "extension", "widget", "krajee", "base", "foundation"],
      "homepage": "https://github.com/kartik-v/yii2-krajee-base",
      "type": "yii2-extension",
      "license": "BSD-3-Clause",
      "authors": [
          {
              "name": "Kartik Visweswaran",
              "email": "kartikv2@gmail.com",
              "homepage": "http://www.krajee.com/"
          }
      ],
      "minimum-stability": "stable",
      "require": {
          "yiisoft/yii2-bootstrap": "@dev"
      },
      "autoload": {
          "psr-4": {
              "kartik\\base\\": ""
          }
      }
  }