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 Apr 26, 2023
1 parent 9e965dd commit 8eaebc6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
Expand Up @@ -7,18 +7,18 @@
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/recipe-plugin": "^1.7",
"silverstripe/recipe-core": "4.13.x-dev",
"silverstripe/admin": "1.13.x-dev",
"silverstripe/asset-admin": "1.13.x-dev",
"silverstripe/campaign-admin": "1.13.x-dev",
"silverstripe/versioned-admin": "1.13.x-dev",
"silverstripe/cms": "4.13.x-dev",
"silverstripe/errorpage": "1.13.x-dev",
"silverstripe/reports": "4.13.x-dev",
"silverstripe/siteconfig": "4.13.x-dev",
"silverstripe/versioned": "1.13.x-dev",
"silverstripe/graphql": "3.8.x-dev || 4.3.x-dev",
"silverstripe/session-manager": "1.5.x-dev"
"silverstripe/recipe-core": "~4.13.0@stable",
"silverstripe/admin": "~1.13.0@stable",
"silverstripe/asset-admin": "~1.13.0@stable",
"silverstripe/campaign-admin": "~1.13.0@stable",
"silverstripe/versioned-admin": "~1.13.0@stable",
"silverstripe/cms": "~4.13.0@stable",
"silverstripe/errorpage": "~1.13.0@stable",
"silverstripe/reports": "~4.13.0@stable",
"silverstripe/siteconfig": "~4.13.0@stable",
"silverstripe/versioned": "~1.13.0@stable",
"silverstripe/graphql": "~3.8.1@stable || ~4.3.0@stable",
"silverstripe/session-manager": "~1.5.0@stable"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down

0 comments on commit 8eaebc6

Please sign in to comment.