DEP Update core dependencies for CMS 5

This commit is contained in:
Steve Boyd 2022-08-04 17:41:42 +12:00
parent 334815cd87
commit 946e1f76e6

View File

@ -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": [
{ {
@ -11,13 +15,13 @@
} }
], ],
"require": { "require": {
"php": "^7.3 || ^8.0", "php": "^8.1",
"silverstripe/framework": "^4", "silverstripe/framework": "^5",
"silverstripe/cms": "^4", "silverstripe/cms": "^5",
"guzzlehttp/guzzle": "^6.3 || ^7.3", "guzzlehttp/guzzle": "^7.3",
"fzaninotto/faker": "^1.7", "fzaninotto/faker": "^1.7",
"silverstripe/vendor-plugin": "^1", "silverstripe/vendor-plugin": "^2",
"silverstripe/registry": "^2" "silverstripe/registry": "^3"
}, },
"extra": { "extra": {
"expose": [ "expose": [