From f62e0ad7b97c926a7b6c31b48f4fa2dd88737727 Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Fri, 12 Jan 2018 15:02:01 +0200 Subject: [PATCH] Minor readme fixes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d852021..b37c7f4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Provides Laravel-specific testing helpers and asserts. 1. Install package through `composer`: ```shell - composer require --dev illuminated/testing-tools + composer require --dev "illuminated/testing-tools:5.5.*" ``` 2. Use `Illuminated\Testing\TestingTools` in your `TestCase` class: