From 201eac3ffc9e07aa717d6a38614cff6e33d25b7b Mon Sep 17 00:00:00 2001 From: platformsh-devrel Date: Thu, 11 Dec 2025 16:56:44 +0000 Subject: [PATCH] Synching platformsh-templates/magentoCE24 (c66d8d60fc881178c2a75399ef79b6498ce93069). Updates templates/magentoce24/files/.platform.app.yaml. --- templates/magentoce24/files/.platform.app.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/magentoce24/files/.platform.app.yaml b/templates/magentoce24/files/.platform.app.yaml index 00ccac484..a996de505 100644 --- a/templates/magentoce24/files/.platform.app.yaml +++ b/templates/magentoce24/files/.platform.app.yaml @@ -46,7 +46,7 @@ build: dependencies: php: - composer/composer: '^2' + composer/composer: '>=2.0 <2.9' # The relationships of the application with services or other applications. # @@ -164,3 +164,9 @@ web: rules: ^/static/version\d+/(?.*)$: passthru: "/static/$resource" + +source: + operations: + auto-update: + command: | + curl -fsS https://raw.githubusercontent.com/platformsh/source-operations/main/setup.sh | { bash /dev/fd/3 sop-autoupdate; } 3<&0