From 7489f095ce3c64abd2302b273b7b86823ef743a4 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 19 Apr 2023 15:43:31 +1200 Subject: [PATCH] DOC Update README.md for CMS 5 --- README.md | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 93719ed..c148d2a 100644 --- a/README.md +++ b/README.md @@ -13,29 +13,10 @@ provides. The bulk of the heavy lifting here is done using the Composer PHP API, which mimics the behaviour of using Composer on the command line to install or update PHP packages. -### Requirements +## Installation -* bringyourownideas/silverstripe-maintenance ^2 -* composer/composer ^2 -* silverstripe/framework ^4 - -#### Compatibility - -The 1.x release line of this module is compatible with Silverstripe ^3.2, and the 2.x release line is compatible with -Silverstripe ^4.0. - -The 2.x release line of the module is compatible with composer v1, and this 3.x release line is -compatible with composer v2 - -### Installation - -Run the following command to install this package: - -``` -composer require bringyourownideas/silverstripe-composer-update-checker ^2 - -vendor/bin/sake dev/build flush=1 -vendor/bin/sake dev/tasks/UpdatePackageInfoTask +```sh +composer require bringyourownideas/silverstripe-composer-update-checker ``` ## Note for private repositories