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 Sep 9, 2024
1 parent cf6fb68 commit cff0d7e
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 @@ -6,19 +6,19 @@
"license": "BSD-3-Clause",
"require": {
"php": "^8.1",
"silverstripe/recipe-plugin": "~2.0.1@stable",
"silverstripe/recipe-core": "~5.3.0@beta",
"silverstripe/admin": "~2.3.0@beta",
"silverstripe/asset-admin": "~2.3.0@beta",
"silverstripe/campaign-admin": "~2.3.0@beta",
"silverstripe/versioned-admin": "~2.3.0@beta",
"silverstripe/cms": "~5.3.0@beta",
"silverstripe/errorpage": "~2.3.0@beta",
"silverstripe/reports": "~5.3.0@beta",
"silverstripe/siteconfig": "~5.3.0@beta",
"silverstripe/versioned": "~2.3.0@beta",
"silverstripe/graphql": "~5.2.3@stable",
"silverstripe/session-manager": "~2.3.0@beta"
"silverstripe/recipe-plugin": "2.0.x-dev",
"silverstripe/recipe-core": "5.3.x-dev",
"silverstripe/admin": "2.3.x-dev",
"silverstripe/asset-admin": "2.3.x-dev",
"silverstripe/campaign-admin": "2.3.x-dev",
"silverstripe/versioned-admin": "2.3.x-dev",
"silverstripe/cms": "5.3.x-dev",
"silverstripe/errorpage": "2.3.x-dev",
"silverstripe/reports": "5.3.x-dev",
"silverstripe/siteconfig": "5.3.x-dev",
"silverstripe/versioned": "2.3.x-dev",
"silverstripe/graphql": "5.2.x-dev",
"silverstripe/session-manager": "2.3.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand Down

0 comments on commit cff0d7e

Please sign in to comment.