silverstripe-environmentcheck/composer.json

21 lines
419 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",
2015-09-10 23:13:48 +02:00
"keywords": ["silverstripe", "testing", "environment", "check"],
2012-11-03 02:27:44 +01:00
"authors": [
2015-09-10 23:13:48 +02:00
{
"name": "Will Rossiter",
"email": "will@fullscreen.io"
},
{
"name": "Sam Minnee",
"email": "sam@silverstripe.com"
}
2012-11-03 02:27:44 +01:00
],
"require":
{
2015-09-10 23:13:48 +02:00
"silverstripe/framework": "~3.1"
2012-11-03 02:27:44 +01:00
}
}