File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 30
30
"phpstan/phpstan-strict-rules" : " ^1.0" ,
31
31
"phpunit/phpunit" : " ^9.5.26" ,
32
32
"qossmic/deptrac-shim" : " ^1.0" ,
33
- "rector/rector" : " ^0.14 " ,
33
+ "rector/rector" : " ^0.15 " ,
34
34
"symfony/phpunit-bridge" : " ^6.1" ,
35
35
"symplify/easy-coding-standard" : " ^11.0"
36
36
},
Original file line number Diff line number Diff line change 20
20
SymfonyLevelSetList::UP_TO_SYMFONY_54 ,
21
21
SymfonySetList::SYMFONY_CODE_QUALITY ,
22
22
SymfonySetList::SYMFONY_CONSTRUCTOR_INJECTION ,
23
- SymfonySetList::SYMFONY_STRICT ,
24
23
DoctrineSetList::DOCTRINE_CODE_QUALITY ,
25
24
DoctrineSetList::ANNOTATIONS_TO_ATTRIBUTES ,
26
25
PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD ,
30
29
PHPUnitSetList::REMOVE_MOCKS ,
31
30
PHPUnitSetList::PHPUNIT_YIELD_DATA_PROVIDER ,
32
31
]);
33
- $ config ->services ()->set (TypedPropertyRector::class);
34
32
$ config ->parallel ();
35
33
$ config ->paths ([__DIR__ . '/src ' ]);
36
34
$ config ->phpVersion (PhpVersion::PHP_81 );
You can’t perform that action at this time.
0 commit comments