From c13f8cc6cf21ec68ac611d7166cd4678b3b0711f Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 6 May 2014 15:45:29 -0500 Subject: [PATCH] Changed zf-deploy dependency - to ~1.0-dev, as it has a branch alias already. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ae18a0c..c622354 100644 --- a/composer.json +++ b/composer.json @@ -48,6 +48,6 @@ "zfcampus/zf-apigility-admin": "~1.0-dev", "zfcampus/zf-apigility-welcome": "~1.0-dev", "zfcampus/zf-console": "~1.0-dev", - "zfcampus/zf-deploy": "dev-master" + "zfcampus/zf-deploy": "~1.0-dev" } }