Skip to content

Commit fa29c76

Browse files
committed
Add Laravel 6 support
1 parent c70d657 commit fa29c76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[<img src="https://user-images.githubusercontent.com/1286821/43083932-4915853a-8ea0-11e8-8983-db9e0f04e772.png" alt="Become a Patron" width="160" />](https://patreon.com/dmitryivanov)
44

5-
[![StyleCI](https://styleci.io/repos/75414626/shield?branch=master&style=flat)](https://styleci.io/repos/75414626)
6-
[![Build Status](https://travis-ci.org/dmitry-ivanov/laravel-testing-tools.svg?branch=master)](https://travis-ci.org/dmitry-ivanov/laravel-testing-tools)
7-
[![Coverage Status](https://coveralls.io/repos/github/dmitry-ivanov/laravel-testing-tools/badge.svg?branch=master)](https://coveralls.io/github/dmitry-ivanov/laravel-testing-tools?branch=master)
5+
[![StyleCI](https://styleci.io/repos/75414626/shield?branch=6.x&style=flat)](https://styleci.io/repos/75414626)
6+
[![Build Status](https://travis-ci.org/dmitry-ivanov/laravel-testing-tools.svg?branch=6.x)](https://travis-ci.org/dmitry-ivanov/laravel-testing-tools)
7+
[![Coverage Status](https://coveralls.io/repos/github/dmitry-ivanov/laravel-testing-tools/badge.svg?branch=6.x)](https://coveralls.io/github/dmitry-ivanov/laravel-testing-tools?branch=6.x)
88

99
[![Latest Stable Version](https://poser.pugx.org/illuminated/testing-tools/v/stable)](https://packagist.org/packages/illuminated/testing-tools)
1010
[![Latest Unstable Version](https://poser.pugx.org/illuminated/testing-tools/v/unstable)](https://packagist.org/packages/illuminated/testing-tools)
@@ -30,7 +30,7 @@ Laravel-specific testing helpers and asserts.
3030
1. Install the package via Composer:
3131

3232
```shell
33-
composer require --dev illuminated/testing-tools
33+
composer require --dev "illuminated/testing-tools:^6.0"
3434
```
3535

3636
2. Use `Illuminated\Testing\TestingTools` and disable `$mockConsoleOutput`:

0 commit comments

Comments
 (0)