mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
DEP Limit PHP support for CMS 6 (#250)
This commit is contained in:
parent
4aa8b70a42
commit
71d129ae69
@ -23,7 +23,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"php": "^8.3",
|
||||
"silverstripe/vendor-plugin": "^2",
|
||||
"silverstripe/framework": "^6",
|
||||
"silverstripe/cms": "^6",
|
||||
@ -37,6 +37,9 @@
|
||||
"silverstripe/standards": "^1",
|
||||
"phpstan/extension-installer": "^1.3"
|
||||
},
|
||||
"conflict": {
|
||||
"egulias/email-validator": "<3.2.6"
|
||||
},
|
||||
"suggest": {
|
||||
"symbiote/silverstripe-queuedjobs": "Automatically schedules content review emails to be sent, only requiring one crontask to be created"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user