Skip to content

Commit d3af4cc

Browse files
author
Mateu Aguiló Bosch
committed
Do not favor any version in README.md 🎯
1 parent 303f153 commit d3af4cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Inside the folder where you have your unit tests you will need to have a `compos
4444
"require-dev": {
4545
"phpunit/phpunit": "4.7.*",
4646
"mockery/mockery": "0.9.*",
47-
"mateu-aguilo-bosch/drupal-unit-autoload": "0.1.0"
47+
"mateu-aguilo-bosch/drupal-unit-autoload": "0.1.*"
4848
},
4949
"autoload": {
5050
"psr-0": {
@@ -68,7 +68,7 @@ Inside the folder where you have your unit tests you will need to have a `compos
6868
```
6969

7070
Running `composer install` on that folder will download PHPUnit, Mockery -and all of the tools that you use for your
71-
tests-. Additionally it will download this project, that is what `"mateu-aguilo-bosch/drupal-unit-autoload": "0.1.0"` is
71+
tests-. Additionally it will download this project, that is what `"mateu-aguilo-bosch/drupal-unit-autoload": "0.1.*"` is
7272
for.
7373

7474
At this point you only need is add the new _class-loader_ key in your composer file. In there you have two options:

0 commit comments

Comments
 (0)