Skip to content

Commit d018c0d

Browse files
committed
Laravel 12 support
1 parent 457cc77 commit d018c0d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Mutex for Laravel Console Commands.
1717

1818
| Laravel | Console Mutex |
1919
|---------|--------------------------------------------------------------------------|
20+
| 12.x | [12.x](https://github.com/dmitry-ivanov/laravel-console-mutex/tree/12.x) |
2021
| 11.x | [11.x](https://github.com/dmitry-ivanov/laravel-console-mutex/tree/11.x) |
2122
| 10.x | [10.x](https://github.com/dmitry-ivanov/laravel-console-mutex/tree/10.x) |
2223
| 9.x | [9.x](https://github.com/dmitry-ivanov/laravel-console-mutex/tree/9.x) |

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"require": {
1515
"php": "^8.2",
1616
"arvenil/ninja-mutex": "dev-master#82cbb2c",
17-
"illuminate/console": "^11.0",
18-
"illuminate/support": "^11.0"
17+
"illuminate/console": "^12.0",
18+
"illuminate/support": "^12.0"
1919
},
2020
"require-dev": {
2121
"ext-redis": "*",
2222
"ext-pdo_mysql": "*",
23-
"phpunit/phpunit": "^11.3.6",
23+
"phpunit/phpunit": "^11.5.3",
2424
"mockery/mockery": "^1.6.10",
25-
"orchestra/testbench": "^9.11.2",
26-
"illuminated/testing-tools": "^11.0",
25+
"orchestra/testbench": "^10.0",
26+
"illuminated/testing-tools": "^12.0",
2727
"predis/predis": "^2.3"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)