8000 minor #47873 [HttpClient] Deprecation Contracts Dependency (MGatner) · symfony/symfony@889f4d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 889f4d6

Browse files
committed
minor #47873 [HttpClient] Deprecation Contracts Dependency (MGatner)
This PR was merged into the 6.2 branch. Discussion ---------- [HttpClient] Deprecation Contracts Dependency | Q | A | ------------- | --- | Branch? | 6.2 (branch follow-up) | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | I believe ca3a246 added `deprecation-contracts` to the incorrect field, which is causing the actual package not to install in some circumstances because it thinks HTTPClient provides the dependency. Commits ------- a047823 fix: Move dependency to correct field
2 parents 1ccb56f + a047823 commit 889f4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpClient/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"php-http/async-client-implementation": "*",
1919
"php-http/client-implementation": "*",
2020
"psr/http-client-implementation": "1.0",
21-
"symfony/deprecation-contracts": "^2.1|^3",
2221
"symfony/http-client-implementation": "3.0"
2322
},
2423
"require": {
2524
"php": ">=8.1",
2625
"psr/log": "^1|^2|^3",
26+
"symfony/deprecation-contracts": "^2.1|^3",
2727
"symfony/http-client-contracts": "^3",
2828
"symfony/service-contracts": "^1.0|^2|^3"
2929
},

0 commit comments

Comments
 (0)
0