فهرست منبع

Add composer.json

Jordi Boggiano 13 سال پیش
والد
کامیت
5f57dce55b
1فایلهای تغییر یافته به همراه20 افزوده شده و 0 حذف شده
  1. 20 0
      composer.json

+ 20 - 0
composer.json

@@ -0,0 +1,20 @@
+{
+    "name": "sensio/distribution-bundle",
+    "description": "The base bundle for the Symfony Distributions",
+    "keywords": ["distribution","configuration"],
+    "type": "symfony-bundle",
+    "license": "MIT",
+    "authors": [
+        {
+            "name": "Fabien Potencier",
+            "email": "fabien@symfony.com"
+        }
+    ],
+    "require": {
+        "symfony/framework-bundle": "2.*"
+    },
+    "autoload": {
+        "psr-0": { "Sensio\\Bundle\\DistributionBundle": "" }
+    },
+    "target-dir": "Sensio/Bundle/DistributionBundle"
+}