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 88 "require-dev" : {
99 "php" : " >=8.2" ,
1010 "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"
1313 },
1414 "config" : {
1515 "sort-packages" : true
Original file line number Diff line number Diff line change 33 "description" : " Example scripts about using Symfony AI" ,
44 "license" : " MIT" ,
55 "type" : " project" ,
6- "minimum-stability" : " dev" ,
76 "require" : {
87 "php" : " >=8.2" ,
98 "ext-pdo" : " *" ,
3534 "require-dev" : {
3635 "phpstan/phpstan" : " ^2.1"
3736 },
37+ "minimum-stability" : " dev" ,
3838 "autoload" : {
3939 "psr-4" : {
4040 "Symfony\\ AI\\ Fixtures\\ " : " ../fixtures/"
Original file line number Diff line number Diff line change 11{
22 "name" : " symfony/mcp-bundle" ,
3- "type" : " symfony-bundle" ,
43 "description" : " Symfony integration bundle for Model Context Protocol (via symfony/mcp-sdk)" ,
54 "license" : " MIT" ,
5+ "type" : " symfony-bundle" ,
66 "authors" : [
77 {
88 "name" : " Christopher Hertel" ,
2323 "phpstan/phpstan" : " ^2.1" ,
2424 "phpunit/phpunit" : " ^11.5"
2525 },
26- "config" : {
27- "sort-packages" : true
28- },
26+ "minimum-stability" : " dev" ,
27+ "prefer-stable" : true ,
2928 "autoload" : {
3029 "psr-4" : {
3130 "Symfony\\ AI\\ McpBundle\\ " : " src/"
3635 "Symfony\\ AI\\ PHPStan\\ " : " ../../.phpstan"
3736 }
3837 },
39- "minimum-stability" : " dev" ,
40- "prefer-stable" : true
38+ "config" : {
39+ "sort-packages" : true
40+ }
4141}
Original file line number Diff line number Diff line change 11{
22 "name" : " symfony/mcp-sdk" ,
3- "type" : " library" ,
43 "description" : " Model Context Protocol SDK for Client and Server applications in PHP" ,
54 "license" : " MIT" ,
5+ "type" : " library" ,
66 "authors" : [
77 {
88 "name" : " Christopher Hertel" ,
2121 "require-dev" : {
2222 "phpstan/phpstan" : " ^2.1" ,
2323 "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"
2626 },
2727 "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 "
3030 },
3131 "autoload" : {
3232 "psr-4" : {
Original file line number Diff line number Diff line change 1111 ],
1212 "require" : {
1313 "php" : " >=8.2" ,
14- "symfony/mcp-sdk " : " @dev " ,
15- "symfony/console " : " ^7.2 "
14+ "symfony/console " : " ^7.2 " ,
15+ "symfony/mcp-sdk " : " @dev "
1616 },
1717 "minimum-stability" : " stable" ,
1818 "autoload" : {
2121 }
2222 }
2323}
24-
You can’t perform that action at this time.
0 commit comments