Skip to content

Commit 670fd6d

Browse files
authored
chore: updating some composer metadata + normalize (#287)
1 parent 6b6d8f1 commit 670fd6d

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

composer.json

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"name": "php-llm/llm-chain",
3-
"description": "A slim PHP component with tooling around LLMs.",
4-
"license": "MIT",
53
"type": "library",
4+
"description": "PHP library for building LLM-based and AI-based features and applications.",
5+
"keywords": [
6+
"ai",
7+
"llm",
8+
"huggingface",
9+
"transformers"
10+
],
11+
"license": "MIT",
612
"authors": [
713
{
814
"name": "Christopher Hertel",
@@ -30,6 +36,9 @@
3036
"symfony/uid": "^6.4 || ^7.1",
3137
"webmozart/assert": "^1.11"
3238
},
39+
"conflict": {
40+
"mongodb/mongodb": "<1.21"
41+
},
3342
"require-dev": {
3443
"codewithkyrian/chromadb-php": "^0.2.1 || ^0.3",
3544
"codewithkyrian/transformers": "^0.5.3",
@@ -49,9 +58,6 @@
4958
"symfony/process": "^6.4 || ^7.1",
5059
"symfony/var-dumper": "^6.4 || ^7.1"
5160
},
52-
"conflict": {
53-
"mongodb/mongodb": "<1.21"
54-
},
5561
"suggest": {
5662
"codewithkyrian/chromadb-php": "For using the ChromaDB as retrieval vector store.",
5763
"codewithkyrian/transformers": "For using the TransformersPHP with FFI to run models in PHP.",
@@ -60,6 +66,12 @@
6066
"symfony/css-selector": "For using the YouTube transcription tool.",
6167
"symfony/dom-crawler": "For using the YouTube transcription tool."
6268
},
69+
"config": {
70+
"allow-plugins": {
71+
"codewithkyrian/transformers-libsloader": true
72+
},
73+
"sort-packages": true
74+
},
6375
"autoload": {
6476
"psr-4": {
6577
"PhpLlm\\LlmChain\\": "src/"
@@ -69,11 +81,5 @@
6981
"psr-4": {
7082
"PhpLlm\\LlmChain\\Tests\\": "tests/"
7183
}
72-
},
73-
"config": {
74-
"sort-packages": true,
75-
"allow-plugins": {
76-
"codewithkyrian/transformers-libsloader": true
77-
}
7884
}
7985
}

0 commit comments

Comments
 (0)