File tree 4 files changed +324
-334
lines changed
4 files changed +324
-334
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 7.0
5
4
- 7.1
6
5
- 7.2
7
6
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Prevents overlapping for Laravel console commands.
18
18
| 5.3.* | [ 5.3.* ] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.3 ) |
19
19
| 5.4.* | [ 5.4.* ] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.4 ) |
20
20
| 5.5.* | [ 5.5.* ] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.5 ) |
21
+ | 5.6.* | [ 5.6.* ] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.6 ) |
21
22
22
23
![ Example] ( doc/img/example.gif )
23
24
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " >=7.0 " ,
14
- "illuminate/support" : " 5.5 .*" ,
15
- "illuminate/console" : " 5.5 .*" ,
13
+ "php" : " ^7.1.3 " ,
14
+ "illuminate/support" : " 5.6 .*" ,
15
+ "illuminate/console" : " 5.6 .*" ,
16
16
"arvenil/ninja-mutex" : " ^0.6"
17
17
},
18
18
"require-dev" : {
19
- "phpunit/phpunit" : " ^6 .0" ,
19
+ "phpunit/phpunit" : " ^7 .0" ,
20
20
"mockery/mockery" : " ^1.0" ,
21
- "orchestra/testbench" : " 3.5 .*" ,
22
- "illuminated/testing-tools" : " 5.5 .*" ,
21
+ "orchestra/testbench" : " 3.6 .*" ,
22
+ "illuminated/testing-tools" : " 5.6 .*" ,
23
23
"predis/predis" : " ^1.1.1" ,
24
24
"ext-pdo_mysql" : " *" ,
25
25
"ext-redis" : " *"
You can’t perform that action at this time.
0 commit comments