From: Sébastien CHAZALLET Date: Mon, 29 Oct 2012 08:44:38 +0000 (+0100) Subject: Personnalisation de composer.json X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fgalerie.git;a=commitdiff_plain;h=5c2da5a783f0d607b3c5e79313a9f15cee83156e Personnalisation de composer.json --- 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.*", } }