File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Mutex for Laravel Console Commands.
17
17
18
18
| Laravel | Console Mutex |
19
19
| ---------| --------------------------------------------------------------------------|
20
+ | 12.x | [ 12.x] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/12.x ) |
20
21
| 11.x | [ 11.x] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/11.x ) |
21
22
| 10.x | [ 10.x] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/10.x ) |
22
23
| 9.x | [ 9.x] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/9.x ) |
Original file line number Diff line number Diff line change 14
14
"require" : {
15
15
"php" : " ^8.2" ,
16
16
"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"
19
19
},
20
20
"require-dev" : {
21
21
"ext-redis" : " *" ,
22
22
"ext-pdo_mysql" : " *" ,
23
- "phpunit/phpunit" : " ^11.3.6 " ,
23
+ "phpunit/phpunit" : " ^11.5.3 " ,
24
24
"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" ,
27
27
"predis/predis" : " ^2.3"
28
28
},
29
29
"autoload" : {
You can’t perform that action at this time.
0 commit comments