File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 17
17
strategy :
18
18
matrix :
19
19
php-version :
20
- - " 8.1 "
20
+ - " 8.2 "
21
21
22
22
steps :
23
23
- uses : " actions/checkout@v4"
@@ -40,11 +40,11 @@ jobs:
40
40
strategy :
41
41
matrix :
42
42
php-version :
43
- - " 8.2 "
43
+ - " 8.3 "
44
44
code-coverage :
45
45
- " none"
46
46
include :
47
- - php-version : " 8.1 "
47
+ - php-version : " 8.2 "
48
48
code-coverage : " pcov"
49
49
50
50
steps :
70
70
strategy :
71
71
matrix :
72
72
php-version :
73
- - " 8.1 "
73
+ - " 8.2 "
74
74
75
75
steps :
76
76
- uses : " actions/checkout@v4"
89
89
strategy :
90
90
matrix :
91
91
php-version :
92
- - " 8.1 "
92
+ - " 8.2 "
93
93
94
94
steps :
95
95
- uses : " actions/checkout@v4"
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " ~8.1 .0 || ~8.2 .0" ,
13
+ "php" : " ~8.2 .0 || ~8.3 .0" ,
14
14
"ext-mbstring" : " *" ,
15
15
"ext-tokenizer" : " *" ,
16
16
"friendsofphp/php-cs-fixer" : " ^3.38.2"
17
17
},
18
18
"require-dev" : {
19
19
"phpstan/phpstan" : " ^1.10.43" ,
20
20
"phpstan/phpstan-phpunit" : " ^1.3.15" ,
21
- "phpunit/phpunit" : " ^10.4.2" ,
22
- "slam/php-debug-r" : " ^1.8.1" ,
23
- "slam/phpstan-extensions" : " ^6.0.0"
21
+ "phpunit/phpunit" : " ^10.4.2"
24
22
},
25
23
"autoload" : {
26
24
"psr-4" : {
Original file line number Diff line number Diff line change 1
1
includes :
2
2
- vendor/phpstan/phpstan-phpunit/extension.neon
3
- - vendor/slam/phpstan-extensions/conf/slam-rules.neon
4
3
- phpstan-baseline.neon
5
4
6
5
parameters :
You can’t perform that action at this time.
0 commit comments