Skip to content

Commit

Permalink
MNT Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Dec 3, 2024
1 parent a2316c4 commit 910e305
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"license": "BSD-3-Clause",
"require": {
"php": "^8.3",
"silverstripe/recipe-plugin": "2.x-dev",
"silverstripe/recipe-core": "6.x-dev",
"silverstripe/admin": "3.x-dev",
"silverstripe/asset-admin": "3.x-dev",
"silverstripe/versioned-admin": "3.x-dev",
"silverstripe/cms": "6.x-dev",
"silverstripe/errorpage": "3.x-dev",
"silverstripe/reports": "6.x-dev",
"silverstripe/siteconfig": "6.x-dev",
"silverstripe/versioned": "3.x-dev",
"silverstripe/session-manager": "3.x-dev"
"silverstripe/recipe-plugin": "2.0.x-dev",
"silverstripe/recipe-core": "6.0.x-dev",
"silverstripe/admin": "3.0.x-dev",
"silverstripe/asset-admin": "3.0.x-dev",
"silverstripe/versioned-admin": "3.0.x-dev",
"silverstripe/cms": "6.0.x-dev",
"silverstripe/errorpage": "3.0.x-dev",
"silverstripe/reports": "6.0.x-dev",
"silverstripe/siteconfig": "6.0.x-dev",
"silverstripe/versioned": "3.0.x-dev",
"silverstripe/session-manager": "3.0.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^11.3",
Expand All @@ -33,4 +33,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit 910e305

Please sign in to comment.