oxid-esales/oxideshop-composer-plugin

This file is mean to be used to install OXID eShop compilation.

Installs: 1 137 914

Dependents: 9

Suggesters: 0

Security: 0

Stars: 5

Watchers: 5

Forks: 17

Type:composer-plugin

pkg:composer/oxid-esales/oxideshop-composer-plugin


README

image

This plugin is used to install OXID eShop and OXID eShop third party integrations (modules, themes).

Supported types

Packages are recognised by their type, specified in composer.json file. Available types are:

  • oxideshop - Main shop package is installed into source directory.
  • oxideshop-module - Modules depend on main shop package.
  • oxideshop-theme - Themes, which are installed into source directory, depend on main shop package.

Configuration

In your composer.json file you can add the following to help you with the composer update prompts. This is useful for symlinks on installs or possibly other reasons. The packages name in composer is the name you would enter into the composer.json file.

Note

update-answer-yes will answer Y for the composer update prompts for specific package
update-answer-no will answer N for the composer update prompts for specific package

  "extra": {
    "oxideshop": {
      "update-answer-yes": [
        "oxid-esales/apex-theme"
      ],
      "update-answer-no": [
        "my-vendor/other-example"
      ]
    }
  }

Bugs and Issues

If you experience any bugs or issues, please report them in the section OXID eShop (all versions) of https://bugs.oxid-esales.com.