|
18 | 18 | "oskarstark/enum-helper": "^1.5",
|
19 | 19 | "phpdocumentor/reflection-docblock": "^5.4",
|
20 | 20 | "phpstan/phpdoc-parser": "^2.1",
|
21 |
| - "psr/cache": "^3.0", |
22 | 21 | "psr/log": "^3.0",
|
23 | 22 | "symfony/clock": "^6.4 || ^7.1",
|
24 | 23 | "symfony/http-client": "^6.4 || ^7.1",
|
|
38 | 37 | "phpunit/phpunit": "^11.5",
|
39 | 38 | "probots-io/pinecone-php": "^1.0",
|
40 | 39 | "rector/rector": "^2.0",
|
| 40 | + "symfony/cache": "^6.4 || ^7.1", |
41 | 41 | "symfony/console": "^6.4 || ^7.1",
|
42 | 42 | "symfony/css-selector": "^6.4 || ^7.1",
|
43 | 43 | "symfony/dom-crawler": "^6.4 || ^7.1",
|
44 | 44 | "symfony/dotenv": "^6.4 || ^7.1",
|
45 | 45 | "symfony/event-dispatcher": "^6.4 || ^7.1",
|
46 | 46 | "symfony/finder": "^6.4 || ^7.1",
|
| 47 | + "symfony/http-foundation": "^6.4 || ^7.1", |
47 | 48 | "symfony/process": "^6.4 || ^7.1",
|
48 | 49 | "symfony/var-dumper": "^6.4 || ^7.1"
|
49 | 50 | },
|
|
55 | 56 | "mongodb/mongodb": "For using MongoDB Atlas as retrieval vector store.",
|
56 | 57 | "probots-io/pinecone-php": "For using the Pinecone as retrieval vector store.",
|
57 | 58 | "symfony/css-selector": "For using the YouTube transcription tool.",
|
58 |
| - "symfony/dom-crawler": "For using the YouTube transcription tool." |
| 59 | + "symfony/dom-crawler": "For using the YouTube transcription tool.", |
| 60 | + "symfony/http-foundation": "For using the SessionStore as message store.", |
| 61 | + "psr/cache": "For using the CacheStore as message store." |
59 | 62 | },
|
60 | 63 | "autoload": {
|
61 | 64 | "psr-4": {
|
|
0 commit comments