o3-shop / shop-composer-plugin
This file is mean to be used to install O3-Shop compilation.
Installs: 1 255
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^1.0 || ^2.0
- o3-shop/shop-ce: ^1.2.0
- symfony/filesystem: *
- 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.*
Replaces
README
This plugin is used to install O3-Shop and O3-Shop third party integrations (modules, themes).
More information how to install O3-Shop 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.o3-shop.com/developer/en/6.1/modules/skeleton/composerjson/module_via_composer.html
More information how to create themes installable via composer: https://docs.o3-shop.com/developer/en/6.1/themes/theme_via_composer.html
Requirements
- master branch is compatible with O3-Shop compilation master
- b-1.x branch is compatible with O3-Shop compilation 1.x (>=1.0.x)
Bugs and Issues
If you experience any bugs or issues, please report them in the section O3-Shop (all versions) of https://bugs.o3-shop.com.