From 5c2da5a783f0d607b3c5e79313a9f15cee83156e Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20CHAZALLET?= Date: Mon, 29 Oct 2012 09:44:38 +0100 Subject: [PATCH] Personnalisation de composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c44aa90..de7764a 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,14 @@ { - "name": "zendframework/skeleton-application", - "description": "Skeleton Application for ZF2", + "name": "zf2biz/application-blanche", + "description": "Application blanche pour ZF2", "license": "BSD-3-Clause", "keywords": [ "framework", "zf2" ], - "homepage": "http://framework.zend.com/", + "homepage": "http://zf2.biz/", "require": { "php": ">=5.3.3", - "zendframework/zendframework": "2.*" + "zendframework/zendframework": "2.*", } } -- 1.7.10.4