oxidio / composer-plugin
This file is mean to be used to install OXID eShop compilation.
Installs: 1 119
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 17
Type:composer-plugin
Requires
- php: ^7.3
- composer-plugin-api: ^1.0||^2.0
- symfony/filesystem: ^5.0.4
- webmozart/glob: ^4.1
- webmozart/path-util: ^2.3
Requires (Dev)
- composer/composer: ^1.0||^2.0
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: 3.*
- symfony/yaml: ^v5.0.5
Replaces
- oxid-esales/oxideshop-composer-plugin: dev-oxidio-master
This package is auto-updated.
Last update: 2024-11-18 20:40:29 UTC
README
This plugin is used to install OXID eShop and OXID eShop third party integrations (modules, themes).
More information how to install OXID eShop using this plugin can be found here.
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, which are installed into source directory. Modules depends on main shop package.
- oxideshop-theme - Themes, which are installed into source directory. Themes depends on main shop package.
More information how to create module installable via composer: https://docs.oxid-esales.com/developer/en/6.1/modules/skeleton/composerjson/module_via_composer.html
More information how to create themes installable via composer: https://docs.oxid-esales.com/developer/en/6.1/themes/theme_via_composer.html
Requirements
- master branch is compatible with OXID eShop compilation master
- b-6.x branch is compatible with OXID eShop compilation 6.x (>=6.2.x)
- b-2.x branch is compatible with OXID eShop compilation 6.0.x and 6.1.x
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.