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 Aug 31, 2023
1 parent 414f8ec commit 9a67a85
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,13 +6,13 @@
"license": "BSD-3-Clause",
"require": {
"php": "^8.1",
"silverstripe/recipe-plugin": "2.0.x-dev",
"silverstripe/recipe-cms": "5.1.x-dev",
"silverstripe/externallinks": "3.1.x-dev",
"silverstripe/securityreport": "3.0.x-dev",
"silverstripe/sitewidecontent-report": "4.1.x-dev",
"bringyourownideas/silverstripe-maintenance": "3.0.x-dev",
"bringyourownideas/silverstripe-composer-update-checker": "4.0.x-dev"
"silverstripe/recipe-plugin": "~2.0.0@stable",
"silverstripe/recipe-cms": "~5.1.0@beta",
"silverstripe/externallinks": "~3.1.0@beta",
"silverstripe/securityreport": "~3.0.0@stable",
"silverstripe/sitewidecontent-report": "~4.1.0@beta",
"bringyourownideas/silverstripe-maintenance": "~3.0.1@stable",
"bringyourownideas/silverstripe-composer-update-checker": "~4.0.0@stable"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand Down

0 comments on commit 9a67a85

Please sign in to comment.