Martin Parsiegla пре 13 година
родитељ
комит
35fddc6067
1 измењених фајлова са 12 додато и 0 уклоњено
  1. 12 0
      composer.json

+ 12 - 0
composer.json

@@ -2,13 +2,25 @@
     "name": "Mmoreramerino/gearman-bundle",
     "description": "Adds gearman support",
     "keywords": ["gearman"],
+    "homepage": "http://mmoreramerino.github.com/GearmanBundle/",
     "type": "symfony-bundle",
     "license": "Apache",
     "authors": [
         {
             "name": "Marc Morera",
             "email": "marc@ulabox.com"
+        },
+        {
+            "name": "Symfony Community",
+            "homepage": "https://github.com/mmoreramerino/GearmanBundle/contributors"
         }
     ],
+    "require": {
+        "php": ">=5.3.2",
+        "symfony/framework-bundle": "2.0.*"
+    },
+    "autoload": {
+        "psr-0": { "Mmoreramerino\\GearmanBundle": "" }
+    },
     "target-dir": "Mmoreramerino/GearmanBundle"
 }