composer.json 407 Bytes
{
  "name": "artweb/artbox-odoo",
  "description": "Artbox Odoo 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",
    "artweb/artbox-order": "~0.0.1",
    "darkaonline/ripcord": "~0.1"
  },
  "autoload": {
    "psr-4": {
      "artbox\\odoo\\": ""
    }
  }
}