Skip to content

Commit 88e86c9

Browse files
committed
Laravel 9 support
1 parent 76d3e1e commit 88e86c9

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://github.styleci.io/repos/61384075/shield?branch=master&style=flat)](https://github.styleci.io/repos/61384075?branch=master)
8-
[![Build Status](https://img.shields.io/github/workflow/status/dmitry-ivanov/laravel-helper-functions/tests/master)](https://github.com/dmitry-ivanov/laravel-helper-functions/actions?query=workflow%3Atests+branch%3Amaster)
9-
[![Coverage Status](https://img.shields.io/codecov/c/github/dmitry-ivanov/laravel-helper-functions/master)](https://app.codecov.io/gh/dmitry-ivanov/laravel-helper-functions/branch/master)
7+
[![StyleCI](https://github.styleci.io/repos/61384075/shield?branch=9.x&style=flat)](https://github.styleci.io/repos/61384075?branch=9.x)
8+
[![Build Status](https://img.shields.io/github/workflow/status/dmitry-ivanov/laravel-helper-functions/tests/9.x)](https://github.com/dmitry-ivanov/laravel-helper-functions/actions?query=workflow%3Atests+branch%3A9.x)
9+
[![Coverage Status](https://img.shields.io/codecov/c/github/dmitry-ivanov/laravel-helper-functions/9.x)](https://app.codecov.io/gh/dmitry-ivanov/laravel-helper-functions/branch/9.x)
1010

1111
![Packagist Version](https://img.shields.io/packagist/v/illuminated/helper-functions)
1212
![Packagist Stars](https://img.shields.io/packagist/stars/illuminated/helper-functions)
@@ -35,7 +35,7 @@ Laravel-specific and pure PHP Helper Functions.
3535
1. Install the package via Composer:
3636

3737
```shell script
38-
composer require illuminated/helper-functions
38+
composer require "illuminated/helper-functions:^9.0"
3939
```
4040

4141
2. Use any of the provided helper functions:

0 commit comments

Comments
 (0)