silverstripe-environmentcheck/composer.json

18 lines
356 B
JSON
Raw Normal View History

2012-11-03 02:27:44 +01:00
{
"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": "3.*"
}
}