File tree Expand file tree Collapse file tree 4 files changed +324
-334
lines changed Expand file tree Collapse file tree 4 files changed +324
-334
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 7.0
54 - 7.1
65 - 7.2
76
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Prevents overlapping for Laravel console commands.
1818| 5.3.* | [ 5.3.* ] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.3 ) |
1919| 5.4.* | [ 5.4.* ] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.4 ) |
2020| 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 ) |
2122
2223![ Example] ( doc/img/example.gif )
2324
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "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 .*" ,
1616 "arvenil/ninja-mutex" : " ^0.6"
1717 },
1818 "require-dev" : {
19- "phpunit/phpunit" : " ^6 .0" ,
19+ "phpunit/phpunit" : " ^7 .0" ,
2020 "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 .*" ,
2323 "predis/predis" : " ^1.1.1" ,
2424 "ext-pdo_mysql" : " *" ,
2525 "ext-redis" : " *"
You can’t perform that action at this time.
0 commit comments