silverstripe-environmentcheck/composer.json
2013-01-09 19:04:06 +01:00

18 lines
357 B
JSON

{
"name": "silverstripe/environmentcheck",
"description": "Provides an API for building environment tests",
"type": "silverstripe-module",
"keywords": ["silverstripe", "testing", "environment", "environmentcheck"],
"authors": [
{
"name": "Sam Minnee",
"email": "sam@silverstripe.com"
}
],
"require":
{
"silverstripe/framework": "~2.4"
}
}