Logo white

Alexey Boroda / artbox-weblog

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • artbox-weblog
  • composer.json
  • Compose fix
    1a879e36
    Yarik authored
    2017-05-19 15:35:18 +0300  
    Browse Code ยป
composer.json 349 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
  "name": "artweb/artbox-weblog",
  "description": "Artbox blog support extension",
  "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": {
      "artbox\\weblog\\": ""
    }
  }
}