Skip to content

Commit 8ac9e15

Browse files
authored
Merge pull request #37 from backdrop-contrib/30-user-error-composer-detected-issues-in-your-platform
30 user error composer detected issues in your platform
2 parents 7ad6afa + f74c242 commit 8ac9e15

File tree

2 files changed

+48
-40
lines changed

2 files changed

+48
-40
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

composer.lock

Lines changed: 43 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)