{
	"name" : "chrisguindon/eclipsefdn-sdk",
	"description" : "Libraries for the Eclipse Foundation database.",
	"type" : "library",
	"license" : "epl-v2",
	"authors" : [{
			"name" : "Christopher Guindon",
			"email" : "chris.guindon@eclipse-foundation.org"
		}
	],
	"minimum-stability" : "dev",
	"require" : {
		"php" : ">=5.3.0"
	},
	"autoload" : {
		"psr-4" : {
			"eclipsefdn\\phpsdk\\" : "src"
		}
	},
	"require-dev" : {
		"phpunit/phpunit" : "^4"
	}
}
