DEP Limit PHP support for CMS 6 (#250)

This commit is contained in:
Guy Sartorelli 2024-08-22 11:53:43 +12:00 committed by GitHub
parent 4aa8b70a42
commit 71d129ae69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
},