Skip to content

Commit

Permalink
MNT Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Nov 10, 2022
1 parent f82ef39 commit f6a43aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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",
"cwp/cwp-core": "^2.9",
"silverstripe/auditor": "^2.4",
"silverstripe/environmentcheck": "^2.4",
"silverstripe/hybridsessions": "^2.4"
"silverstripe/recipe-core": "~4.12.0@beta",
"cwp/cwp-core": "~2.11.0@stable",
"silverstripe/auditor": "~2.5.0@stable",
"silverstripe/environmentcheck": "~2.6.0@beta",
"silverstripe/hybridsessions": "~2.6.0@beta"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand All @@ -28,4 +28,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit f6a43aa

Please sign in to comment.