mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 17:05:40 +02:00
18 lines
356 B
JSON
18 lines
356 B
JSON
{
|
|
"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.*"
|
|
}
|
|
}
|