Skip to content

OXID-eSales/oxideshop_composer_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

317 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OXID eShop composer plugin

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.

Packages

 
 
 

Contributors

Languages