Skip to content

Commit 5dd24d0

Browse files
committed
bug #1074 Bring back deps of runner and skip packagist for qdrant for now (chr-hertel)
This PR was merged into the main branch. Discussion ---------- Bring back deps of runner and skip packagist for qdrant for now | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | | License | MIT Follows #1057 and #1069 Commits ------- 14e979c Bring back deps of runner and skip packagist for qdrant for now
2 parents 9b20929 + 14e979c commit 5dd24d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
{
2020
"type": "path",
2121
"url": "../src/store"
22+
},
23+
{
24+
"type": "path",
25+
"url": "../src/store/src/Bridge/Qdrant"
2226
}
2327
],
2428
"require": {
@@ -63,7 +67,9 @@
6367
"symfony/console": "^7.4|^8.0",
6468
"symfony/dependency-injection": "^7.4|^8.0",
6569
"symfony/dotenv": "^7.4|^8.0",
70+
"symfony/finder": "^7.4|^8.0",
6671
"symfony/http-foundation": "^7.4|^8.0",
72+
"symfony/process": "^7.4|^8.0",
6773
"symfony/var-dumper": "^7.4|^8.0"
6874
},
6975
"require-dev": {

0 commit comments

Comments
 (0)