mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
Merge pull request #4 from vikas-srivastava/composer
NEW Add composer.json
This commit is contained in:
commit
e38438cec8
16
composer.json
Normal file
16
composer.json
Normal file
@ -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.*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user