diff --git a/.platform.app.yaml b/.platform.app.yaml index 60b4229..f8eb5ac 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: |