2012-09-24 12:07:55 +05:30
|
|
|
{
|
2012-11-08 18:48:08 +01:00
|
|
|
"name": "silverstripe/frameworktest",
|
2012-09-24 12:07:55 +05:30
|
|
|
"description": "Aids core and module developers in testing their code against a set of sample data and behaviour.",
|
2018-10-18 10:58:59 +13:00
|
|
|
"type": "silverstripe-vendormodule",
|
2012-11-08 18:48:08 +01:00
|
|
|
"keywords": ["silverstripe", "frameworktest", "testing"],
|
|
|
|
"license": "BSD-3-Clause",
|
2012-09-24 12:07:55 +05:30
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ingo Schommer",
|
|
|
|
"email": "ingo@silverstripe.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require":
|
|
|
|
{
|
2016-04-19 09:27:29 +12:00
|
|
|
"silverstripe/framework": "~4.0",
|
2017-01-06 19:48:50 +13:00
|
|
|
"silverstripe/cms": "~4.0",
|
2017-11-29 11:45:42 +13:00
|
|
|
"guzzlehttp/guzzle": "~6.0",
|
2018-10-18 10:58:59 +13:00
|
|
|
"fzaninotto/faker": "^1.7",
|
2020-08-13 20:48:30 +12:00
|
|
|
"silverstripe/vendor-plugin": "^1.0",
|
|
|
|
"silverstripe/registry": "~2"
|
2018-10-18 10:58:59 +13:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"expose": [
|
|
|
|
"client/dist",
|
|
|
|
"css",
|
2018-10-18 11:04:28 +13:00
|
|
|
"images"
|
2018-10-18 10:58:59 +13:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"SSilverStripe\\FrameworkTest\\": "code/"
|
|
|
|
}
|
|
|
|
}
|
2013-05-07 14:05:00 +03:00
|
|
|
}
|