Skip to content

Commit

Permalink
MNT Update release dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed May 4, 2023
1 parent b411044 commit b788a78
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.0.x-dev",
"silverstripe/externallinks": "3.0.x-dev",
"silverstripe/securityreport": "3.0.x-dev",
"silverstripe/sitewidecontent-report": "4.0.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.0.0@stable",
"silverstripe/externallinks": "~3.0.0@stable",
"silverstripe/securityreport": "~3.0.0@stable",
"silverstripe/sitewidecontent-report": "~4.0.0@stable",
"bringyourownideas/silverstripe-maintenance": "~3.0.0@stable",
"bringyourownideas/silverstripe-composer-update-checker": "~4.0.0@stable"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit b788a78

Please sign in to comment.