From ee948d6ea26a591ea909918b9c8266c3aa747f02 Mon Sep 17 00:00:00 2001 From: Beatrycze Volk <beatrycze.volk@slub-dresden.de> Date: Mon, 18 Sep 2023 10:31:56 +0200 Subject: [PATCH] Change composer call --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c00626..55e94a6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The basic knowledge about TYPO3 and Composer is necessary for the installation. ``` composer config repositories.slub-bison git https://git.slub-dresden.de/typo3/extensions/slub-bison.git -composer require slub/bison „main-dev“ +composer require slub/bison:dev-main ``` ## Backend Configuration -- GitLab