{
	"name"       : "10up/wp_mock",
	"description": "A mocking library to take the pain out of unit testing for WordPress",
	"license"    : "GPL-2.0+",
	"require"    : {
		"php"                 : ">=5.3.2",
		"mockery/mockery"     : "~0.8",
		"antecedent/patchwork": "~1.2"
	},
	"require-dev": {
		"phpunit/phpunit": "~3.7"
	},
	"autoload"   : {
		"psr-0"   : {
			"WP_Mock\\": "./"
		},
		"classmap": ["WP_Mock.php"]
	}
}
