Skip to content

Commit

Permalink
Update for SS5-only support
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzystuff committed Jan 7, 2024
1 parent c7174b2 commit 07a2e55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# silverstripe-superlinker-menus

Use master/v4.x (compatible with SS 4 & 5).

This branch is under active development. It **will** change and break, likely including namespaces.
Requires Silverstripe 5+

## Summary

A SilverStripe menu management built using the Superlinker foundation

## Requirements

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

## Installation

Expand All @@ -21,5 +19,4 @@ A SilverStripe menu management built using the Superlinker foundation
- Validation
- Finalise naming, consolidate & finalise
- Proper i18n/_t()/translations
- Migration script for v4 to v5
- Documentation/readme
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
"homepage": "https://fromhold.io"
}],
"require": {
"silverstripe/cms": "~4.0 || ~5.0",
"fromholdio/silverstripe-dependentgroupeddropdownfield": "^1.0.0 || ^2.0.0 || ^3.0.0",
"fromholdio/silverstripe-dependentgroupeddropdownfield": "^3.0.0",
"fromholdio/silverstripe-externalurlfield": "^1.0.3",
"fromholdio/silverstripe-globalanchors": "^1.0.1 || ^2.0.0",
"fromholdio/silverstripe-globalanchors": "^2.0.0",
"fromholdio/silverstripe-sortable": "^3.0.0",
"fromholdio/silverstripe-superlinker": "3.x-dev",
"symbiote/silverstripe-gridfieldextensions": "^3.2.0 || ^4.0.0",
"unclecheese/display-logic": "^2.0.0 || ^3.0.0"
"fromholdio/silverstripe-superlinker": "^3.0.0",
"symbiote/silverstripe-gridfieldextensions": "^4.0.0",
"unclecheese/display-logic": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 07a2e55

Please sign in to comment.