diff --git a/shopware/paas-meta/6.4/.platform/applications.yaml b/shopware/paas-meta/6.4/.platform/applications.yaml index ae1e4fb1..a4fd8994 100644 --- a/shopware/paas-meta/6.4/.platform/applications.yaml +++ b/shopware/paas-meta/6.4/.platform/applications.yaml @@ -29,8 +29,6 @@ SHOPWARE_ES_INDEX_PREFIX: "sw6" # Disables the Shopware web installer SHOPWARE_SKIP_WEBINSTALLER: 1 - # Enables the Shopware Composer plugin loader and disables the database plugin loader. All extensions will need to be installed with Composer - COMPOSER_PLUGIN_LOADER: 1 php: upload_max_filesize: 32M post_max_size: 32M diff --git a/shopware/paas-meta/6.6/.platform/applications.yaml b/shopware/paas-meta/6.6/.platform/applications.yaml index 9956de31..2a00be1e 100644 --- a/shopware/paas-meta/6.6/.platform/applications.yaml +++ b/shopware/paas-meta/6.6/.platform/applications.yaml @@ -31,8 +31,6 @@ SHOPWARE_SKIP_WEBINSTALLER: 1 # Dont compile the theme during build SHOPWARE_SKIP_THEME_COMPILE: 1 - # Enables the Shopware Composer plugin loader and disables the database plugin loader. All extensions will need to be installed with Composer - COMPOSER_PLUGIN_LOADER: 1 COMPOSER_ROOT_VERSION: 1.0.0 php: upload_max_filesize: 32M