minor #34719 [HttpClient] remove conflict rule with HttpKernel that prevents using the component in Symfony 3.4 (nicolas-grekas)

This PR was merged into the 4.4 branch.

Discussion
----------

[HttpClient] remove conflict rule with HttpKernel that prevents using the component in Symfony 3.4

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #34698
| License       | MIT
| Doc PR        | -

Fix #34698

Commits
-------

d9c6476407 [HttpClient] remove conflict rule with HttpKernel that prevents using the component in Symfony 3.4
This commit is contained in:
Nicolas Grekas 2019-11-29 17:57:48 +01:00
commit f9eccf8ae3

View File

@ -36,9 +36,6 @@
"symfony/http-kernel": "^4.4",
"symfony/process": "^4.2|^5.0"
},
"conflict": {
"symfony/http-kernel": "<4.4"
},
"autoload": {
"psr-4": { "Symfony\\Component\\HttpClient\\": "" },
"exclude-from-classmap": [