mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
37 lines
920 B
JSON
37 lines
920 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": {
|
|
"php": "^8.1",
|
|
"silverstripe/framework": "^5",
|
|
"silverstripe/cms": "^5",
|
|
"guzzlehttp/guzzle": "^7.5",
|
|
"fzaninotto/faker": "^1.9.2",
|
|
"silverstripe/vendor-plugin": "^2"
|
|
},
|
|
"extra": {
|
|
"expose": [
|
|
"client/dist",
|
|
"css",
|
|
"images"
|
|
]
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SSilverStripe\\FrameworkTest\\": "code/"
|
|
}
|
|
}
|
|
} |