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 ed2e1b8 commit da53fa8
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.0@stable",
"silverstripe/recipe-core": "~5.0.0@stable",
"silverstripe/admin": "~2.0.0@stable",
"silverstripe/asset-admin": "~2.0.0@stable",
"silverstripe/campaign-admin": "~2.0.0@stable",
"silverstripe/versioned-admin": "~2.0.0@stable",
"silverstripe/cms": "~5.0.0@stable",
"silverstripe/errorpage": "~2.0.0@stable",
"silverstripe/reports": "~5.0.0@stable",
"silverstripe/siteconfig": "~5.0.0@stable",
"silverstripe/versioned": "~2.0.0@stable",
"silverstripe/graphql": "~5.0.0@stable",
"silverstripe/session-manager": "~2.0.0@stable"
"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"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down

0 comments on commit da53fa8

Please sign in to comment.