2012-11-03 02:27:44 +01:00
|
|
|
{
|
|
|
|
"name": "silverstripe/environmentcheck",
|
|
|
|
"description": "Provides an API for building environment tests",
|
2016-08-30 03:07:47 +02:00
|
|
|
"license": "BSD-3-Clause",
|
2012-11-03 02:27:44 +01:00
|
|
|
"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"
|
2015-11-18 22:53:11 +01:00
|
|
|
},
|
2015-11-20 00:01:21 +01:00
|
|
|
"require-dev":
|
|
|
|
{
|
2019-07-24 12:32:49 +02:00
|
|
|
"phpunit/phpunit": "^5.7",
|
2015-11-20 00:01:21 +01:00
|
|
|
"hafriedlander/phockito": "dev-master"
|
|
|
|
},
|
2019-07-23 12:21:11 +02:00
|
|
|
"extra": []
|
2012-11-03 02:27:44 +01:00
|
|
|
}
|