Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 33a69cb

Browse files
authored
chore: normalize composer.json (#16)
1 parent 322011b commit 33a69cb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "php-llm/llm-chain-bundle",
3-
"type": "symfony-bundle",
43
"description": "Symfony integration bundle for php-llm/llm-chain",
54
"license": "MIT",
5+
"type": "symfony-bundle",
66
"authors": [
77
{
88
"name": "Christopher Hertel",
@@ -12,19 +12,19 @@
1212
"require": {
1313
"php": ">=8.2",
1414
"php-llm/llm-chain": "dev-main",
15-
"symfony/framework-bundle": "^6.4 || ^7.0",
1615
"symfony/config": "^6.4 || ^7.0",
17-
"symfony/dependency-injection": "^6.4 || ^7.0"
16+
"symfony/dependency-injection": "^6.4 || ^7.0",
17+
"symfony/framework-bundle": "^6.4 || ^7.0"
1818
},
19+
"require-dev": {
20+
"php-cs-fixer/shim": "^3.64",
21+
"phpstan/phpstan": "^1.12"
22+
},
23+
"minimum-stability": "dev",
24+
"prefer-stable": true,
1925
"autoload": {
2026
"psr-4": {
2127
"PhpLlm\\LlmChainBundle\\": "src/"
2228
}
23-
},
24-
"minimum-stability": "dev",
25-
"prefer-stable": true,
26-
"require-dev": {
27-
"php-cs-fixer/shim": "^3.64",
28-
"phpstan/phpstan": "^1.12"
2929
}
3030
}

0 commit comments

Comments
 (0)