{
	"name": "resque/php-resque",
	"type": "library",
	"description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
	"keywords": ["job", "background", "redis", "resque"],
	"homepage": "http://www.github.com/resque/php-resque/",
	"license": "MIT",
	"authors": [
		{
			"name": "Dan Hunsaker",
			"email": "danhunsaker+resque@gmail.com",
			"role": "Maintainer"
		},
		{
			"name": "Rajib Ahmed",
			"homepage": "https://github.com/rajibahmed",
			"role": "Maintainer"
		},
		{
			"name": "Steve Klabnik",
			"email": "steve@steveklabnik.com",
			"role": "Maintainer"
		},
		{
			"name": "Chris Boulton",
			"email": "chris@bigcommerce.com",
			"role": "Creator"
		}
	],
	"require": {
		"php": ">=5.3.0",
		"ext-pcntl": "*",
		"colinmollenhour/credis": "~1.7",
		"psr/log": "~1.0"
	},
	"suggest": {
		"ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
		"ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
	},
	"require-dev": {
		"phpunit/phpunit": "3.7.*"
	},
	"bin": [
		"bin/resque"
	],
	"autoload": {
		"psr-0": {
			"Resque": "lib"
		}
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0-dev"
        }
    }
}
