Skip to content

Instantly share code, notes, and snippets.

@Sioweb
Created October 25, 2018 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sioweb/246a7fc901c36101181a820b23780d92 to your computer and use it in GitHub Desktop.
Save Sioweb/246a7fc901c36101181a820b23780d92 to your computer and use it in GitHub Desktop.
{
"name": "oxid-esales/oxideshop-project",
"type": "project",
"description": "This file should be used as an OXID eShop project root composer.json file. Entries provided here intended to be examples and could be changed to your specific needs.",
"license": [
"GPL-3.0-only",
"proprietary"
],
"minimum-stability": "stable",
"repositories": [
{
"type": "composer",
"url": "https://professional-edition.packages.oxid-esales.com/"
},
{
"type": "composer",
"url": "...Privates Packagist..."
}
],
"require": {
"oxid-esales/oxideshop-metapackage-pe": "^v6.1.0",
... 31 Module ...
},
"require-dev": {
},
"autoload-dev": {
"psr-4": {
"OxidEsales\\EshopCommunity\\Tests\\": "./vendor/oxid-esales/oxideshop-ce/tests"
}
},
"scripts": {
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"@oe:ide-helper:generate"
],
"post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"@oe:ide-helper:generate"
],
"oe:ide-helper:generate": [
"if [ -f ./vendor/bin/oe-eshop-ide_helper ]; then oe-eshop-ide_helper; fi"
]
},
"config": {
"preferred-install": {
"*": "dist"
}
},
"extra": {
"incenteev-parameters": {
"file": "test_config.yml",
"dist-file": "vendor/oxid-esales/testing-library/test_config.yml.dist",
"parameter-key": "mandatory_parameters",
"env-map": {
"shop_path": "SHOP_PATH",
"shop_tests_path": "SHOP_TESTS_PATH",
"partial_module_paths": "PARTIAL_MODULE_PATHS"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment