Skip to content

Commit ddc3a22

Browse files
authored
chore: lib update (#66)
1 parent 5a06fd4 commit ddc3a22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
],
1212
"require": {
1313
"php": ">=8.2",
14-
"php-llm/llm-chain": "^0.14",
14+
"php-llm/llm-chain": "^0.15",
1515
"symfony/config": "^6.4 || ^7.0",
1616
"symfony/dependency-injection": "^6.4 || ^7.0",
1717
"symfony/framework-bundle": "^6.4 || ^7.0",
1818
"symfony/string": "^6.4 || ^7.0"
1919
},
2020
"require-dev": {
21-
"php-cs-fixer/shim": "^3.65",
22-
"phpstan/phpstan": "^2.0",
21+
"php-cs-fixer/shim": "^3.68",
22+
"phpstan/phpstan": "^2.1",
2323
"phpunit/phpunit": "^11.5"
2424
},
2525
"config": {

0 commit comments

Comments
 (0)