Skip to content

Commit 8412529

Browse files
committed
Laravel 5.7 support added.
1 parent 0604bc1 commit 8412529

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
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://www.patreon.com/illuminated)
44

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

99
[![Latest Stable Version](https://poser.pugx.org/illuminated/db-profiler/v/stable)](https://packagist.org/packages/illuminated/db-profiler)
1010
[![Latest Unstable Version](https://poser.pugx.org/illuminated/db-profiler/v/unstable)](https://packagist.org/packages/illuminated/db-profiler)
@@ -32,7 +32,7 @@ Enabled only for `local` environment, you don't need to bother about `production
3232
1. Install package through `composer`:
3333

3434
```shell
35-
composer require illuminated/db-profiler
35+
composer require "illuminated/db-profiler:5.7.*"
3636
```
3737

3838
2. Use `vvv` request parameter or `-vvv` cli option to enable profiling.

0 commit comments

Comments
 (0)