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 May 4, 2023
1 parent 712e6fc commit f7c60ce
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.0.x-dev",
"silverstripe/admin": "2.0.x-dev",
"silverstripe/asset-admin": "2.0.x-dev",
"silverstripe/campaign-admin": "2.0.x-dev",
"silverstripe/versioned-admin": "2.0.x-dev",
"silverstripe/cms": "5.0.x-dev",
"silverstripe/errorpage": "2.0.x-dev",
"silverstripe/reports": "5.0.x-dev",
"silverstripe/siteconfig": "5.0.x-dev",
"silverstripe/versioned": "2.0.x-dev",
"silverstripe/graphql": "5.0.x-dev",
"silverstripe/session-manager": "2.0.x-dev"
"silverstripe/recipe-plugin": "2.x-dev",
"silverstripe/recipe-core": "5.x-dev",
"silverstripe/admin": "2.x-dev",
"silverstripe/asset-admin": "2.x-dev",
"silverstripe/campaign-admin": "2.x-dev",
"silverstripe/versioned-admin": "2.x-dev",
"silverstripe/cms": "5.x-dev",
"silverstripe/errorpage": "2.x-dev",
"silverstripe/reports": "5.x-dev",
"silverstripe/siteconfig": "5.x-dev",
"silverstripe/versioned": "2.x-dev",
"silverstripe/graphql": "5.x-dev",
"silverstripe/session-manager": "2.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down

0 comments on commit f7c60ce

Please sign in to comment.