123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "mmoreram/gearman-bundle",
- "replace": {
- "mmoreramerino/gearman-bundle": "dev-master"
- },
- "description": "Adds gearman support to your Symfony2 project",
- "keywords": ["gearman"],
- "homepage": "https://github.com/mmoreram/GearmanBundle",
- "type": "symfony-bundle",
- "license": "MIT",
- "authors": [
- {
- "name": "Marc Morera",
- "email": "yuhu@mmoreram.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://github.com/mmoreram/GearmanBundle/contributors"
- }
- ],
- "require": {
- "php": ">=5.3.3",
- "symfony/framework-bundle": ">=2.1",
- "doctrine/common": ">=2.2",
- "symfony/console": ">=2.1",
- "symfony/config": ">=2.1",
- "symfony/http-kernel": ">=2.1",
- "symfony/dependency-injection": ">=2.1",
- "doctrine/doctrine-cache-bundle": "1.0.0",
- "symfony/finder": "2.3.12"
- },
- "require-dev": {
- "phpunit/phpunit": "3.7.*"
- },
- "target-dir": "Mmoreram/GearmanBundle",
- "autoload": {
- "psr-0": { "Mmoreram\\GearmanBundle": "" }
- },
- "minimum-stability": "stable",
- "extra": {
- "branch-alias": {
- "dev-master": "2.3-dev"
- }
- }
- }
|