Skip to content

Commit

Permalink
Update composer for SS5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzystuff committed May 24, 2023
1 parent c0e3fc1 commit 63438ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A SilverStripe menu management built using the Superlinker foundation

## Requirements

* [silverstripe-framework](https://github.com/silverstripe/silverstripe-framework) ^4
* [silverstripe-framework](https://github.com/silverstripe/silverstripe-framework) ^4 or ^5

## Installation

Expand Down
12 changes: 5 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@
"homepage": "https://fromhold.io"
}],
"require": {
"php": ">=7.0",
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/cms": "^4.0",
"fromholdio/silverstripe-dependentgroupeddropdownfield": "^1.0.0",
"silverstripe/cms": "~4.0 || ~5.0",
"fromholdio/silverstripe-dependentgroupeddropdownfield": "^1.0.0 || ^2.0.0",
"fromholdio/silverstripe-externalurlfield": "^1.0.3",
"fromholdio/silverstripe-globalanchors": "^1.0.1",
"fromholdio/silverstripe-globalanchors": "^1.0.1 || ^2.0.0",
"fromholdio/silverstripe-sortable": "^3.0.0",
"fromholdio/silverstripe-superlinker": "^2.1.0",
"symbiote/silverstripe-gridfieldextensions": "~3.2",
"unclecheese/display-logic": "~2.0"
"symbiote/silverstripe-gridfieldextensions": "^3.2.0 || ^4.0.0",
"unclecheese/display-logic": "^2.0.0 || ^3.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 63438ea

Please sign in to comment.