X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=composer.json;h=f534441650ce66448488abcbb5668450af9c948d;hb=HEAD;hp=23b02cbb2aefedcac0ca4e0ef50c050be577f536;hpb=e297c278281953c85393dae1ff91b82d38eb4bd5;p=zf2.biz%2Fapplication_blanche.git diff --git a/composer.json b/composer.json index 23b02cb..f534441 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,15 @@ { - "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": "dev-master#d6b0afe61149c6d0669743aab5c73285c42cd0db" + "zendframework/zendframework": "2.*", + "doctrine/orm": "2.3" } }