From d3af4ccc28c365c6683678decbe3e8b1e748c6e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateu=20Aguil=C3=B3=20Bosch?= Date: Sun, 14 Jun 2015 19:15:36 +0200 Subject: [PATCH] Do not favor any version in README.md :dart: --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e38a84a..7e144f5 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Inside the folder where you have your unit tests you will need to have a `compos "require-dev": { "phpunit/phpunit": "4.7.*", "mockery/mockery": "0.9.*", - "mateu-aguilo-bosch/drupal-unit-autoload": "0.1.0" + "mateu-aguilo-bosch/drupal-unit-autoload": "0.1.*" }, "autoload": { "psr-0": { @@ -68,7 +68,7 @@ Inside the folder where you have your unit tests you will need to have a `compos ``` Running `composer install` on that folder will download PHPUnit, Mockery -and all of the tools that you use for your -tests-. Additionally it will download this project, that is what `"mateu-aguilo-bosch/drupal-unit-autoload": "0.1.0"` is +tests-. Additionally it will download this project, that is what `"mateu-aguilo-bosch/drupal-unit-autoload": "0.1.*"` is for. At this point you only need is add the new _class-loader_ key in your composer file. In there you have two options: