silverstripe-frameworktest/composer.json
vikas srivastava 1be74f5388 New : Added composer.json
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirements.

For more information please visit at http://extension.openbees.org/instructions/
2012-09-24 12:07:55 +05:30

16 lines
398 B
JSON

{
"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.*"
}
}