X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=composer.json;h=9e017e50cba40c0dbbc929dd6a43489519a63376;hb=48e9ad9d4303b9d6df7e52735426ef7070a0cc59;hp=bf208199112e1ad728fde2d9bbd7220fef75b02f;hpb=222ff1f2fe8dbff3c0e99b7d1f59daa328501e25;p=zf2.biz%2Fgalerie.git diff --git a/composer.json b/composer.json index bf20819..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", @@ -9,6 +9,7 @@ "homepage": "http://zf2.biz/", "require": { "php": ">=5.3.3", - "zendframework/zendframework": "2.*" + "zendframework/zendframework": "2.*", + "doctrine/orm": "2.3" } }