mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-07-27 11:41:36 +00:00
Updated symfony AI dependencies
This commit is contained in:
parent
32669b2cc0
commit
9e404e3a93
3 changed files with 163 additions and 160 deletions
|
|
@ -42,7 +42,7 @@
|
||||||
"league/html-to-markdown": "^5.0.1",
|
"league/html-to-markdown": "^5.0.1",
|
||||||
"liip/imagine-bundle": "^2.2",
|
"liip/imagine-bundle": "^2.2",
|
||||||
"maennchen/zipstream-php": "2.1",
|
"maennchen/zipstream-php": "2.1",
|
||||||
"mcp/sdk": "v0.6.0",
|
"mcp/sdk": "v0.7.0 as v0.6.0",
|
||||||
"nbgrp/onelogin-saml-bundle": "^v2.0.2",
|
"nbgrp/onelogin-saml-bundle": "^v2.0.2",
|
||||||
"nelexa/zip": "^4.0",
|
"nelexa/zip": "^4.0",
|
||||||
"nelmio/cors-bundle": "^2.3",
|
"nelmio/cors-bundle": "^2.3",
|
||||||
|
|
@ -60,10 +60,10 @@
|
||||||
"scheb/2fa-trusted-device": "^v7.11.0",
|
"scheb/2fa-trusted-device": "^v7.11.0",
|
||||||
"shivas/versioning-bundle": "^4.0",
|
"shivas/versioning-bundle": "^4.0",
|
||||||
"spatie/db-dumper": "^3.3.1",
|
"spatie/db-dumper": "^3.3.1",
|
||||||
"symfony/ai-bundle": "^0.11.0",
|
"symfony/ai-bundle": "^0.12.0",
|
||||||
"symfony/ai-lm-studio-platform": "^v0.11.0",
|
"symfony/ai-lm-studio-platform": "^v0.12.0",
|
||||||
"symfony/ai-ollama-platform": "^0.11.0",
|
"symfony/ai-ollama-platform": "^0.12.0",
|
||||||
"symfony/ai-open-router-platform": "^0.11.0",
|
"symfony/ai-open-router-platform": "^0.12.0",
|
||||||
"symfony/apache-pack": "^1.0",
|
"symfony/apache-pack": "^1.0",
|
||||||
"symfony/asset": "7.4.*",
|
"symfony/asset": "7.4.*",
|
||||||
"symfony/console": "7.4.*",
|
"symfony/console": "7.4.*",
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
"symfony/http-client": "7.4.*",
|
"symfony/http-client": "7.4.*",
|
||||||
"symfony/http-kernel": "7.4.*",
|
"symfony/http-kernel": "7.4.*",
|
||||||
"symfony/mailer": "7.4.*",
|
"symfony/mailer": "7.4.*",
|
||||||
"symfony/mcp-bundle": "^v0.11.0",
|
"symfony/mcp-bundle": "^v0.12.0",
|
||||||
"symfony/monolog-bundle": "^4.0",
|
"symfony/monolog-bundle": "^4.0",
|
||||||
"symfony/process": "7.4.*",
|
"symfony/process": "7.4.*",
|
||||||
"symfony/property-access": "7.4.*",
|
"symfony/property-access": "7.4.*",
|
||||||
|
|
|
||||||
307
composer.lock
generated
307
composer.lock
generated
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "d6329811b6e5a29717a34b5084129bf3",
|
"content-hash": "df7fa4865832ec3d95601bb711eb96d6",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "amphp/amp",
|
"name": "amphp/amp",
|
||||||
|
|
@ -3423,16 +3423,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/doctrine-bundle",
|
"name": "doctrine/doctrine-bundle",
|
||||||
"version": "2.18.4",
|
"version": "2.19.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
||||||
"reference": "175f8ffa7ad574e1b5ccb66f1301a21524c88ce6"
|
"reference": "07b90f707b82981097731c419f546e7ba97fba3c"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/175f8ffa7ad574e1b5ccb66f1301a21524c88ce6",
|
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/07b90f707b82981097731c419f546e7ba97fba3c",
|
||||||
"reference": "175f8ffa7ad574e1b5ccb66f1301a21524c88ce6",
|
"reference": "07b90f707b82981097731c419f546e7ba97fba3c",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -3454,7 +3454,7 @@
|
||||||
"doctrine/cache": "< 1.11",
|
"doctrine/cache": "< 1.11",
|
||||||
"doctrine/orm": "<2.17 || >=4.0",
|
"doctrine/orm": "<2.17 || >=4.0",
|
||||||
"symfony/var-exporter": "< 6.4.1 || 7.0.0",
|
"symfony/var-exporter": "< 6.4.1 || 7.0.0",
|
||||||
"twig/twig": "<2.13 || >=3.0 <3.0.4"
|
"twig/twig": "<2.13 || >=3.0 <3.0.4 || >=5"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/annotations": "^1 || ^2",
|
"doctrine/annotations": "^1 || ^2",
|
||||||
|
|
@ -3482,7 +3482,7 @@
|
||||||
"symfony/var-exporter": "^6.4.1 || ^7.0.1",
|
"symfony/var-exporter": "^6.4.1 || ^7.0.1",
|
||||||
"symfony/web-profiler-bundle": "^6.4 || ^7.0",
|
"symfony/web-profiler-bundle": "^6.4 || ^7.0",
|
||||||
"symfony/yaml": "^6.4 || ^7.0",
|
"symfony/yaml": "^6.4 || ^7.0",
|
||||||
"twig/twig": "^2.14.7 || ^3.0.4"
|
"twig/twig": "^2.14.7 || ^3.0.4 || ^4"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
|
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
|
||||||
|
|
@ -3527,7 +3527,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
|
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
|
||||||
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.18.4"
|
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.19.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -3543,7 +3543,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2026-07-11T08:41:11+00:00"
|
"time": "2026-07-23T14:52:05+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/doctrine-migrations-bundle",
|
"name": "doctrine/doctrine-migrations-bundle",
|
||||||
|
|
@ -7155,16 +7155,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mcp/sdk",
|
"name": "mcp/sdk",
|
||||||
"version": "v0.6.0",
|
"version": "v0.7.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/modelcontextprotocol/php-sdk.git",
|
"url": "https://github.com/modelcontextprotocol/php-sdk.git",
|
||||||
"reference": "433c84b58af346dd32f15f9909679e96a46ebe23"
|
"reference": "a6f415578fa789783d010274d11c922e97659a8a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/modelcontextprotocol/php-sdk/zipball/433c84b58af346dd32f15f9909679e96a46ebe23",
|
"url": "https://api.github.com/repos/modelcontextprotocol/php-sdk/zipball/a6f415578fa789783d010274d11c922e97659a8a",
|
||||||
"reference": "433c84b58af346dd32f15f9909679e96a46ebe23",
|
"reference": "a6f415578fa789783d010274d11c922e97659a8a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -7233,9 +7233,9 @@
|
||||||
"description": "Model Context Protocol SDK for Client and Server applications in PHP",
|
"description": "Model Context Protocol SDK for Client and Server applications in PHP",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/modelcontextprotocol/php-sdk/issues",
|
"issues": "https://github.com/modelcontextprotocol/php-sdk/issues",
|
||||||
"source": "https://github.com/modelcontextprotocol/php-sdk/tree/v0.6.0"
|
"source": "https://github.com/modelcontextprotocol/php-sdk/tree/v0.7.0"
|
||||||
},
|
},
|
||||||
"time": "2026-06-02T15:47:04+00:00"
|
"time": "2026-07-14T22:58:00+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mf2/mf2",
|
"name": "mf2/mf2",
|
||||||
|
|
@ -11201,21 +11201,21 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/ai-bundle",
|
"name": "symfony/ai-bundle",
|
||||||
"version": "v0.11.1",
|
"version": "v0.12.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/ai-bundle.git",
|
"url": "https://github.com/symfony/ai-bundle.git",
|
||||||
"reference": "a66502ab5ff676be4f318a273eab17ab934c661a"
|
"reference": "df2a6e8c3cf79a93dc8d9d9efd516ea981973420"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/ai-bundle/zipball/a66502ab5ff676be4f318a273eab17ab934c661a",
|
"url": "https://api.github.com/repos/symfony/ai-bundle/zipball/df2a6e8c3cf79a93dc8d9d9efd516ea981973420",
|
||||||
"reference": "a66502ab5ff676be4f318a273eab17ab934c661a",
|
"reference": "df2a6e8c3cf79a93dc8d9d9efd516ea981973420",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.2",
|
"php": ">=8.2",
|
||||||
"symfony/ai-platform": "^0.11",
|
"symfony/ai-platform": "^0.12",
|
||||||
"symfony/clock": "^7.3|^8.0",
|
"symfony/clock": "^7.3|^8.0",
|
||||||
"symfony/config": "^7.3|^8.0",
|
"symfony/config": "^7.3|^8.0",
|
||||||
"symfony/console": "^7.3|^8.0",
|
"symfony/console": "^7.3|^8.0",
|
||||||
|
|
@ -11230,76 +11230,76 @@
|
||||||
"phpstan/phpstan-phpunit": "^2.0",
|
"phpstan/phpstan-phpunit": "^2.0",
|
||||||
"phpstan/phpstan-strict-rules": "^2.0",
|
"phpstan/phpstan-strict-rules": "^2.0",
|
||||||
"phpunit/phpunit": "^11.5.53",
|
"phpunit/phpunit": "^11.5.53",
|
||||||
"symfony/ai-agent": "^0.11",
|
"symfony/ai-agent": "^0.12",
|
||||||
"symfony/ai-ai-ml-api-platform": "^0.11",
|
"symfony/ai-ai-ml-api-platform": "^0.12",
|
||||||
"symfony/ai-albert-platform": "^0.11",
|
"symfony/ai-albert-platform": "^0.12",
|
||||||
"symfony/ai-amazee-ai-platform": "^0.11",
|
"symfony/ai-amazee-ai-platform": "^0.12",
|
||||||
"symfony/ai-anthropic-platform": "^0.11",
|
"symfony/ai-anthropic-platform": "^0.12",
|
||||||
"symfony/ai-azure-platform": "^0.11",
|
"symfony/ai-azure-platform": "^0.12",
|
||||||
"symfony/ai-azure-search-store": "^0.11",
|
"symfony/ai-azure-search-store": "^0.12",
|
||||||
"symfony/ai-bedrock-platform": "^0.11",
|
"symfony/ai-bedrock-platform": "^0.12",
|
||||||
"symfony/ai-cache-message-store": "^0.11",
|
"symfony/ai-cache-message-store": "^0.12",
|
||||||
"symfony/ai-cache-platform": "^0.11",
|
"symfony/ai-cache-platform": "^0.12",
|
||||||
"symfony/ai-cache-store": "^0.11",
|
"symfony/ai-cache-store": "^0.12",
|
||||||
"symfony/ai-cartesia-platform": "^0.11",
|
"symfony/ai-cartesia-platform": "^0.12",
|
||||||
"symfony/ai-cerebras-platform": "^0.11",
|
"symfony/ai-cerebras-platform": "^0.12",
|
||||||
"symfony/ai-chat": "^0.11",
|
"symfony/ai-chat": "^0.12",
|
||||||
"symfony/ai-chroma-db-store": "^0.11",
|
"symfony/ai-chroma-db-store": "^0.12",
|
||||||
"symfony/ai-click-house-store": "^0.11",
|
"symfony/ai-click-house-store": "^0.12",
|
||||||
"symfony/ai-cloudflare-message-store": "^0.11",
|
"symfony/ai-cloudflare-message-store": "^0.12",
|
||||||
"symfony/ai-cloudflare-store": "^0.11",
|
"symfony/ai-cloudflare-store": "^0.12",
|
||||||
"symfony/ai-cohere-platform": "^0.11",
|
"symfony/ai-cohere-platform": "^0.12",
|
||||||
"symfony/ai-decart-platform": "^0.11",
|
"symfony/ai-decart-platform": "^0.12",
|
||||||
"symfony/ai-deep-seek-platform": "^0.11",
|
"symfony/ai-deep-seek-platform": "^0.12",
|
||||||
"symfony/ai-deepgram-platform": "^0.11",
|
"symfony/ai-deepgram-platform": "^0.12",
|
||||||
"symfony/ai-docker-model-runner-platform": "^0.11",
|
"symfony/ai-docker-model-runner-platform": "^0.12",
|
||||||
"symfony/ai-doctrine-message-store": "^0.11",
|
"symfony/ai-doctrine-message-store": "^0.12",
|
||||||
"symfony/ai-elasticsearch-store": "^0.11",
|
"symfony/ai-elasticsearch-store": "^0.12",
|
||||||
"symfony/ai-eleven-labs-platform": "^0.11",
|
"symfony/ai-eleven-labs-platform": "^0.12",
|
||||||
"symfony/ai-failover-platform": "^0.11",
|
"symfony/ai-failover-platform": "^0.12",
|
||||||
"symfony/ai-gemini-platform": "^0.11",
|
"symfony/ai-gemini-platform": "^0.12",
|
||||||
"symfony/ai-generic-platform": "^0.11",
|
"symfony/ai-generic-platform": "^0.12",
|
||||||
"symfony/ai-hugging-face-platform": "^0.11",
|
"symfony/ai-hugging-face-platform": "^0.12",
|
||||||
"symfony/ai-lm-studio-platform": "^0.11",
|
"symfony/ai-lm-studio-platform": "^0.12",
|
||||||
"symfony/ai-manticore-search-store": "^0.11",
|
"symfony/ai-manticore-search-store": "^0.12",
|
||||||
"symfony/ai-maria-db-store": "^0.11",
|
"symfony/ai-maria-db-store": "^0.12",
|
||||||
"symfony/ai-meilisearch-message-store": "^0.11",
|
"symfony/ai-meilisearch-message-store": "^0.12",
|
||||||
"symfony/ai-meilisearch-store": "^0.11",
|
"symfony/ai-meilisearch-store": "^0.12",
|
||||||
"symfony/ai-meta-platform": "^0.11",
|
"symfony/ai-meta-platform": "^0.12",
|
||||||
"symfony/ai-milvus-store": "^0.11",
|
"symfony/ai-milvus-store": "^0.12",
|
||||||
"symfony/ai-mini-max-platform": "^0.11",
|
"symfony/ai-mini-max-platform": "^0.12",
|
||||||
"symfony/ai-mistral-platform": "^0.11",
|
"symfony/ai-mistral-platform": "^0.12",
|
||||||
"symfony/ai-mongo-db-message-store": "^0.11",
|
"symfony/ai-mongo-db-message-store": "^0.12",
|
||||||
"symfony/ai-mongo-db-store": "^0.11",
|
"symfony/ai-mongo-db-store": "^0.12",
|
||||||
"symfony/ai-neo4j-store": "^0.11",
|
"symfony/ai-neo4j-store": "^0.12",
|
||||||
"symfony/ai-ollama-platform": "^0.11",
|
"symfony/ai-ollama-platform": "^0.12",
|
||||||
"symfony/ai-open-ai-platform": "^0.11",
|
"symfony/ai-open-ai-platform": "^0.12",
|
||||||
"symfony/ai-open-responses-platform": "^0.11",
|
"symfony/ai-open-responses-platform": "^0.12",
|
||||||
"symfony/ai-open-router-platform": "^0.11",
|
"symfony/ai-open-router-platform": "^0.12",
|
||||||
"symfony/ai-open-search-store": "^0.11",
|
"symfony/ai-open-search-store": "^0.12",
|
||||||
"symfony/ai-ovh-platform": "^0.11",
|
"symfony/ai-ovh-platform": "^0.12",
|
||||||
"symfony/ai-perplexity-platform": "^0.11",
|
"symfony/ai-perplexity-platform": "^0.12",
|
||||||
"symfony/ai-pinecone-store": "^0.11",
|
"symfony/ai-pinecone-store": "^0.12",
|
||||||
"symfony/ai-pogocache-message-store": "^0.11",
|
"symfony/ai-pogocache-message-store": "^0.12",
|
||||||
"symfony/ai-postgres-store": "^0.11",
|
"symfony/ai-postgres-store": "^0.12",
|
||||||
"symfony/ai-qdrant-store": "^0.11",
|
"symfony/ai-qdrant-store": "^0.12",
|
||||||
"symfony/ai-redis-message-store": "^0.11",
|
"symfony/ai-redis-message-store": "^0.12",
|
||||||
"symfony/ai-redis-store": "^0.11",
|
"symfony/ai-redis-store": "^0.12",
|
||||||
"symfony/ai-replicate-platform": "^0.11",
|
"symfony/ai-replicate-platform": "^0.12",
|
||||||
"symfony/ai-s3vectors-store": "^0.11",
|
"symfony/ai-s3vectors-store": "^0.12",
|
||||||
"symfony/ai-scaleway-platform": "^0.11",
|
"symfony/ai-scaleway-platform": "^0.12",
|
||||||
"symfony/ai-session-message-store": "^0.11",
|
"symfony/ai-session-message-store": "^0.12",
|
||||||
"symfony/ai-sqlite-store": "^0.11",
|
"symfony/ai-sqlite-store": "^0.12",
|
||||||
"symfony/ai-store": "^0.11",
|
"symfony/ai-store": "^0.12",
|
||||||
"symfony/ai-supabase-store": "^0.11",
|
"symfony/ai-supabase-store": "^0.12",
|
||||||
"symfony/ai-surreal-db-message-store": "^0.11",
|
"symfony/ai-surreal-db-message-store": "^0.12",
|
||||||
"symfony/ai-surreal-db-store": "^0.11",
|
"symfony/ai-surreal-db-store": "^0.12",
|
||||||
"symfony/ai-transformers-php-platform": "^0.11",
|
"symfony/ai-transformers-php-platform": "^0.12",
|
||||||
"symfony/ai-typesense-store": "^0.11",
|
"symfony/ai-typesense-store": "^0.12",
|
||||||
"symfony/ai-vektor-store": "^0.11",
|
"symfony/ai-vektor-store": "^0.12",
|
||||||
"symfony/ai-vertex-ai-platform": "^0.11",
|
"symfony/ai-vertex-ai-platform": "^0.12",
|
||||||
"symfony/ai-voyage-platform": "^0.11",
|
"symfony/ai-voyage-platform": "^0.12",
|
||||||
"symfony/ai-weaviate-store": "^0.11",
|
"symfony/ai-weaviate-store": "^0.12",
|
||||||
"symfony/expression-language": "^7.3|^8.0",
|
"symfony/expression-language": "^7.3|^8.0",
|
||||||
"symfony/security-core": "^7.3|^8.0",
|
"symfony/security-core": "^7.3|^8.0",
|
||||||
"symfony/translation": "^7.3|^8.0",
|
"symfony/translation": "^7.3|^8.0",
|
||||||
|
|
@ -11337,7 +11337,7 @@
|
||||||
],
|
],
|
||||||
"description": "Integration bundle for Symfony AI components",
|
"description": "Integration bundle for Symfony AI components",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/ai-bundle/tree/v0.11.1"
|
"source": "https://github.com/symfony/ai-bundle/tree/v0.12.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -11357,25 +11357,25 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2026-07-16T11:42:34+00:00"
|
"time": "2026-07-21T23:38:06+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/ai-generic-platform",
|
"name": "symfony/ai-generic-platform",
|
||||||
"version": "v0.11.0",
|
"version": "v0.12.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/ai-generic-platform.git",
|
"url": "https://github.com/symfony/ai-generic-platform.git",
|
||||||
"reference": "b56ea991a4232ea16204960ab8dc8a1da44cb320"
|
"reference": "df2cc5cebb6d4196b67a9d73ef630b552af581c7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/ai-generic-platform/zipball/b56ea991a4232ea16204960ab8dc8a1da44cb320",
|
"url": "https://api.github.com/repos/symfony/ai-generic-platform/zipball/df2cc5cebb6d4196b67a9d73ef630b552af581c7",
|
||||||
"reference": "b56ea991a4232ea16204960ab8dc8a1da44cb320",
|
"reference": "df2cc5cebb6d4196b67a9d73ef630b552af581c7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.2",
|
"php": ">=8.2",
|
||||||
"symfony/ai-platform": "^0.11",
|
"symfony/ai-platform": "^0.12",
|
||||||
"symfony/http-client": "^7.3|^8.0"
|
"symfony/http-client": "^7.3|^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
@ -11422,7 +11422,7 @@
|
||||||
"platform"
|
"platform"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/ai-generic-platform/tree/v0.11.0"
|
"source": "https://github.com/symfony/ai-generic-platform/tree/v0.12.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -11442,26 +11442,26 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2026-07-15T00:58:20+00:00"
|
"time": "2026-07-21T23:38:06+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/ai-lm-studio-platform",
|
"name": "symfony/ai-lm-studio-platform",
|
||||||
"version": "v0.11.0",
|
"version": "v0.12.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/ai-lm-studio-platform.git",
|
"url": "https://github.com/symfony/ai-lm-studio-platform.git",
|
||||||
"reference": "b9725715569184ed80ebecb01a17893660cc550b"
|
"reference": "7594a3a305d8ea5c1cfe7493bb2352e7fdf5afed"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/ai-lm-studio-platform/zipball/b9725715569184ed80ebecb01a17893660cc550b",
|
"url": "https://api.github.com/repos/symfony/ai-lm-studio-platform/zipball/7594a3a305d8ea5c1cfe7493bb2352e7fdf5afed",
|
||||||
"reference": "b9725715569184ed80ebecb01a17893660cc550b",
|
"reference": "7594a3a305d8ea5c1cfe7493bb2352e7fdf5afed",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.2",
|
"php": ">=8.2",
|
||||||
"symfony/ai-generic-platform": "^0.11",
|
"symfony/ai-generic-platform": "^0.12",
|
||||||
"symfony/ai-platform": "^0.11",
|
"symfony/ai-platform": "^0.12",
|
||||||
"symfony/http-client": "^7.3|^8.0"
|
"symfony/http-client": "^7.3|^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
@ -11509,7 +11509,7 @@
|
||||||
"platform"
|
"platform"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/ai-lm-studio-platform/tree/v0.11.0"
|
"source": "https://github.com/symfony/ai-lm-studio-platform/tree/v0.12.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -11529,25 +11529,25 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2026-07-15T00:58:20+00:00"
|
"time": "2026-07-21T23:38:06+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/ai-ollama-platform",
|
"name": "symfony/ai-ollama-platform",
|
||||||
"version": "v0.11.0",
|
"version": "v0.12.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/ai-ollama-platform.git",
|
"url": "https://github.com/symfony/ai-ollama-platform.git",
|
||||||
"reference": "b42c359a7f414053d1b30f70e6508528853a8704"
|
"reference": "17b050999d417e47e28f76f7054164b3c69e1f70"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/ai-ollama-platform/zipball/b42c359a7f414053d1b30f70e6508528853a8704",
|
"url": "https://api.github.com/repos/symfony/ai-ollama-platform/zipball/17b050999d417e47e28f76f7054164b3c69e1f70",
|
||||||
"reference": "b42c359a7f414053d1b30f70e6508528853a8704",
|
"reference": "17b050999d417e47e28f76f7054164b3c69e1f70",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.2",
|
"php": ">=8.2",
|
||||||
"symfony/ai-platform": "^0.11",
|
"symfony/ai-platform": "^0.12",
|
||||||
"symfony/http-client": "^7.3|^8.0"
|
"symfony/http-client": "^7.3|^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
@ -11595,7 +11595,7 @@
|
||||||
"platform"
|
"platform"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/ai-ollama-platform/tree/v0.11.0"
|
"source": "https://github.com/symfony/ai-ollama-platform/tree/v0.12.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -11615,26 +11615,26 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2026-07-15T00:58:20+00:00"
|
"time": "2026-07-21T23:38:06+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/ai-open-router-platform",
|
"name": "symfony/ai-open-router-platform",
|
||||||
"version": "v0.11.0",
|
"version": "v0.12.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/ai-open-router-platform.git",
|
"url": "https://github.com/symfony/ai-open-router-platform.git",
|
||||||
"reference": "5ad625058227bf628ca0f504ba035599a1e8c91d"
|
"reference": "6a424947c2583b55d8886ec29e65d0455c01b4b3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/ai-open-router-platform/zipball/5ad625058227bf628ca0f504ba035599a1e8c91d",
|
"url": "https://api.github.com/repos/symfony/ai-open-router-platform/zipball/6a424947c2583b55d8886ec29e65d0455c01b4b3",
|
||||||
"reference": "5ad625058227bf628ca0f504ba035599a1e8c91d",
|
"reference": "6a424947c2583b55d8886ec29e65d0455c01b4b3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.2",
|
"php": ">=8.2",
|
||||||
"symfony/ai-generic-platform": "^0.11",
|
"symfony/ai-generic-platform": "^0.12",
|
||||||
"symfony/ai-platform": "^0.11",
|
"symfony/ai-platform": "^0.12",
|
||||||
"symfony/http-client": "^7.3|^8.0"
|
"symfony/http-client": "^7.3|^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
@ -11682,7 +11682,7 @@
|
||||||
"platform"
|
"platform"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/ai-open-router-platform/tree/v0.11.0"
|
"source": "https://github.com/symfony/ai-open-router-platform/tree/v0.12.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -11702,20 +11702,20 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2026-07-15T00:58:20+00:00"
|
"time": "2026-07-21T23:38:06+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/ai-platform",
|
"name": "symfony/ai-platform",
|
||||||
"version": "v0.11.0",
|
"version": "v0.12.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/ai-platform.git",
|
"url": "https://github.com/symfony/ai-platform.git",
|
||||||
"reference": "dce4285eaf891cbdcb9526e576e3df6f8220fd1d"
|
"reference": "af04cc80651271a35d38f20018603a9d837c5fda"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/ai-platform/zipball/dce4285eaf891cbdcb9526e576e3df6f8220fd1d",
|
"url": "https://api.github.com/repos/symfony/ai-platform/zipball/af04cc80651271a35d38f20018603a9d837c5fda",
|
||||||
"reference": "dce4285eaf891cbdcb9526e576e3df6f8220fd1d",
|
"reference": "af04cc80651271a35d38f20018603a9d837c5fda",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -11814,7 +11814,7 @@
|
||||||
"voyage"
|
"voyage"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/ai-platform/tree/v0.11.0"
|
"source": "https://github.com/symfony/ai-platform/tree/v0.12.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -11834,7 +11834,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2026-07-15T01:10:14+00:00"
|
"time": "2026-07-21T01:26:51+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/apache-pack",
|
"name": "symfony/apache-pack",
|
||||||
|
|
@ -14282,20 +14282,20 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/mcp-bundle",
|
"name": "symfony/mcp-bundle",
|
||||||
"version": "v0.11.0",
|
"version": "v0.12.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/mcp-bundle.git",
|
"url": "https://github.com/symfony/mcp-bundle.git",
|
||||||
"reference": "f973cf4f146674d362da3258ba35629ad447ecb1"
|
"reference": "7ffd7bfab9d315a52a8224e35b32bd0db1765d44"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/mcp-bundle/zipball/f973cf4f146674d362da3258ba35629ad447ecb1",
|
"url": "https://api.github.com/repos/symfony/mcp-bundle/zipball/7ffd7bfab9d315a52a8224e35b32bd0db1765d44",
|
||||||
"reference": "f973cf4f146674d362da3258ba35629ad447ecb1",
|
"reference": "7ffd7bfab9d315a52a8224e35b32bd0db1765d44",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"mcp/sdk": "^0.6|^0.7",
|
"mcp/sdk": "^0.7",
|
||||||
"php-http/discovery": "^1.20",
|
"php-http/discovery": "^1.20",
|
||||||
"symfony/config": "^7.3|^8.0",
|
"symfony/config": "^7.3|^8.0",
|
||||||
"symfony/console": "^7.3|^8.0",
|
"symfony/console": "^7.3|^8.0",
|
||||||
|
|
@ -14345,7 +14345,7 @@
|
||||||
],
|
],
|
||||||
"description": "Symfony integration bundle for Model Context Protocol (via official mcp/sdk)",
|
"description": "Symfony integration bundle for Model Context Protocol (via official mcp/sdk)",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/mcp-bundle/tree/v0.11.0"
|
"source": "https://github.com/symfony/mcp-bundle/tree/v0.12.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -14365,7 +14365,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2026-07-15T00:43:00+00:00"
|
"time": "2026-07-21T01:04:45+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/mime",
|
"name": "symfony/mime",
|
||||||
|
|
@ -18189,16 +18189,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symplify/easy-coding-standard",
|
"name": "symplify/easy-coding-standard",
|
||||||
"version": "13.2.16",
|
"version": "13.2.17",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/ecsphp/ecs.git",
|
"url": "https://github.com/ecsphp/ecs.git",
|
||||||
"reference": "5176cf0092e9a381d568bbeffd744c17a6f4993f"
|
"reference": "f5f8131520fb7d3efcf348b72205372ea619fe0e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/ecsphp/ecs/zipball/5176cf0092e9a381d568bbeffd744c17a6f4993f",
|
"url": "https://api.github.com/repos/ecsphp/ecs/zipball/f5f8131520fb7d3efcf348b72205372ea619fe0e",
|
||||||
"reference": "5176cf0092e9a381d568bbeffd744c17a6f4993f",
|
"reference": "f5f8131520fb7d3efcf348b72205372ea619fe0e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -18233,9 +18233,9 @@
|
||||||
"static analysis"
|
"static analysis"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/ecsphp/ecs/tree/13.2.16"
|
"source": "https://github.com/ecsphp/ecs/tree/13.2.17"
|
||||||
},
|
},
|
||||||
"time": "2026-07-22T19:18:33+00:00"
|
"time": "2026-07-22T20:02:43+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "tecnickcom/tc-lib-barcode",
|
"name": "tecnickcom/tc-lib-barcode",
|
||||||
|
|
@ -20984,12 +20984,12 @@
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||||
"reference": "4991713e587e8b1f2fb7ce80475b4df68fe71be1"
|
"reference": "e7d396822cefa7207fd352f61f68660811e108a4"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/4991713e587e8b1f2fb7ce80475b4df68fe71be1",
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/e7d396822cefa7207fd352f61f68660811e108a4",
|
||||||
"reference": "4991713e587e8b1f2fb7ce80475b4df68fe71be1",
|
"reference": "e7d396822cefa7207fd352f61f68660811e108a4",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
|
|
@ -21186,7 +21186,7 @@
|
||||||
"doctrine/mongodb-odm-bundle": "<3.0.1",
|
"doctrine/mongodb-odm-bundle": "<3.0.1",
|
||||||
"doctrine/orm": ">=1,<1.2.4|>=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
|
"doctrine/orm": ">=1,<1.2.4|>=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
|
||||||
"dolibarr/dolibarr": "<=23.0.2",
|
"dolibarr/dolibarr": "<=23.0.2",
|
||||||
"dompdf/dompdf": "<2.0.4",
|
"dompdf/dompdf": "<3.1.6",
|
||||||
"doublethreedigital/guest-entries": "<3.1.2",
|
"doublethreedigital/guest-entries": "<3.1.2",
|
||||||
"dreamfactory/df-core": "<1.0.4",
|
"dreamfactory/df-core": "<1.0.4",
|
||||||
"drupal-pattern-lab/unified-twig-extensions": "<=0.1",
|
"drupal-pattern-lab/unified-twig-extensions": "<=0.1",
|
||||||
|
|
@ -21619,7 +21619,7 @@
|
||||||
"personnummer/personnummer": "<3.0.2",
|
"personnummer/personnummer": "<3.0.2",
|
||||||
"ph7software/ph7builder": "<=17.9.1",
|
"ph7software/ph7builder": "<=17.9.1",
|
||||||
"phanan/koel": "<=9.7",
|
"phanan/koel": "<=9.7",
|
||||||
"pheditor/pheditor": "<2.0.6",
|
"pheditor/pheditor": "<2.0.8",
|
||||||
"phenx/php-svg-lib": "<0.5.2",
|
"phenx/php-svg-lib": "<0.5.2",
|
||||||
"php-censor/php-censor": "<2.0.13|>=2.1,<2.1.5",
|
"php-censor/php-censor": "<2.0.13|>=2.1,<2.1.5",
|
||||||
"php-mod/curl": "<2.3.2",
|
"php-mod/curl": "<2.3.2",
|
||||||
|
|
@ -21635,7 +21635,7 @@
|
||||||
"phpoffice/common": "<0.2.9",
|
"phpoffice/common": "<0.2.9",
|
||||||
"phpoffice/math": "<=0.2",
|
"phpoffice/math": "<=0.2",
|
||||||
"phpoffice/phpexcel": "<=1.8.2",
|
"phpoffice/phpexcel": "<=1.8.2",
|
||||||
"phpoffice/phpspreadsheet": "<=1.30.4|>=2,<=2.1.15|>=2.2,<=2.4.4|>=3,<=3.10.4|>=4,<=5.6",
|
"phpoffice/phpspreadsheet": "<=1.30.5|>=2,<=2.1.17|>=2.2,<=2.4.6|>=3,<=3.10.6|>=4,<=5.8",
|
||||||
"phppgadmin/phppgadmin": "<=7.13",
|
"phppgadmin/phppgadmin": "<=7.13",
|
||||||
"phpseclib/phpseclib": "<=2.0.54|>=3,<=3.0.53",
|
"phpseclib/phpseclib": "<=2.0.54|>=3,<=3.0.53",
|
||||||
"phpservermon/phpservermon": "<3.6",
|
"phpservermon/phpservermon": "<3.6",
|
||||||
|
|
@ -21662,7 +21662,7 @@
|
||||||
"pocketmine/pocketmine-mp": "<5.42.1",
|
"pocketmine/pocketmine-mp": "<5.42.1",
|
||||||
"pocketmine/raklib": ">=0.14,<0.14.6|>=0.15,<0.15.1",
|
"pocketmine/raklib": ">=0.14,<0.14.6|>=0.15,<0.15.1",
|
||||||
"pontedilana/php-weasyprint": "<=2.5.1",
|
"pontedilana/php-weasyprint": "<=2.5.1",
|
||||||
"poweradmin/poweradmin": "<4.2.4|>=4.3,<4.3.3",
|
"poweradmin/poweradmin": "<4.2.5|>=4.3,<4.3.4",
|
||||||
"pressbooks/pressbooks": "<5.18",
|
"pressbooks/pressbooks": "<5.18",
|
||||||
"prestashop/autoupgrade": ">=4,<4.10.1",
|
"prestashop/autoupgrade": ">=4,<4.10.1",
|
||||||
"prestashop/blockreassurance": "<=5.1.3",
|
"prestashop/blockreassurance": "<=5.1.3",
|
||||||
|
|
@ -22098,7 +22098,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2026-07-21T19:20:48+00:00"
|
"time": "2026-07-24T23:00:42+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/cli-parser",
|
"name": "sebastian/cli-parser",
|
||||||
|
|
@ -23611,7 +23611,14 @@
|
||||||
"time": "2025-11-17T20:03:58+00:00"
|
"time": "2025-11-17T20:03:58+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [
|
||||||
|
{
|
||||||
|
"package": "mcp/sdk",
|
||||||
|
"version": "0.7.0.0",
|
||||||
|
"alias": "v0.6.0",
|
||||||
|
"alias_normalized": "0.6.0.0"
|
||||||
|
}
|
||||||
|
],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": {
|
"stability-flags": {
|
||||||
"roave/security-advisories": 20
|
"roave/security-advisories": 20
|
||||||
|
|
|
||||||
|
|
@ -3215,10 +3215,6 @@ use Symfony\Component\Config\Loader\ParamConfigurator as Param;
|
||||||
* stdio?: bool|Param, // Default: false
|
* stdio?: bool|Param, // Default: false
|
||||||
* http?: bool|Param, // Default: false
|
* http?: bool|Param, // Default: false
|
||||||
* },
|
* },
|
||||||
* discovery?: array{
|
|
||||||
* scan_dirs?: list<scalar|Param|null>,
|
|
||||||
* exclude_dirs?: list<scalar|Param|null>,
|
|
||||||
* },
|
|
||||||
* apps?: array{ // MCP Apps support (interactive HTML UI resources). Apps are registered with the #[AsMcpApp] attribute.
|
* apps?: array{ // MCP Apps support (interactive HTML UI resources). Apps are registered with the #[AsMcpApp] attribute.
|
||||||
* enabled?: bool|Param|null, // Default: null
|
* enabled?: bool|Param|null, // Default: null
|
||||||
* },
|
* },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue