File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 20
20
name : ' Composer Validate'
21
21
run : composer validate --ansi
22
22
23
- # temporary disable due to missing method PHPStan\PhpDocParser\Ast\PhpDoc\PhpDocNode::getSealedTagValues() due requirement of latest phpdoc-parser
24
- # -
25
- # name: 'Rector'
26
- # run: composer rector --ansi
23
+ -
24
+ name : ' Rector'
25
+ run : composer rector --ansi
27
26
28
27
-
29
28
name : ' Coding Standard'
Original file line number Diff line number Diff line change 8
8
"webmozart/assert" : " ^1.11" ,
9
9
"phpstan/phpstan" : " ^2.1.18" ,
10
10
"nette/utils" : " ^3.2|^4.0" ,
11
- "phpstan/phpdoc-parser" : " ^2.1 "
11
+ "phpstan/phpdoc-parser" : " ^2.2 "
12
12
},
13
13
"require-dev" : {
14
14
"nikic/php-parser" : " ^5.4" ,
15
15
"phpunit/phpunit" : " ^11.5" ,
16
16
"symfony/framework-bundle" : " 6.1.*" ,
17
17
"phpecs/phpecs" : " ^2.1" ,
18
18
"tomasvotruba/class-leak" : " ^2.0" ,
19
- "rector/rector" : " ^2.0.11 " ,
19
+ "rector/rector" : " ^2.1.2 " ,
20
20
"phpstan/extension-installer" : " ^1.4" ,
21
21
"symplify/phpstan-extensions" : " ^12.0" ,
22
22
"tomasvotruba/unused-public" : " ^2.0" ,
You can’t perform that action at this time.
0 commit comments