Skip to content

Commit

Permalink
Upgrade to Laravel 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Sep 14, 2020
1 parent ac2521f commit 938a528
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

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

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

[![Latest Stable Version](https://poser.pugx.org/illuminated/helper-functions/v/stable)](https://packagist.org/packages/illuminated/helper-functions)
[![Latest Unstable Version](https://poser.pugx.org/illuminated/helper-functions/v/unstable)](https://packagist.org/packages/illuminated/helper-functions)
Expand Down Expand Up @@ -34,7 +34,7 @@ Laravel-specific and pure PHP Helper Functions.
1. Install the package via Composer:

```shell script
composer require illuminated/helper-functions
composer require "illuminated/helper-functions:^8.0"
```

2. Use any of the provided helper functions:
Expand Down

0 comments on commit 938a528

Please sign in to comment.