Merge pull request #177 from creative-commoners/pulls/6/module-standardiser-1708320739

DEP Dependencies for CMS 6
This commit is contained in:
Guy Sartorelli 2024-02-20 11:27:51 +13:00 committed by GitHub
commit 02fcb61462
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -21,11 +21,11 @@
],
"require": {
"php": "^8.1",
"silverstripe/framework": "^5",
"silverstripe/admin": "^2",
"silverstripe/versioned": "^2",
"silverstripe/config": "^2",
"silverstripe/assets": "^2",
"silverstripe/framework": "^6",
"silverstripe/admin": "^3",
"silverstripe/versioned": "^3",
"silverstripe/config": "^3",
"silverstripe/assets": "^3",
"silverstripe/vendor-plugin": "^2"
},
"require-dev": {