Skip to content

Commit

Permalink
DEP Dependencies for CMS 6
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Feb 19, 2024
1 parent 627799b commit 9e31ab0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"require": {
"php": "^8.1",
"silverstripe/recipe-plugin": "2.x-dev",
"silverstripe/assets": "2.x-dev",
"silverstripe/config": "2.x-dev",
"silverstripe/framework": "5.x-dev",
"silverstripe/mimevalidator": "3.x-dev"
"silverstripe/assets": "3.x-dev",
"silverstripe/config": "3.x-dev",
"silverstripe/framework": "6.x-dev",
"silverstripe/mimevalidator": "4.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"silverstripe/versioned": "^2",
"silverstripe/versioned": "^3",
"mikey179/vfsstream": "^1.6.11"
},
"extra": {
Expand All @@ -33,4 +33,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit 9e31ab0

Please sign in to comment.