Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion templates/drupal11/files/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ web:
# More information: https://docs.platform.sh/create-apps/app-reference.html#dependencies
dependencies:
php:
composer/composer: "^2.7"
composer/composer: "^2.7.0"

# Hooks allow you to customize your code/environment as the project moves through the build and deploy stages
# More information: https://docs.platform.sh/create-apps/app-reference.html#hooks
Expand Down Expand Up @@ -201,3 +201,18 @@ runtime:

# More information: https://docs.platform.sh/create-apps/app-reference.html#additional-hosts
# additional_hosts:

########################################################################################################################
## ##
## This source operation is part of the Platform.sh process of updating and maintaining our collection of templates. ##
## For more information see https://docs.platform.sh/create-apps/source-operations.html and ##
## https://github.com/platformsh/source-operations ##
## ##
## YOU CAN SAFELY DELETE THIS COMMENT AND THE LINES BENEATH IT ##
## ##
########################################################################################################################
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
2 changes: 1 addition & 1 deletion templates/drupal11/files/.platform/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# to power your Platform.sh project.

db:
type: mariadb:10.6
type: mariadb:10.11
disk: 2048

cache:
Expand Down