Blame view

composer.json 349 Bytes
593851ec   Alexey Boroda   First commit
1
  {
1a879e36   Yarik   Compose fix
2
3
    "name": "artweb/artbox-weblog",
    "description": "Artbox blog support extension",
593851ec   Alexey Boroda   First commit
4
5
6
7
8
9
10
11
12
13
    "license": "BSD-3-Clause",
    "minimum-stability": "dev",
    "type": "yii2-extension",
    "require": {
      "php": ">=7.0",
      "yiisoft/yii2": "~2.0",
      "yiisoft/yii2-bootstrap": "~2.0"
    },
    "autoload": {
      "psr-4": {
1a879e36   Yarik   Compose fix
14
        "artbox\\weblog\\": ""
593851ec   Alexey Boroda   First commit
15
16
17
      }
    }
  }