Personnalisation de composer.json
authorSébastien CHAZALLET <s.chazallet@gmail.com>
Mon, 29 Oct 2012 08:44:38 +0000 (09:44 +0100)
committerSébastien CHAZALLET <s.chazallet@gmail.com>
Mon, 29 Oct 2012 08:44:38 +0000 (09:44 +0100)
composer.json

index c44aa90..de7764a 100644 (file)
@@ -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.*",
     }
 }