silverstripe-environmentcheck/composer.json

26 lines
488 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",
"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
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
2012-11-03 02:27:44 +01:00
}
}