123456789101112131415161718192021222324252627282930313233343536 |
- {
- "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": "Apache",
- "authors": [
- {
- "name": "Marc Morera",
- "email": "yuhu@mmoreram.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://github.com/mmoreram/GearmanBundle/contributors"
- }
- ],
- "require": {
- "php": ">=5.3.3",
- "ext-gearman": "*",
- "symfony/framework-bundle": ">=2.1",
- "doctrine/common": ">=2.1",
- "symfony/console": ">=2.1",
- "symfony/config": ">=2.1",
- "symfony/http-kernel": ">=2.1",
- "symfony/dependency-injection": ">=2.1",
- "liip/doctrine-cache-bundle": "dev-master"
- },
- "target-dir": "Mmoreram/GearmanBundle",
- "autoload": {
- "psr-0": { "Mmoreram\\GearmanBundle": "" }
- }
- }
|