File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 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.
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 ) |
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments