Browse Source

[GearmanBundle] Updated composer and some options for new version

Marc 13 years ago
parent
commit
a5f539e5e5
4 changed files with 10 additions and 2 deletions
  1. 1 0
      .gitignore
  2. 8 1
      README.md
  3. 1 1
      composer.json
  4. 0 0
      project/report/.hidden

+ 1 - 0
.gitignore

@@ -2,4 +2,5 @@
 .buildpath
 .project
 project/report/*
+!project/report/.hidden
 lib/GearmanBundle/Resources/Sandbox

+ 8 - 1
README.md

@@ -1,6 +1,13 @@
 README
 ======
 
-[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=mmoreram&url=https://github.com/mmoreramerino/GearmanBundle&title=GearmanBundle&language=&tags=github&category=software) 
+[![Build Status](https://secure.travis-ci.org/mmoreramerino/GearmanBundle.png?branch=development)](http://travis-ci.org/mmoreramerino/GearmanBundle)
+
+A stable version of Gearman is been tagged. You can force vendor to stay this version by including version v0.1 on GearmanBundle definitioni.
+New non-stable version has been merged into development branch.
+
+Info. Some changes for new version of GearmanBundle.
+* Right way to set the autoload line for GearmanBundle is now "/../vendor/bundles/Mmoreramerino/GearmanBundle/lib"
+* Everytime you use gearman annotations, you must specify namespace (use). For more information, http://mmoreramerino.github.com/GearmanBundle/annotations.html
 
 All documentation is available at http://mmoreramerino.github.com/GearmanBundle

+ 1 - 1
composer.json

@@ -1,5 +1,5 @@
 {
-    "name": "Mmoreramerino/gearman-bundle",
+    "name": "Mmoreramerino/GearmanBundle",
     "description": "Adds gearman support",
     "keywords": ["gearman"],
     "homepage": "http://mmoreramerino.github.com/GearmanBundle/",

+ 0 - 0
project/report/.hidden