mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
DEP Dependencies for CMS 6
This commit is contained in:
parent
37d2ccff76
commit
9a99901b63
@ -9,18 +9,15 @@
|
||||
"type": "silverstripe-vendormodule",
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"silverstripe/cms": "^5",
|
||||
"silverstripe/lumberjack": "^3.0",
|
||||
"silverstripe/tagfield": "^3.0",
|
||||
"silverstripe/assets": "^2.0",
|
||||
"silverstripe/asset-admin": "^2.0"
|
||||
"silverstripe/cms": "^6",
|
||||
"silverstripe/lumberjack": "^4",
|
||||
"silverstripe/tagfield": "^4",
|
||||
"silverstripe/assets": "^3",
|
||||
"silverstripe/asset-admin": "^3"
|
||||
},
|
||||
"require-dev": {
|
||||
"silverstripe/recipe-testing": "^3",
|
||||
"silverstripe/recipe-testing": "^4",
|
||||
"squizlabs/php_codesniffer": "^3",
|
||||
"silverstripe/widgets": "^3",
|
||||
"silverstripe/comments": "^4",
|
||||
"silverstripe/content-widget": "^3",
|
||||
"silverstripe/standards": "^1",
|
||||
"phpstan/extension-installer": "^1.3"
|
||||
},
|
||||
@ -44,10 +41,6 @@
|
||||
"email": "github@michaelstrong.co.uk"
|
||||
}
|
||||
],
|
||||
"suggest": {
|
||||
"silverstripe/widgets": "Some widgets come with the blog which are compatible with the widgets module.",
|
||||
"silverstripe/comments": "This module adds comments to your blog."
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "vendor/bin/phpcs src/ tests/",
|
||||
"lint-clean": "vendor/bin/phpcbf src/ tests/"
|
||||
|
Loading…
Reference in New Issue
Block a user