From ba9f01b5accdc6f1ec623d3bc2d322d3328c5868 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 27 Feb 2015 13:28:38 +0100 Subject: [PATCH] added the deployment hook in composer.json --- composer.json | 6 ++++-- composer.lock | 12 ++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 3ce239e2ee..c534808e04 100644 --- a/composer.json +++ b/composer.json @@ -27,14 +27,16 @@ "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", - "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" + "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", + "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" ], "post-update-cmd": [ "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", - "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" + "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", + "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" ] }, "config": { diff --git a/composer.lock b/composer.lock index 86582c15e4..26a4a1af9c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "d4afdc2d61022c966f64a067374f7e02", + "hash": "8b02bb324925eec9e704367ae521a85a", "packages": [ { "name": "doctrine/annotations", @@ -998,17 +998,17 @@ }, { "name": "sensio/distribution-bundle", - "version": "v2.3.9", + "version": "v2.3.11", "target-dir": "Sensio/Bundle/DistributionBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", - "reference": "ac4893621b30faf8f970758afea7640122767817" + "reference": "374bbea795fa69a85b1623048798a89aebffe62b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/ac4893621b30faf8f970758afea7640122767817", - "reference": "ac4893621b30faf8f970758afea7640122767817", + "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/374bbea795fa69a85b1623048798a89aebffe62b", + "reference": "374bbea795fa69a85b1623048798a89aebffe62b", "shasum": "" }, "require": { @@ -1040,7 +1040,7 @@ "configuration", "distribution" ], - "time": "2015-02-01 05:39:51" + "time": "2015-02-27 12:58:18" }, { "name": "sensio/framework-extra-bundle",