Skip to content

Commit e6cf4ff

Browse files
committed
minor #8369 Adjust .platform.app.yaml from 'symfony' to 'composer' (stefandoorn)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #8369). Discussion ---------- Adjust .platform.app.yaml from 'symfony' to 'composer' Based on this commit (https://github.com/platformsh/platformsh-example-symfony/commit/3de359c88fb5316ff653f0142428e658880f1b65#diff-fe14053ff51cb358f8b709415b2a2d17) & documentation (https://docs.platform.sh/frameworks/symfony.html) the flavor 'symfony' is an alias of 'composer' and it seems advised to use 'composer' now. Commits ------- 696216d Adjust .platform.app.yaml from 'symfony' to 'composer'
2 parents 16e4607 + 696216d commit e6cf4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/platformsh.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Platform.sh how to deploy your application (read more about
4141
# The type of the application to build.
4242
type: php:5.6
4343
build:
44-
flavor: symfony
44+
flavor: composer
4545
4646
# The relationships of the application with services or other applications.
4747
# The left-hand side is the name of the relationship as it will be exposed

0 commit comments

Comments
 (0)