From 7e503cffbee08f6ad56048cb6593a2332737f141 Mon Sep 17 00:00:00 2001 From: platformsh-devrel Date: Fri, 25 Apr 2025 18:59:12 +0000 Subject: [PATCH 1/2] Synching platformsh-templates/drupal10 (8295b6133c6cc5a4461b3e5729da2956f404bce1). Updates templates/drupal10/files/.platform.app.yaml. --- templates/drupal10/files/.platform.app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/drupal10/files/.platform.app.yaml b/templates/drupal10/files/.platform.app.yaml index 458e5a61d..795b34316 100644 --- a/templates/drupal10/files/.platform.app.yaml +++ b/templates/drupal10/files/.platform.app.yaml @@ -11,7 +11,7 @@ type: 'php:8.2' dependencies: php: - composer/composer: '^2.1' + composer/composer: '^2.3.6' runtime: # Enable the redis extension so Drupal can communicate with the Redis cache. From 6c14948b2068f62adea161f7f09ab5eacc74256a Mon Sep 17 00:00:00 2001 From: platformsh-devrel Date: Wed, 14 May 2025 16:29:07 +0000 Subject: [PATCH 2/2] Synching platformsh-templates/drupal10 (bb7c7d3bf0f857428c38aeec6b799896d3e68808). Updates templates/drupal10/files/.platform.app.yaml. --- templates/drupal10/files/.platform.app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/drupal10/files/.platform.app.yaml b/templates/drupal10/files/.platform.app.yaml index 795b34316..76b4eb00f 100644 --- a/templates/drupal10/files/.platform.app.yaml +++ b/templates/drupal10/files/.platform.app.yaml @@ -11,7 +11,7 @@ type: 'php:8.2' dependencies: php: - composer/composer: '^2.3.6' + composer/composer: '^2.7.0' runtime: # Enable the redis extension so Drupal can communicate with the Redis cache. @@ -148,7 +148,7 @@ crons: # Run Drupal's cron tasks every 19 minutes. drupal: spec: '*/19 * * * *' - commands: + commands: start: 'cd web ; drush core-cron' source: