Skip to content

Commit 06b387a

Browse files
committed
Laravel 10 support
1 parent 0e3f65e commit 06b387a

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/59570052/shield?branch=master&style=flat)](https://github.styleci.io/repos/59570052?branch=master)
8-
[![Build Status](https://img.shields.io/github/actions/workflow/status/dmitry-ivanov/laravel-console-mutex/tests.yml?branch=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/tree/master)
7+
[![StyleCI](https://github.styleci.io/repos/59570052/shield?branch=10.x&style=flat)](https://github.styleci.io/repos/59570052?branch=10.x)
8+
[![Build Status](https://img.shields.io/github/actions/workflow/status/dmitry-ivanov/laravel-console-mutex/tests.yml?branch=10.x)](https://github.com/dmitry-ivanov/laravel-console-mutex/actions?query=workflow%3Atests+branch%3A10.x)
9+
[![Coverage Status](https://img.shields.io/codecov/c/github/dmitry-ivanov/laravel-console-mutex/10.x)](https://app.codecov.io/gh/dmitry-ivanov/laravel-console-mutex/tree/10.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)
@@ -53,7 +53,7 @@ Mutex for Laravel Console Commands.
5353
1. Install the package via Composer:
5454

5555
```shell script
56-
composer require illuminated/console-mutex
56+
composer require "illuminated/console-mutex:^10.0"
5757
```
5858

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

0 commit comments

Comments
 (0)