Skip to content

Commit 5a6a3e5

Browse files
committed
Fix the readme for 7.x
1 parent ce7f161 commit 5a6a3e5

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://patreon.com/dmitryivanov)
44

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

99
[![Latest Stable Version](https://poser.pugx.org/illuminated/helper-functions/v/stable)](https://packagist.org/packages/illuminated/helper-functions)
1010
[![Latest Unstable Version](https://poser.pugx.org/illuminated/helper-functions/v/unstable)](https://packagist.org/packages/illuminated/helper-functions)
@@ -31,7 +31,7 @@ Laravel-specific and pure PHP helper functions.
3131
1. Install the package via Composer:
3232

3333
```shell
34-
composer require illuminated/helper-functions
34+
composer require "illuminated/helper-functions:^7.0"
3535
```
3636

3737
2. Use any of the provided helper functions.

0 commit comments

Comments
 (0)