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 6d4e7e9 commit cfd5450
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"require": {
"php": "^8.1",
"silverstripe/recipe-plugin": "2.x-dev",
"silverstripe/recipe-cms": "5.x-dev",
"silverstripe/blog": "4.x-dev",
"silverstripe/spamprotection": "4.x-dev",
"colymba/gridfield-bulk-editing-tools": "4.x-dev"
"silverstripe/recipe-cms": "6.x-dev",
"silverstripe/blog": "5.x-dev",
"silverstripe/spamprotection": "5.x-dev",
"colymba/gridfield-bulk-editing-tools": "5.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"silverstripe/gridfieldqueuedexport": "^3",
"symbiote/silverstripe-queuedjobs": "^5"
"silverstripe/gridfieldqueuedexport": "^4",
"symbiote/silverstripe-queuedjobs": "^6"
},
"conflict": {
"silverstripe/lumberjack": "<2.1.0"
Expand All @@ -29,4 +29,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit cfd5450

Please sign in to comment.