oxid-esales/oxideshop-composer-plugin

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

Maintainers

👁 oxid

Package info

github.com/OXID-eSales/oxideshop_composer_plugin

Homepage

Type:composer-plugin

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

Statistics

Installs: 1 277 272

Dependents: 10

Suggesters: 0

Stars: 5

v8.0.0-alpha.2 2026-02-12 09:03 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

proprietary 87a0f97d99aebf5f0816c707520f5b703c40043e

pluginoxidEshop


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.