From 65893fc1a9a743e66dee02f6e50413b91f87e8df Mon Sep 17 00:00:00 2001 From: Raphael Stolt Date: Thu, 5 Oct 2017 02:47:44 +0200 Subject: [PATCH 1/2] Emphasise it's dev dependency character. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7756038..56f192e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Run docker compose commands from the Robo task runner. First, you'll need to download the robo docker compose library using composer: ```bash -composer require droath/robo-docker-compose:~0.0.1 +composer require --dev droath/robo-docker-compose:~0.0.1 ``` ### Example From c3cc0c2e1f30ef4d3575f0d3c581083f9aa263d5 Mon Sep 17 00:00:00 2001 From: Raphael Stolt Date: Thu, 5 Oct 2017 02:49:26 +0200 Subject: [PATCH 2/2] Let Composer figure out the latest version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56f192e..4a392af 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Run docker compose commands from the Robo task runner. First, you'll need to download the robo docker compose library using composer: ```bash -composer require --dev droath/robo-docker-compose:~0.0.1 +composer require --dev droath/robo-docker-compose ``` ### Example