Skip to content

Commit

Permalink
Merge pull request #7 from xini/pull-ss5
Browse files Browse the repository at this point in the history
allow installation with SS5
  • Loading branch information
DorsetDigital committed May 17, 2023
2 parents 2b9bbba + 95b4418 commit 6646c26
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,13 @@
}
],
"require": {
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/cms": "^4"
"silverstripe/cms": "^4 || ^5"
},
"license": "BSD-3-Clause",
"autoload": {
"psr-4": {
"DorsetDigital\\EnhancedRequirements\\": "src/"
}
},
"extra": {
},
"minimum-stability": "dev"
}

0 comments on commit 6646c26

Please sign in to comment.