From f312a1637249591ed09dff7c0aa396606eb40236 Mon Sep 17 00:00:00 2001 From: Augustin Delaporte Date: Tue, 18 Aug 2015 13:34:37 +0200 Subject: [PATCH 1/2] Upgrade Platform.sh configuration snippet. --- cookbook/deployment/platformsh.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cookbook/deployment/platformsh.rst b/cookbook/deployment/platformsh.rst index de97cd1111b..ec13d554e48 100644 --- a/cookbook/deployment/platformsh.rst +++ b/cookbook/deployment/platformsh.rst @@ -37,9 +37,11 @@ Platform.sh how to deploy your application (read more about # The name of this app. Must be unique within a project. name: myphpproject - - # The toolstack used to build the application. - toolstack: "php:symfony" + + # The type of the application to build. + type: php:5.4 + build: + flavor: symfony # The relationships of the application with services or other applications. # The left-hand side is the name of the relationship as it will be exposed From 8d868ba2e5df3ca96fe3dc707585d750bf6c7874 Mon Sep 17 00:00:00 2001 From: GuGuss Date: Wed, 19 Aug 2015 15:29:23 +0200 Subject: [PATCH 2/2] Use PHP 5.6 on Platform.sh --- cookbook/deployment/platformsh.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/deployment/platformsh.rst b/cookbook/deployment/platformsh.rst index ec13d554e48..7b679177feb 100644 --- a/cookbook/deployment/platformsh.rst +++ b/cookbook/deployment/platformsh.rst @@ -39,7 +39,7 @@ Platform.sh how to deploy your application (read more about name: myphpproject # The type of the application to build. - type: php:5.4 + type: php:5.6 build: flavor: symfony