Blame view

vendor/rmrevin/yii2-fontawesome/composer.json 884 Bytes
e9aa73b0   andryeyev   + adminLte
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
  {
    "name": "rmrevin/yii2-fontawesome",
    "description": "Asset Bundle for Yii2 with Font Awesome",
    "keywords": [
      "yii",
      "font",
      "awesome",
      "asset",
      "bundle"
    ],
    "type": "yii2-extension",
    "license": "MIT",
    "minimum-stability": "stable",
    "support": {
      "issues": "https://github.com/rmrevin/yii2-fontawesome/issues",
      "source": "https://github.com/rmrevin/yii2-fontawesome"
    },
    "authors": [
      {
        "name": "Roman Revin",
        "email": "xgismox@gmail.com",
        "homepage": "http://rmrevin.ru/"
      }
    ],
    "require": {
      "php": ">=5.4.0",
  
      "yiisoft/yii2": "2.0.*",
      "bower-asset/fontawesome": "4.4.*"
    },
    "autoload": {
      "psr-4": {
        "rmrevin\\yii\\fontawesome\\": ""
      }
    },
    "extra": {
      "asset-installer-paths": {
        "npm-asset-library": "vendor/npm",
        "bower-asset-library": "vendor/bower"
      }
    }
  }