Skip to content

Commit e0be2e8

Browse files
authored
change symphony/http-client requirement
1 parent 49dec0b commit e0be2e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@
1212
}
1313
],
1414
"require": {
15+
"php": ">=8.1",
1516
"openai-php/client": ">=v0.7.8",
1617
"guzzlehttp/guzzle": "^7.9",
1718
"guzzlehttp/psr7": "^2.7",
18-
"symfony/http-client": "^7.1",
19+
"symfony/http-client": "^6.4",
1920
"nyholm/psr7": "^1.8"
2021
},
2122
"config": {
23+
"platform": {
24+
"php": "8.1"
25+
},
2226
"allow-plugins": {
2327
"php-http/discovery": true,
2428
"composer/installers": true

0 commit comments

Comments
 (0)