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

Commit f3e2918

Browse files
authored
Require php-llm/llm-chain:^0.1 (#19)
1 parent 1c23797 commit f3e2918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=8.2",
14-
"php-llm/llm-chain": "dev-main",
14+
"php-llm/llm-chain": "^0.1",
1515
"symfony/config": "^6.4 || ^7.0",
1616
"symfony/dependency-injection": "^6.4 || ^7.0",
1717
"symfony/framework-bundle": "^6.4 || ^7.0"

0 commit comments

Comments
 (0)