Blame view

common/components/developeruz/db_rbac/composer.json 600 Bytes
b0f143c3   Yarik   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  {
      "name": "developeruz/yii2-db-rbac",
      "description": "Dynamic control of access rights in YII2",
      "keywords": ["yii", "rbac"],
      "type": "yii2-extension",
      "license": "MIT",
      "authors": [
          {
              "name": "Elvira Sheina",
              "email": "elleuz@gmail.com",
              "homepage": "http://developer.uz"
          }
      ],
      "require": {
          "yiisoft/yii2": "*"
      },
      "support": {
          "issues": "https://github.com/developeruz/yii2-db-rbac/issues"
      },
      "autoload": {
          "psr-4": {
              "developeruz\\db_rbac\\": ""
          }
      }
  }