silverstripe-frameworktest/composer.json

21 lines
509 B
JSON
Raw Normal View History

{
2012-11-08 18:48:08 +01:00
"name": "silverstripe/frameworktest",
"description": "Aids core and module developers in testing their code against a set of sample data and behaviour.",
"type": "silverstripe-module",
2012-11-08 18:48:08 +01:00
"keywords": ["silverstripe", "frameworktest", "testing"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Ingo Schommer",
"email": "ingo@silverstripe.com"
}
],
"require":
{
2016-04-18 23:27:29 +02:00
"silverstripe/framework": "~4.0",
2017-01-06 07:48:50 +01:00
"silverstripe/cms": "~4.0",
"guzzlehttp/guzzle": "~6.0",
"fzaninotto/faker": "^1.7"
}
2013-05-07 13:05:00 +02:00
}