DEP Dependencies for CMS 6

This commit is contained in:
Steve Boyd 2024-02-19 18:35:12 +13:00
parent 331f9692cf
commit b9b5b3d7c6
1 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@
],
"require": {
"php": "^8.1",
"silverstripe/cms": "^5",
"silverstripe/versioned": "^2",
"silverstripe/siteconfig": "^5"
"silverstripe/cms": "^6",
"silverstripe/versioned": "^3",
"silverstripe/siteconfig": "^6"
},
"require-dev": {
"phpunit/phpunit": "^9.6",