File tree Expand file tree Collapse file tree 5 files changed +16
-17
lines changed Expand file tree Collapse file tree 5 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 8
8
"require-dev" : {
9
9
"php" : " >=8.2" ,
10
10
"php-cs-fixer/shim" : " ^3.75" ,
11
- "symfony/finder " : " ^6.4 || ^7.0" ,
12
- "symfony/filesystem " : " ^6.4 || ^7.0"
11
+ "symfony/filesystem " : " ^6.4 || ^7.0" ,
12
+ "symfony/finder " : " ^6.4 || ^7.0"
13
13
},
14
14
"config" : {
15
15
"sort-packages" : true
Original file line number Diff line number Diff line change 3
3
"description" : " Example scripts about using Symfony AI" ,
4
4
"license" : " MIT" ,
5
5
"type" : " project" ,
6
- "minimum-stability" : " dev" ,
7
6
"require" : {
8
7
"php" : " >=8.2" ,
9
8
"ext-pdo" : " *" ,
35
34
"require-dev" : {
36
35
"phpstan/phpstan" : " ^2.1"
37
36
},
37
+ "minimum-stability" : " dev" ,
38
38
"autoload" : {
39
39
"psr-4" : {
40
40
"Symfony\\ AI\\ Fixtures\\ " : " ../fixtures/"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " symfony/mcp-bundle" ,
3
- "type" : " symfony-bundle" ,
4
3
"description" : " Symfony integration bundle for Model Context Protocol (via symfony/mcp-sdk)" ,
5
4
"license" : " MIT" ,
5
+ "type" : " symfony-bundle" ,
6
6
"authors" : [
7
7
{
8
8
"name" : " Christopher Hertel" ,
23
23
"phpstan/phpstan" : " ^2.1" ,
24
24
"phpunit/phpunit" : " ^11.5"
25
25
},
26
- "config" : {
27
- "sort-packages" : true
28
- },
26
+ "minimum-stability" : " dev" ,
27
+ "prefer-stable" : true ,
29
28
"autoload" : {
30
29
"psr-4" : {
31
30
"Symfony\\ AI\\ McpBundle\\ " : " src/"
36
35
"Symfony\\ AI\\ PHPStan\\ " : " ../../.phpstan"
37
36
}
38
37
},
39
- "minimum-stability" : " dev" ,
40
- "prefer-stable" : true
38
+ "config" : {
39
+ "sort-packages" : true
40
+ }
41
41
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " symfony/mcp-sdk" ,
3
- "type" : " library" ,
4
3
"description" : " Model Context Protocol SDK for Client and Server applications in PHP" ,
5
4
"license" : " MIT" ,
5
+ "type" : " library" ,
6
6
"authors" : [
7
7
{
8
8
"name" : " Christopher Hertel" ,
21
21
"require-dev" : {
22
22
"phpstan/phpstan" : " ^2.1" ,
23
23
"phpunit/phpunit" : " ^11.5" ,
24
- "symfony/console " : " ^6.4 || ^7 .0" ,
25
- "psr/cache " : " ^3 .0"
24
+ "psr/cache " : " ^3 .0" ,
25
+ "symfony/console " : " ^6.4 || ^7 .0"
26
26
},
27
27
"suggest" : {
28
- "symfony/console " : " To use SymfonyConsoleTransport for STDIO " ,
29
- "psr/cache " : " To use CachePoolStore with SSE Transport "
28
+ "psr/cache " : " To use CachePoolStore with SSE Transport " ,
29
+ "symfony/console " : " To use SymfonyConsoleTransport for STDIO "
30
30
},
31
31
"autoload" : {
32
32
"psr-4" : {
Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " >=8.2" ,
14
- "symfony/mcp-sdk " : " @dev " ,
15
- "symfony/console " : " ^7.2 "
14
+ "symfony/console " : " ^7.2 " ,
15
+ "symfony/mcp-sdk " : " @dev "
16
16
},
17
17
"minimum-stability" : " stable" ,
18
18
"autoload" : {
21
21
}
22
22
}
23
23
}
24
-
You can’t perform that action at this time.
0 commit comments