Skip to content

Commit

Permalink
Laravel 5.7 support added.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Sep 6, 2018
1 parent 9cf0bd1 commit 87e95b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -2,9 +2,9 @@

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

[![StyleCI](https://styleci.io/repos/75414626/shield?branch=master&style=flat)](https://styleci.io/repos/75414626)
[![Build Status](https://travis-ci.org/dmitry-ivanov/laravel-testing-tools.svg?branch=master)](https://travis-ci.org/dmitry-ivanov/laravel-testing-tools)
[![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)
[![StyleCI](https://styleci.io/repos/75414626/shield?branch=5.7&style=flat)](https://styleci.io/repos/75414626)
[![Build Status](https://travis-ci.org/dmitry-ivanov/laravel-testing-tools.svg?branch=5.7)](https://travis-ci.org/dmitry-ivanov/laravel-testing-tools)
[![Coverage Status](https://coveralls.io/repos/github/dmitry-ivanov/laravel-testing-tools/badge.svg?branch=5.7)](https://coveralls.io/github/dmitry-ivanov/laravel-testing-tools?branch=5.7)

[![Latest Stable Version](https://poser.pugx.org/illuminated/testing-tools/v/stable)](https://packagist.org/packages/illuminated/testing-tools)
[![Latest Unstable Version](https://poser.pugx.org/illuminated/testing-tools/v/unstable)](https://packagist.org/packages/illuminated/testing-tools)
Expand All @@ -28,7 +28,7 @@ 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.7.*"
```

2. Use `Illuminated\Testing\TestingTools` in your `TestCase` class:
Expand Down

0 comments on commit 87e95b8

Please sign in to comment.