mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
MINOR upgrade to module to be a vendor-module.
This commit is contained in:
parent
1876c02597
commit
c8bb177b9b
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "silverstripe/frameworktest",
|
"name": "silverstripe/frameworktest",
|
||||||
"description": "Aids core and module developers in testing their code against a set of sample data and behaviour.",
|
"description": "Aids core and module developers in testing their code against a set of sample data and behaviour.",
|
||||||
"type": "silverstripe-module",
|
"type": "silverstripe-vendormodule",
|
||||||
"keywords": ["silverstripe", "frameworktest", "testing"],
|
"keywords": ["silverstripe", "frameworktest", "testing"],
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"authors": [
|
"authors": [
|
||||||
@ -15,6 +15,19 @@
|
|||||||
"silverstripe/framework": "~4.0",
|
"silverstripe/framework": "~4.0",
|
||||||
"silverstripe/cms": "~4.0",
|
"silverstripe/cms": "~4.0",
|
||||||
"guzzlehttp/guzzle": "~6.0",
|
"guzzlehttp/guzzle": "~6.0",
|
||||||
"fzaninotto/faker": "^1.7"
|
"fzaninotto/faker": "^1.7",
|
||||||
}
|
"silverstripe/vendor-plugin": "^1.0"
|
||||||
|
},
|
||||||
|
"extra": {
|
||||||
|
"expose": [
|
||||||
|
"client/dist",
|
||||||
|
"css",
|
||||||
|
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"SSilverStripe\\FrameworkTest\\": "code/"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user