mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
DEP Update dependencies for CMS 5
This commit is contained in:
parent
dd135c7d14
commit
0ed527df02
@ -2,7 +2,11 @@
|
|||||||
"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-vendormodule",
|
"type": "silverstripe-vendormodule",
|
||||||
"keywords": ["silverstripe", "frameworktest", "testing"],
|
"keywords": [
|
||||||
|
"silverstripe",
|
||||||
|
"frameworktest",
|
||||||
|
"testing"
|
||||||
|
],
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
@ -14,8 +18,8 @@
|
|||||||
"php": "^7.3 || ^8.0",
|
"php": "^7.3 || ^8.0",
|
||||||
"silverstripe/framework": "^4",
|
"silverstripe/framework": "^4",
|
||||||
"silverstripe/cms": "^4",
|
"silverstripe/cms": "^4",
|
||||||
"guzzlehttp/guzzle": "^6.3 || ^7.3",
|
"guzzlehttp/guzzle": "^7.4.5",
|
||||||
"fzaninotto/faker": "^1.7",
|
"fzaninotto/faker": "^1.9.2",
|
||||||
"silverstripe/vendor-plugin": "^1",
|
"silverstripe/vendor-plugin": "^1",
|
||||||
"silverstripe/registry": "^2"
|
"silverstripe/registry": "^2"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user