silverstripe-environmentcheck/composer.json

28 lines
555 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",
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
},
"require-dev":
{
"phpunit/phpunit": "^5.7",
"hafriedlander/phockito": "dev-master"
},
"extra": []
2012-11-03 02:27:44 +01:00
}