Skip to content

Commit d78b4d3

Browse files
committed
Laravel 12 support
1 parent d018c0d commit d78b4d3

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

5656
```shell script
57-
composer require illuminated/console-mutex
57+
composer require "illuminated/console-mutex:^12.0"
5858
```
5959

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

0 commit comments

Comments
 (0)