Logo white

Alexey Boroda / artbox-ecommerce

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • artbox-ecommerce
  • composer.json
  • first commit
    8ad6fbc1
    Alexey Boroda authored
    2018-12-04 17:37:21 +0200  
    Browse Code ยป
composer.json 348 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-ecommerce",
  "description": "Artbox ecommerce extension",
  "license": "BSD-3-Clause",
  "minimum-stability": "dev",
  "type": "yii2-extension",
  "require": {
    "php": ">=7.0",
    "yiisoft/yii2": "~2.0",
    "artweb/artbox-core": "~0.0.1"
  },
  "autoload": {
    "psr-4": {
      "artbox\\catalog\\": ""
    }
  }
}