Skip to content

Commit 3b23a59

Browse files
committed
Upgraded to Laravel 5.6.
1 parent 80a49a5 commit 3b23a59

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
@@ -1,8 +1,8 @@
11
# Laravel Helper Functions
22

3-
[![StyleCI](https://styleci.io/repos/61384075/shield?branch=master&style=flat)](https://styleci.io/repos/61384075)
4-
[![Build Status](https://travis-ci.org/dmitry-ivanov/laravel-helper-functions.svg?branch=master)](https://travis-ci.org/dmitry-ivanov/laravel-helper-functions)
5-
[![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)
3+
[![StyleCI](https://styleci.io/repos/61384075/shield?branch=5.6&style=flat)](https://styleci.io/repos/61384075)
4+
[![Build Status](https://travis-ci.org/dmitry-ivanov/laravel-helper-functions.svg?branch=5.6)](https://travis-ci.org/dmitry-ivanov/laravel-helper-functions)
5+
[![Coverage Status](https://coveralls.io/repos/github/dmitry-ivanov/laravel-helper-functions/badge.svg?branch=5.6)](https://coveralls.io/github/dmitry-ivanov/laravel-helper-functions?branch=5.6)
66

77
[![Latest Stable Version](https://poser.pugx.org/illuminated/helper-functions/v/stable)](https://packagist.org/packages/illuminated/helper-functions)
88
[![Latest Unstable Version](https://poser.pugx.org/illuminated/helper-functions/v/unstable)](https://packagist.org/packages/illuminated/helper-functions)
@@ -25,7 +25,7 @@ Provides Laravel-specific and pure PHP helper functions.
2525
1. Install package through `composer`:
2626

2727
```shell
28-
composer require illuminated/helper-functions
28+
composer require "illuminated/helper-functions:5.6.*"
2929
```
3030

3131
2. That's it! Now you can use any of provided helper functions.

0 commit comments

Comments
 (0)