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 Oct 16, 2023
1 parent b73369b commit 89f5b68
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Expand Up @@ -6,19 +6,19 @@
"license": "BSD-3-Clause",
"require": {
"php": "^8.1",
"silverstripe/recipe-plugin": "2.0.x-dev",
"silverstripe/recipe-core": "5.1.x-dev",
"silverstripe/admin": "2.1.x-dev",
"silverstripe/asset-admin": "2.1.x-dev",
"silverstripe/campaign-admin": "2.1.x-dev",
"silverstripe/versioned-admin": "2.1.x-dev",
"silverstripe/cms": "5.1.x-dev",
"silverstripe/errorpage": "2.1.x-dev",
"silverstripe/reports": "5.1.x-dev",
"silverstripe/siteconfig": "5.1.x-dev",
"silverstripe/versioned": "2.1.x-dev",
"silverstripe/graphql": "5.1.x-dev",
"silverstripe/session-manager": "2.1.x-dev"
"silverstripe/recipe-plugin": "~2.0.0@stable",
"silverstripe/recipe-core": "~5.1.0@stable",
"silverstripe/admin": "~2.1.0@stable",
"silverstripe/asset-admin": "~2.1.0@stable",
"silverstripe/campaign-admin": "~2.1.0@stable",
"silverstripe/versioned-admin": "~2.1.0@stable",
"silverstripe/cms": "~5.1.0@stable",
"silverstripe/errorpage": "~2.1.0@stable",
"silverstripe/reports": "~5.1.0@stable",
"silverstripe/siteconfig": "~5.1.0@stable",
"silverstripe/versioned": "~2.1.0@stable",
"silverstripe/graphql": "~5.1.0@stable",
"silverstripe/session-manager": "~2.1.0@stable"
},
"require-dev": {
"phpunit/phpunit": "^9.6"
Expand Down

0 comments on commit 89f5b68

Please sign in to comment.