File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
tests/fixture/app/Console Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : false
10
10
matrix :
11
- php : [7.3, 7.4, 8.0 ]
11
+ php : [8.0, 8.1 ]
12
12
stability : [prefer-lowest, prefer-stable]
13
13
14
14
name : PHP ${{ matrix.php }} / ${{ matrix.stability }}
Original file line number Diff line number Diff line change 16
16
Mutex for Laravel Console Commands.
17
17
18
18
| Laravel | Console Mutex |
19
- | ------- | :----------------------------------------------------------------------: |
19
+ | ---------| --------------------------------------------------------------------------|
20
+ | 9.x | [ 9.x] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/9.x ) |
20
21
| 8.x | [ 8.x] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/8.x ) |
21
22
| 7.x | [ 7.x] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/7.x ) |
22
23
| 6.x | [ 6.x] ( https://github.com/dmitry-ivanov/laravel-console-mutex/tree/6.x ) |
Original file line number Diff line number Diff line change 12
12
13
13
}],
14
14
"require" : {
15
- "php" : " ^7.3|^8.0" ,
16
- "ext-json" : " *" ,
15
+ "php" : " ^8.0.2" ,
17
16
"arvenil/ninja-mutex" : " ^0.6" ,
18
- "illuminate/console" : " ^8 .0" ,
19
- "illuminate/support" : " ^8 .0"
17
+ "illuminate/console" : " ^9 .0" ,
18
+ "illuminate/support" : " ^9 .0"
20
19
},
21
20
"require-dev" : {
22
- "phpunit/phpunit" : " ^8.4|^9.0" ,
23
- "mockery/mockery" : " ^1.3.2" ,
24
- "orchestra/testbench" : " ^6.0" ,
25
- "illuminated/testing-tools" : " ^8.0" ,
26
- "predis/predis" : " ^1.1.1" ,
21
+ "ext-redis" : " *" ,
27
22
"ext-pdo_mysql" : " *" ,
28
- "ext-redis" : " *"
23
+ "phpunit/phpunit" : " ^9.5.10" ,
24
+ "mockery/mockery" : " ^1.4.4" ,
25
+ "orchestra/testbench" : " ^7.0" ,
26
+ "illuminated/testing-tools" : " ^9.0" ,
27
+ "predis/predis" : " ^1.1.9"
29
28
},
30
29
"autoload" : {
31
30
"psr-4" : {
Original file line number Diff line number Diff line change 7
7
use Illuminated \Console \Tests \App \Console \Commands \NullTimeoutCommand ;
8
8
use Illuminated \Console \Tests \App \Console \Commands \TimeoutCommand ;
9
9
10
- class Kernel extends \Orchestra \Testbench \Console \Kernel
10
+ class Kernel extends \Orchestra \Testbench \Foundation \ Console \Kernel
11
11
{
12
12
protected $ commands = [
13
13
GenericCommand::class,
You can’t perform that action at this time.
0 commit comments