Skip to content

Commit 784c44e

Browse files
committed
Laravel 9 support
1 parent b74790e commit 784c44e

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

1111
![Packagist Version](https://img.shields.io/packagist/v/illuminated/console-mutex)
1212
![Packagist Stars](https://img.shields.io/packagist/stars/illuminated/console-mutex)
@@ -51,7 +51,7 @@ Mutex for Laravel Console Commands.
5151
1. Install the package via Composer:
5252

5353
```shell script
54-
composer require illuminated/console-mutex
54+
composer require "illuminated/console-mutex:^9.0"
5555
```
5656

5757
2. Use `Illuminated\Console\WithoutOverlapping` trait:

0 commit comments

Comments
 (0)