Skip to content

Commit 8d98513

Browse files
committed
Laravel 11 support
1 parent 74806ba commit 8d98513

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

55
[<img src="https://user-images.githubusercontent.com/1286821/181085373-12eee197-187a-4438-90fe-571ac6d68900.png" alt="Buy me a coffee" width="200" />](https://buymeacoffee.com/dmitry.ivanov)
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/actions/workflow/status/dmitry-ivanov/laravel-helper-functions/tests.yml?branch=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/tree/master)
7+
[![StyleCI](https://github.styleci.io/repos/61384075/shield?branch=11.x&style=flat)](https://github.styleci.io/repos/61384075?branch=11.x)
8+
[![Build Status](https://img.shields.io/github/actions/workflow/status/dmitry-ivanov/laravel-helper-functions/tests.yml?branch=11.x)](https://github.com/dmitry-ivanov/laravel-helper-functions/actions?query=workflow%3Atests+branch%3A11.x)
9+
[![Coverage Status](https://img.shields.io/codecov/c/github/dmitry-ivanov/laravel-helper-functions/11.x)](https://app.codecov.io/gh/dmitry-ivanov/laravel-helper-functions/tree/11.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)
@@ -37,7 +37,7 @@ Laravel-specific and pure PHP Helper Functions.
3737
1. Install the package via Composer:
3838

3939
```shell script
40-
composer require illuminated/helper-functions
40+
composer require "illuminated/helper-functions:^11.0"
4141
```
4242

4343
2. Use any of the provided helper functions:

0 commit comments

Comments
 (0)