{
	"name": "atoum/atoum",
	"type": "library",
	"description": "Simple modern and intuitive unit testing framework for PHP 5.3+",
	"keywords": ["TDD","atoum","test","unit testing"],
	"homepage": "http://www.atoum.org",
	"license": "BSD-3-Clause",
	"authors":
	[
		{
			"name": "Frédéric Hardy",
			"email": "frederic.hardy@atoum.org",
			"homepage": "http://blog.mageekbox.net"
		},
		{
			"name": "François Dussert",
			"email": "francois.dussert@atoum.org"
		},
		{
			"name": "Gérald Croes",
			"email": "gerald.croes@atoum.org"
		},
		{
			"name": "Julien Bianchi",
			"email": "julien.bianchi@atoum.org"
		},
		{
			"name": "Ludovic Fleury",
			"email": "ludovic.fleury@atoum.org"
		}
	],
	"require":
	{
		"php": ">=5.3.3",
		"ext-hash": "*",
		"ext-json": "*",
		"ext-session": "*",
		"ext-tokenizer": "*",
		"ext-xml": "*"
	},
	"replace": {
		"mageekguy/atoum": "*"
	},
	"bin":
	[
		"bin/atoum"
	],
	"autoload":
	{
		"classmap": [ "classes/" ]
	},
	"suggest": {
		"ext-mbstring": "Provides support for UTF-8 strings",
		"atoum/stubs": "Provides IDE support (like autocompletion) for atoum"
	},
	"extra": {
		"branch-alias": {
			"dev-master": "2.x-dev"
		}
	}
}