Skip to content

Commit

Permalink
MNT Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jun 28, 2022
1 parent 4074285 commit 95f9949
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/recipe-plugin": "^1.5",
"silverstripe/recipe-core": "4.x-dev",
"silverstripe/admin": "1.x-dev",
"silverstripe/asset-admin": "1.x-dev",
"silverstripe/campaign-admin": "1.x-dev",
"silverstripe/versioned-admin": "1.x-dev",
"silverstripe/cms": "4.x-dev",
"silverstripe/errorpage": "1.x-dev",
"silverstripe/reports": "4.x-dev",
"silverstripe/siteconfig": "4.x-dev",
"silverstripe/versioned": "1.x-dev",
"silverstripe/graphql": "3.x-dev || 4.x-dev",
"silverstripe/session-manager": "1.x-dev"
"silverstripe/recipe-core": "~4.11.0@stable",
"silverstripe/admin": "~1.11.0@stable",
"silverstripe/asset-admin": "~1.11.0@stable",
"silverstripe/campaign-admin": "~1.11.0@stable",
"silverstripe/versioned-admin": "~1.11.0@stable",
"silverstripe/cms": "~4.11.0@stable",
"silverstripe/errorpage": "~1.11.0@stable",
"silverstripe/reports": "~4.11.0@stable",
"silverstripe/siteconfig": "~4.11.0@stable",
"silverstripe/versioned": "~1.11.0@stable",
"silverstripe/graphql": "~3.8.0 || ~4.0.0",
"silverstripe/session-manager": "~1.3.0@stable"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand All @@ -34,4 +34,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit 95f9949

Please sign in to comment.