File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php-llm/mcp-sdk" : " dev-main " ,
13
+ "php-llm/mcp-sdk" : " ^0.1 " ,
14
14
"symfony/config" : " ^6.4 || ^7.0" ,
15
15
"symfony/console" : " ^6.4 || ^7.0" ,
16
16
"symfony/dependency-injection" : " ^6.4 || ^7.0" ,
Original file line number Diff line number Diff line change 6
6
use Rector \Php74 \Rector \Closure \ClosureToArrowFunctionRector ;
7
7
use Rector \PHPUnit \CodeQuality \Rector \Class_ \PreferPHPUnitSelfCallRector ;
8
8
use Rector \PHPUnit \CodeQuality \Rector \Class_ \PreferPHPUnitThisCallRector ;
9
- use Rector \PHPUnit \CodeQuality \Rector \MethodCall \AssertCountWithZeroToAssertEmptyRector ;
10
9
use Rector \PHPUnit \Set \PHPUnitSetList ;
11
10
12
11
return RectorConfig::configure ()
24
23
])
25
24
->withImportNames (importShortClasses: false )
26
25
->withSkip ([
27
- AssertCountWithZeroToAssertEmptyRector::class,
28
26
ClosureToArrowFunctionRector::class,
29
27
PreferPHPUnitThisCallRector::class,
30
28
])
You can’t perform that action at this time.
0 commit comments