mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Add Shopware 6 example (#61)
This commit is contained in:
72
shopware6/composer.json
Normal file
72
shopware6/composer.json
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"name": "shopware/production",
|
||||
"license": "MIT",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"composer-runtime-api": "^2.0",
|
||||
"shopware/administration": "*",
|
||||
"shopware/core": "v6.7.5.0",
|
||||
"shopware/elasticsearch": "*",
|
||||
"shopware/storefront": "*",
|
||||
"shopware/deployment-helper": "^0.0.12",
|
||||
"symfony/flex": "~2"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "custom/plugins/*",
|
||||
"options": {
|
||||
"symlink": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
"url": "custom/plugins/*/packages/*",
|
||||
"options": {
|
||||
"symlink": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
"url": "custom/static-plugins/*",
|
||||
"options": {
|
||||
"symlink": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "src/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true,
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"symfony/flex": true,
|
||||
"symfony/runtime": true
|
||||
},
|
||||
"optimize-autoloader": true,
|
||||
"sort-packages": true
|
||||
},
|
||||
"scripts": {
|
||||
"auto-scripts": {
|
||||
"assets:install": "symfony-cmd"
|
||||
},
|
||||
"post-install-cmd": [
|
||||
"@auto-scripts"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"@auto-scripts"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"symfony": {
|
||||
"allow-contrib": true,
|
||||
"endpoint": [
|
||||
"https://raw.githubusercontent.com/shopware/recipes/flex/main/index.json",
|
||||
"flex://defaults"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user