From 8300b6340448d96979c62e961b5b29aa5c2f1b0e Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Mon, 7 Oct 2024 13:17:53 +1300 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 5edce40..8a86a3c 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,6 @@ The menu management module is for creating custom menu structures when the site tree hierarchy just won't do. -The latest version only supports SilverStripe 4, see the 2.0 branch for a -SilverStripe 3.x compatible version. - ## License Menu Manager is licensed under an [MIT license](http://heyday.mit-license.org/) @@ -13,7 +10,7 @@ Menu Manager is licensed under an [MIT license](http://heyday.mit-license.org/) ## Installation ``` -composer require heyday/silverstripe-menumanager "^3.0" +composer require heyday/silverstripe-menumanager ``` After completing this step, navigate in Terminal or similar to the SilverStripe