From 5f438ad7223691ae8d3a4d05a0a12b9f485078dc Mon Sep 17 00:00:00 2001 From: Matthias Van Woensel <3532563+matthiaz@users.noreply.github.com> Date: Thu, 26 Aug 2021 13:30:21 +0200 Subject: [PATCH] Upgrade to php8 and remove build flavor No reason to have build flavor composer, since it's the default. upgrading to php8 is probably not a bad idea at this point --- .platform.app.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.platform.app.yaml b/.platform.app.yaml index 60b4229b..f8eb5ac6 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -5,19 +5,17 @@ name: app # The type of the application to build. -type: php:7.4 +type: 'php:8.0' +# Indicate that we want to use composer2, (leave out if you want composer1) dependencies: - php: + php: composer/composer: '^2' runtime: extensions: - redis -build: - flavor: composer - # The hooks that will be performed when the package is deployed. hooks: build: |