mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 17:05:40 +02:00
31 lines
581 B
JSON
31 lines
581 B
JSON
{
|
|
"name": "silverstripe/environmentcheck",
|
|
"description": "Provides an API for building environment tests",
|
|
"type": "silverstripe-module",
|
|
"keywords": ["silverstripe", "testing", "environment", "check"],
|
|
"authors": [
|
|
{
|
|
"name": "Will Rossiter",
|
|
"email": "will@fullscreen.io"
|
|
},
|
|
{
|
|
"name": "Sam Minnee",
|
|
"email": "sam@silverstripe.com"
|
|
}
|
|
],
|
|
"require":
|
|
{
|
|
"silverstripe/framework": "~3.1"
|
|
},
|
|
"require-dev":
|
|
{
|
|
"hafriedlander/phockito": "dev-master"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2.x-dev"
|
|
}
|
|
},
|
|
"license": "BSD-3-Clause"
|
|
}
|