Skip to content

Commit

Permalink
DEP Limit PHP support for CMS 6
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 20, 2024
1 parent 4aa8b70 commit fb62537
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.3",
"silverstripe/vendor-plugin": "^2",
"silverstripe/framework": "^6",
"silverstripe/cms": "^6",
Expand All @@ -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"
},
Expand Down

0 comments on commit fb62537

Please sign in to comment.