From 068bdea7f97d4f1ffa84459bff29d5f85a923d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81bastien?= Date: Mon, 11 May 2020 14:16:15 +0200 Subject: [PATCH] Add Composer to required tools list. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a8baaab..a99c9daa 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,7 @@ The application is designed to be flexible enough so that it can handle any ente ## Setup -To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) -(which comes with [npm](http://npmjs.com)) installed on your computer. From your command line: +To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) and [Composer](https://getcomposer.org) installed on your computer. From your command line: ```bash # Clone this repository