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 28, 2023
1 parent 5fa3be4 commit ac81ddd
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 @@ -7,11 +7,11 @@
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/recipe-plugin": "^1",
"silverstripe/recipe-core": "4.13.x-dev",
"cwp/cwp-core": "2.12.x-dev",
"silverstripe/auditor": "2.6.x-dev",
"silverstripe/environmentcheck": "2.7.x-dev",
"silverstripe/hybridsessions": "2.7.x-dev"
"silverstripe/recipe-core": "~4.13.0@rc",
"cwp/cwp-core": "~2.12.0@rc",
"silverstripe/auditor": "~2.6.0@rc",
"silverstripe/environmentcheck": "~2.7.0@rc",
"silverstripe/hybridsessions": "~2.7.0@rc"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit ac81ddd

Please sign in to comment.