findologic/shopware6-common

Files shared among Shopware6 plugin and Shopware App


README

This repository is not supported for external use.

Usage

Composer

Adapt composer.json to contain the following entries:

{
  "require": {
    "findologic/web-common": "<versionTag>"
  },
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/findologic/shopware6-common.git"
    }
  ]
}