We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b20929 commit 14e979cCopy full SHA for 14e979c
examples/composer.json
@@ -19,6 +19,10 @@
19
{
20
"type": "path",
21
"url": "../src/store"
22
+ },
23
+ {
24
+ "type": "path",
25
+ "url": "../src/store/src/Bridge/Qdrant"
26
}
27
],
28
"require": {
@@ -63,7 +67,9 @@
63
67
"symfony/console": "^7.4|^8.0",
64
68
"symfony/dependency-injection": "^7.4|^8.0",
65
69
"symfony/dotenv": "^7.4|^8.0",
70
+ "symfony/finder": "^7.4|^8.0",
66
71
"symfony/http-foundation": "^7.4|^8.0",
72
+ "symfony/process": "^7.4|^8.0",
73
"symfony/var-dumper": "^7.4|^8.0"
74
},
75
"require-dev": {
0 commit comments