From c3eb43e2dd0fa732edd622d959529fec6714b1fa Mon Sep 17 00:00:00 2001 From: sander Date: Sat, 30 Jul 2022 16:17:48 +0200 Subject: [PATCH] composer --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 7514b24..e48c6cb 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,6 @@ Allow Admin users to switch to other account through the CMS menu. Silverstripe 4+ ## Installation -First: add custom repository to composer.json -``` - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/sandervanscheepen/silverstripe-cms-userswitcher.git" - } - ], -``` -Second: install via composer: - ``` composer require "sandervanscheepen/silverstripe-cms-userswitcher" ```