From ff2d3f7dc0ba9e262857bc5015073cc7b9e996f3 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 25 May 2018 17:17:25 +0200 Subject: [PATCH] [TASK] Update the installation instructions (#12) [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ac873da..85bc0c3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ at the [handout to my workshops on test-driven development (TDD)](https://github ### General PHPUnit setup ```bash +composer require typo3/cms ^8.7 composer install +git checkout HEAD -- composer.json ``` File > Settings > Languages & Frameworks > PHP > Test Frameworks