Skip to content

Commit

Permalink
DEP Dependencies for CMS 6
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Feb 19, 2024
1 parent 4b37a22 commit 730bd3e
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,18 @@
],
"require": {
"php": "^8.1",
"silverstripe/cms": "^5",
"silverstripe/reports": "^5"
"silverstripe/cms": "^6",
"silverstripe/reports": "^6"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3",
"silverstripe/subsites": "^3",
"silverstripe/taxonomy": "^3",
"silverstripe/contentreview": "^5",
"silverstripe/subsites": "^4",
"silverstripe/taxonomy": "^4",
"silverstripe/contentreview": "^6",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
},
"conflict": {
"silverstripe/reports": "<4.11.0"
},
"authors": [
{
"name": "Carlos Barberis",
Expand Down

0 comments on commit 730bd3e

Please sign in to comment.