mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
34 lines
913 B
JSON
34 lines
913 B
JSON
{
|
|
"name": "silverstripe/frameworktest",
|
|
"description": "Aids core and module developers in testing their code against a set of sample data and behaviour.",
|
|
"type": "silverstripe-vendormodule",
|
|
"keywords": ["silverstripe", "frameworktest", "testing"],
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Ingo Schommer",
|
|
"email": "ingo@silverstripe.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"silverstripe/framework": "^4",
|
|
"silverstripe/cms": "^4",
|
|
"guzzlehttp/guzzle": "^6.3 || ^7.3",
|
|
"fzaninotto/faker": "^1.7",
|
|
"silverstripe/vendor-plugin": "^1",
|
|
"silverstripe/registry": "^2"
|
|
},
|
|
"extra": {
|
|
"expose": [
|
|
"client/dist",
|
|
"css",
|
|
"images"
|
|
]
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SSilverStripe\\FrameworkTest\\": "code/"
|
|
}
|
|
}
|
|
}
|