Skip to content

Commit

Permalink
Readme update regarding which tags to use for different versions of s…
Browse files Browse the repository at this point in the history
…ymfony. Updated composer to include symfony3 in description
  • Loading branch information
daum committed Sep 1, 2016
1 parent c121ead commit 879a3b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,4 +1,4 @@
GearmanBundle for Symfony2
GearmanBundle for Symfony2/3
=====
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/cf3d97c6-e026-4489-8493-a3f4a1e75a68/mini.png)](https://insight.sensiolabs.com/projects/cf3d97c6-e026-4489-8493-a3f4a1e75a68)
[![Build Status](https://travis-ci.org/mmoreram/GearmanBundle.png?branch=master)](https://travis-ci.org/mmoreram/GearmanBundle)
Expand All @@ -8,7 +8,7 @@ GearmanBundle for Symfony2
[![License](https://poser.pugx.org/mmoreram/gearman-bundle/license.png)](https://packagist.org/packages/mmoreram/gearman-bundle)
[![Total Downloads](https://poser.pugx.org/mmoreram/gearman-bundle/downloads.png)](https://packagist.org/packages/mmoreram/gearman-bundle)

GearmanBundle is a bundle for Symfony2 intended to provide an easy way to
GearmanBundle is a bundle for Symfony2/3 intended to provide an easy way to
support developers who need to use job queues. For example: mail queues, Solr
generation queues or Database upload queues.

Expand All @@ -22,7 +22,7 @@ them with us, don't hesitate to open a RFC issue or a Pull Request.

Tags
----

* Use tags under 4.X for Symfony2.X versions. 4.X support Symfony 3.X+
* Use last unstable version ( alias of `dev-master` ) to stay always in last commit
* Use last stable version tag to stay in a stable release.
* [![Latest Unstable Version](https://poser.pugx.org/mmoreram/gearman-bundle/v/unstable.png)](https://packagist.org/packages/mmoreram/gearman-bundle) [![Latest Stable Version](https://poser.pugx.org/mmoreram/gearman-bundle/v/stable.png)](https://packagist.org/packages/mmoreram/gearman-bundle)
Expand Down
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -3,7 +3,7 @@
"replace": {
"mmoreramerino/gearman-bundle": "dev-master"
},
"description": "Adds gearman support to your Symfony2 project",
"description": "Adds gearman support to your Symfony2 or Symfony3 project",
"keywords": ["gearman"],
"homepage": "https://github.com/mmoreram/GearmanBundle",
"type": "symfony-bundle",
Expand All @@ -13,6 +13,10 @@
"name": "Marc Morera",
"email": "yuhu@mmoreram.com"
},
{
"name": "Matt Daum",
"email": "matt@setfive.com"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/mmoreram/GearmanBundle/contributors"
Expand Down

0 comments on commit 879a3b5

Please sign in to comment.