{
  "name": "packlink/demo-ui",
  "description": "Packlink Demo UI core library",
  "type": "library",
  "license": "proprietary",
  "require": {
    "php": ">=7.0"
  },
  "autoload": {
    "psr-4": {
      "Logeecom\\Infrastructure\\": "../Infrastructure",
      "Logeecom\\Tests\\": "../../tests",
      "Packlink\\BusinessLogic\\": "../BusinessLogic",
      "Packlink\\DemoUI\\Lib\\": "Lib",
      "Packlink\\DemoUI\\": "src",
      "Packlink\\Brands\\": "../Brands"
    }
  },
  "scripts": {
    "post-update-cmd": "Packlink\\DemoUI\\Lib\\Composer::postUpdate",
    "post-install-cmd": "Packlink\\DemoUI\\Lib\\Composer::postUpdate"
  },
  "config": {
    "platform": {
      "php": "7.0"
    }
  }
}
