Skip to content

Commit 2f0d8b7

Browse files
authored
fix: require symfony/string explicitly (#62)
We are using it in the extension
1 parent 4bbfd7e commit 2f0d8b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"php-llm/llm-chain": "^0.13",
1515
"symfony/config": "^6.4 || ^7.0",
1616
"symfony/dependency-injection": "^6.4 || ^7.0",
17-
"symfony/framework-bundle": "^6.4 || ^7.0"
17+
"symfony/framework-bundle": "^6.4 || ^7.0",
18+
"symfony/string": "^6.4 || ^7.0"
1819
},
1920
"require-dev": {
2021
"php-cs-fixer/shim": "^3.65",

0 commit comments

Comments
 (0)