Logo white

Yarik / artbox-comment

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • artbox-comment
  • composer.json
  • -Product card (without video)
    05c20a90
    Alexey Boroda authored
    2016-11-15 11:53:47 +0200  
    Browse Code ยป
composer.json 345 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-comment",
  "description": "Yii2 light-weight CMS",
  "license": "BSD-3-Clause",
  "minimum-stability": "dev",
  "type": "yii2-extension",
  "require": {
    "php": ">=5.4",
    "yiisoft/yii2": "*",
    "artweb/artbox": "dev-master"
  },
  "autoload": {
    "psr-4": {
      "artweb\\artbox\\comment\\": ""
    }
  }
}