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
Requires
- composer-plugin-api: ^2.0
- symfony/filesystem: *
- webmozart/glob: ^4.1
Requires (Dev)
- composer/composer: ^2.0
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^10
- squizlabs/php_codesniffer: 3.*
- symfony/yaml: *
- dev-b-8.0.x
- v8.0.0-alpha.1
- v7.3.0
- v7.2.0
- v7.1.1
- v7.1.0
- v7.0.1
- v7.0.0
- v6.0.0
- v5.2.2
- v5.2.1
- v5.2.0
- v5.1.1
- v5.1.0
- v5.0.1
- v5.0.0
- v4.1.1
- v4.1.0
- v4.0.0
- v3.0.0
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.1.0
- v1.0.0
- dev-b-8.0.x-merge-update-preference
- dev-b-7.5.x
- dev-b-7.5.x-pr31
- dev-b-7.4.x
- dev-b-7.3.x
- dev-b-2.x
- dev-b-7.2.x
- dev-b-7.0.x-use_light_workflow
- dev-b-7.1.x
- dev-b-7.0.x
- dev-b-6.5.x
- dev-b-6.x
- dev-pr22
- dev-b-6.2.x
- dev-b-4.x
- dev-b2b-compatible-branch
- dev-System_service_overwriting_check-OXDEV-1745
- dev-OXDEV-1608-DI-Container
- dev-b-5.3
- dev-symfony_spike
This package is auto-updated.
Last update: 2025-10-31 15:01:54 UTC
README
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.