File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 7.2
5
4
- 7.3
6
5
- 7.4
7
6
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
+ | 8.x | [ 8.x] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/8.x ) |
20
21
| 7.x | [ 7.x] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/7.x ) |
21
22
| 6.x | [ 6.x] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/6.x ) |
22
23
| 5.8.* | [ 5.8.* ] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.8 ) |
Original file line number Diff line number Diff line change 12
12
13
13
}],
14
14
"require" : {
15
- "php" : " ^7.2.5 " ,
15
+ "php" : " ^7.3 " ,
16
16
"ext-json" : " *" ,
17
- "illuminate/support " : " ^7.0 " ,
18
- "illuminate/console " : " ^7 .0" ,
19
- "arvenil/ninja-mutex " : " ^0.6 "
17
+ "arvenil/ninja-mutex " : " ^0.6 " ,
18
+ "illuminate/support " : " ^8 .0" ,
19
+ "illuminate/console " : " ^8.0 "
20
20
},
21
21
"require-dev" : {
22
22
"phpunit/phpunit" : " ^8.4|^9.0" ,
23
23
"mockery/mockery" : " ^1.3.1" ,
24
- "orchestra/testbench" : " ^5 .0" ,
25
- "illuminated/testing-tools" : " ^7.0 " ,
24
+ "orchestra/testbench" : " ^6 .0" ,
25
+ "illuminated/testing-tools" : " dev-master " ,
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