File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Mutex for Laravel console commands.
15
15
16
16
| Laravel | Console Mutex |
17
17
| ------- | :----------------------------------------------------------------------: |
18
+ | 7.x | [ 7.x] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/7.x ) |
18
19
| 6.x | [ 6.x] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/6.x ) |
19
20
| 5.8.* | [ 5.8.* ] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.8 ) |
20
21
| 5.7.* | [ 5.7.* ] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.7 ) |
Original file line number Diff line number Diff line change 12
12
"email" : " dmitry.g.ivanov@gmail.com"
13
13
}],
14
14
"require" : {
15
- "php" : " ^7.2" ,
15
+ "php" : " ^7.2.5 " ,
16
16
"ext-json" : " *" ,
17
- "illuminate/support" : " ^6 .0" ,
18
- "illuminate/console" : " ^6 .0" ,
17
+ "illuminate/support" : " ^7 .0" ,
18
+ "illuminate/console" : " ^7 .0" ,
19
19
"arvenil/ninja-mutex" : " ^0.6"
20
20
},
21
21
"require-dev" : {
22
- "phpunit/phpunit" : " ^8.3 " ,
23
- "mockery/mockery" : " ^1.2 " ,
24
- "orchestra/testbench" : " ^4 .0" ,
25
- "illuminated/testing-tools" : " ^6 .0" ,
22
+ "phpunit/phpunit" : " ^8.4|^9.0 " ,
23
+ "mockery/mockery" : " ^1.3.1 " ,
24
+ "orchestra/testbench" : " ^5 .0" ,
25
+ "illuminated/testing-tools" : " ^7 .0" ,
26
26
"predis/predis" : " ^1.1.1" ,
27
27
"ext-pdo_mysql" : " *" ,
28
28
"ext-redis" : " *"
You can’t perform that action at this time.
0 commit comments