silverstripe-frameworktest/composer.json

16 lines
398 B
JSON
Raw Normal View History

{
"name": "silverstripe-labs/frameworktest",
"description": "Aids core and module developers in testing their code against a set of sample data and behaviour.",
"type": "silverstripe-module",
"keywords": ["silverstripe-labs", "frameworktest", "testing"],
"authors": [
{
"name": "Ingo Schommer",
"email": "ingo@silverstripe.com"
}
],
"require":
{
"silverstripe/framework": "3.*"
}
}