findologic/shopware6-common

Files shared among Shopware6 plugin and Shopware App

Installs: 5 574

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 7

pkg:composer/findologic/shopware6-common

3.0.0 2024-05-14 09:20 UTC

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