diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..943d905 --- /dev/null +++ b/composer.json @@ -0,0 +1,16 @@ +{ + "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.*" + } +} \ No newline at end of file