mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 17:05:40 +02:00
26 lines
488 B
JSON
26 lines
488 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"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
}
|
|
}
|