Skip to content

Commit 39ee97f

Browse files
committed
Upgrade to Laravel 8.x
1 parent 42ef187 commit 39ee97f

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
@@ -4,9 +4,9 @@
44

55
[<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)
66

7-
[![StyleCI](https://styleci.io/repos/68023936/shield?branch=master&style=flat)](https://styleci.io/repos/68023936)
8-
[![Build Status](https://travis-ci.com/dmitry-ivanov/laravel-db-profiler.svg?branch=master)](https://travis-ci.com/dmitry-ivanov/laravel-db-profiler)
9-
[![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)
7+
[![StyleCI](https://styleci.io/repos/68023936/shield?branch=8.x&style=flat)](https://styleci.io/repos/68023936)
8+
[![Build Status](https://travis-ci.com/dmitry-ivanov/laravel-db-profiler.svg?branch=8.x)](https://travis-ci.com/dmitry-ivanov/laravel-db-profiler)
9+
[![Coverage Status](https://coveralls.io/repos/github/dmitry-ivanov/laravel-db-profiler/badge.svg?branch=8.x)](https://coveralls.io/github/dmitry-ivanov/laravel-db-profiler?branch=8.x)
1010

1111
[![Latest Stable Version](https://poser.pugx.org/illuminated/db-profiler/v/stable)](https://packagist.org/packages/illuminated/db-profiler)
1212
[![Latest Unstable Version](https://poser.pugx.org/illuminated/db-profiler/v/unstable)](https://packagist.org/packages/illuminated/db-profiler)
@@ -36,7 +36,7 @@ Database Profiler for Laravel Web and Console Applications.
3636
1. Install the package via Composer:
3737

3838
```shell script
39-
composer require illuminated/db-profiler
39+
composer require "illuminated/db-profiler:^8.0"
4040
```
4141

4242
2. Use the `vvv` parameter for Web:

0 commit comments

Comments
 (0)