Skip to content

Commit 8f7a6ae

Browse files
committed
Remove message store bridge path repositories
The message store bridge packages now exist as proper packages, so the path repository entries are no longer needed.
1 parent 7debdfa commit 8f7a6ae

File tree

2 files changed

+0
-74
lines changed

2 files changed

+0
-74
lines changed

examples/composer.json

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -19,42 +19,6 @@
1919
{
2020
"type": "path",
2121
"url": "../src/store"
22-
},
23-
{
24-
"type": "path",
25-
"url": "../src/chat/src/Bridge/Cache"
26-
},
27-
{
28-
"type": "path",
29-
"url": "../src/chat/src/Bridge/Cloudflare"
30-
},
31-
{
32-
"type": "path",
33-
"url": "../src/chat/src/Bridge/Doctrine"
34-
},
35-
{
36-
"type": "path",
37-
"url": "../src/chat/src/Bridge/Session"
38-
},
39-
{
40-
"type": "path",
41-
"url": "../src/chat/src/Bridge/Meilisearch"
42-
},
43-
{
44-
"type": "path",
45-
"url": "../src/chat/src/Bridge/MongoDb"
46-
},
47-
{
48-
"type": "path",
49-
"url": "../src/chat/src/Bridge/Pogocache"
50-
},
51-
{
52-
"type": "path",
53-
"url": "../src/chat/src/Bridge/Redis"
54-
},
55-
{
56-
"type": "path",
57-
"url": "../src/chat/src/Bridge/SurrealDb"
5822
}
5923
],
6024
"require": {

src/ai-bundle/composer.json

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,6 @@
33
"description": "Integration bundle for Symfony AI components",
44
"license": "MIT",
55
"type": "symfony-bundle",
6-
"repositories": [
7-
{
8-
"type": "path",
9-
"url": "../chat/src/Bridge/Cache"
10-
},
11-
{
12-
"type": "path",
13-
"url": "../chat/src/Bridge/Cloudflare"
14-
},
15-
{
16-
"type": "path",
17-
"url": "../chat/src/Bridge/Doctrine"
18-
},
19-
{
20-
"type": "path",
21-
"url": "../chat/src/Bridge/Meilisearch"
22-
},
23-
{
24-
"type": "path",
25-
"url": "../chat/src/Bridge/MongoDb"
26-
},
27-
{
28-
"type": "path",
29-
"url": "../chat/src/Bridge/Pogocache"
30-
},
31-
{
32-
"type": "path",
33-
"url": "../chat/src/Bridge/Redis"
34-
},
35-
{
36-
"type": "path",
37-
"url": "../chat/src/Bridge/Session"
38-
},
39-
{
40-
"type": "path",
41-
"url": "../chat/src/Bridge/SurrealDb"
42-
}
43-
],
446
"authors": [
457
{
468
"name": "Christopher Hertel",

0 commit comments

Comments
 (0)