Skip to content

Commit

Permalink
Merge branch 'master' into 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoreram committed Sep 9, 2013
2 parents 0d8679b + f845933 commit 9b5a34a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"keywords": ["gearman"],
"homepage": "https://github.com/mmoreram/GearmanBundle",
"type": "symfony-bundle",
"license": "Apache",
"license": "MIT",
"authors": [
{
"name": "Marc Morera",
Expand All @@ -20,14 +20,14 @@
],
"require": {
"php": ">=5.3.3",
"ext-gearman": "*",
"ext-gearman": ">=0.1",
"symfony/framework-bundle": ">=2.1",
"doctrine/common": ">=2.2.0-dev",
"doctrine/common": ">=2.2",
"symfony/console": ">=2.1",
"symfony/config": ">=2.1",
"symfony/http-kernel": ">=2.1",
"symfony/dependency-injection": ">=2.1",
"liip/doctrine-cache-bundle": "dev-master"
"liip/doctrine-cache-bundle": "1.0.3"
},
"target-dir": "Mmoreram/GearmanBundle",
"autoload": {
Expand Down

0 comments on commit 9b5a34a

Please sign in to comment.