Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e6cf4ff

Browse filesBrowse files
committed
minor symfony#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 symfony#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
Copy full SHA for e6cf4ff

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎deployment/platformsh.rst

Copy file name to clipboardExpand all lines: deployment/platformsh.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.