Skip to content

Commit

Permalink
MNT Update release dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Mar 24, 2024
1 parent b0fcdbe commit 623bdaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"license": "BSD-3-Clause",
"require": {
"php": "^8.1",
"silverstripe/recipe-plugin": "2.0.x-dev",
"silverstripe/recipe-cms": "5.2.x-dev",
"silverstripe/contentreview": "5.2.x-dev",
"silverstripe/sharedraftcontent": "3.2.x-dev",
"symbiote/silverstripe-advancedworkflow": "6.2.x-dev"
"silverstripe/recipe-plugin": "~2.0.0@stable",
"silverstripe/recipe-cms": "~5.2.0@rc",
"silverstripe/contentreview": "~5.2.0@rc",
"silverstripe/sharedraftcontent": "~3.2.0@rc",
"symbiote/silverstripe-advancedworkflow": "~6.2.0@rc"
},
"require-dev": {
"phpunit/phpunit": "^9.6"
Expand Down

0 comments on commit 623bdaa

Please sign in to comment.