Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 395 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 395 Bytes

Common files for the Shopware 6 plugin and app

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"
    }
  ]
}