X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=composer.json;h=9e017e50cba40c0dbbc929dd6a43489519a63376;hb=744bd5c9f8684b1b2f81f9e701eaf910adfcf6f0;hp=de7764a582ba6c47fa8b84dc5f1b141621d352eb;hpb=5c2da5a783f0d607b3c5e79313a9f15cee83156e;p=zf2.biz%2Fgalerie.git diff --git a/composer.json b/composer.json index de7764a..9e017e5 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "zf2biz/application-blanche", - "description": "Application blanche pour ZF2", + "name": "zf2biz/galerie", + "description": "Galerie construite à partir de l'Application blanche pour ZF2", "license": "BSD-3-Clause", "keywords": [ "framework", @@ -10,5 +10,6 @@ "require": { "php": ">=5.3.3", "zendframework/zendframework": "2.*", + "doctrine/orm": "2.3" } }