|
13 | 13 | "php": ">=8.2",
|
14 | 14 | "oskarstark/enum-helper": "^1.5",
|
15 | 15 | "phpdocumentor/reflection-docblock": "^5.4",
|
16 |
| - "psr/cache": "^3.0", |
17 | 16 | "psr/log": "^3.0",
|
18 | 17 | "symfony/clock": "^6.4 || ^7.1",
|
19 | 18 | "symfony/http-client": "^6.4 || ^7.1",
|
|
33 | 32 | "phpunit/phpunit": "^11.3",
|
34 | 33 | "probots-io/pinecone-php": "^1.0",
|
35 | 34 | "rector/rector": "^1.2",
|
| 35 | + "symfony/cache": "^6.4 || ^7.1", |
36 | 36 | "symfony/console": "^6.4 || ^7.1",
|
37 | 37 | "symfony/css-selector": "^6.4 || ^7.1",
|
38 | 38 | "symfony/dom-crawler": "^6.4 || ^7.1",
|
39 | 39 | "symfony/dotenv": "^6.4 || ^7.1",
|
40 | 40 | "symfony/event-dispatcher": "^6.4 || ^7.1",
|
41 | 41 | "symfony/finder": "^6.4 || ^7.1",
|
| 42 | + "symfony/http-foundation": "^6.4 || ^7.1", |
42 | 43 | "symfony/process": "^6.4 || ^7.1",
|
43 | 44 | "symfony/var-dumper": "^6.4 || ^7.1"
|
44 | 45 | },
|
|
50 | 51 | "mongodb/mongodb": "For using MongoDB Atlas as retrieval vector store.",
|
51 | 52 | "probots-io/pinecone-php": "For using the Pinecone as retrieval vector store.",
|
52 | 53 | "symfony/css-selector": "For using the YouTube transcription tool.",
|
53 |
| - "symfony/dom-crawler": "For using the YouTube transcription tool." |
| 54 | + "symfony/dom-crawler": "For using the YouTube transcription tool.", |
| 55 | + "symfony/http-foundation": "For using the SessionStore as message store.", |
| 56 | + "psr/cache": "For using the CacheStore as message store." |
54 | 57 | },
|
55 | 58 | "autoload": {
|
56 | 59 | "psr-4": {
|
|
0 commit comments