Skip to content

Commit

Permalink
NEW: CMS 5 upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfendeksilverstripe committed Feb 9, 2024
1 parent 858b63d commit 7a3b35a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@
}
},
"require": {
"php": "^7.4 || ^8",
"silverstripe/framework": "^4.7",
"silverstripe/versioned": "^1.7",
"silverstripe/vendor-plugin": "^1.6",
"silverstripe/cms-events": "^1",
"silverstripe/event-dispatcher": "^0.1.3"
"php": "^8.1",
"silverstripe/framework": "^5",
"silverstripe/versioned": "^2",
"silverstripe/cms-events": "^2",
"silverstripe/event-dispatcher": "^1"
},
"require-dev": {
"silverstripe/recipe-testing": "^2",
"dnadesign/silverstripe-elemental": "^4"
"silverstripe/recipe-testing": "^3",
"dnadesign/silverstripe-elemental": "^5"
},
"conflict": {
"dnadesign/elemental": "< 3.2.1",
Expand Down

0 comments on commit 7a3b35a

Please sign in to comment.