Skip to content

Commit 496d007

Browse files
Merge branch '4.4' into 5.0
* 4.4: [DI] auto-register singly implemented interfaces by default [DI] fix overriding existing services with aliases for singly-implemented interfaces remove service when base class is missing do not depend on the QueryBuilder from the ORM [Security/Http] call auth listeners/guards eagerly when they "support" the request [Messenger] add tests to FailedMessagesShowCommand Fix the translation commands when a template contains a syntax error [Security] Fix clearing remember-me cookie after deauthentication [Validator] Update Slovenian translations [HttpClient] remove conflict rule with HttpKernel that prevents using the component in Symfony 3.4 [Config][ReflectionClassResource] Handle parameters with undefined constant as their default values fix dumping number-like string parameters Fix CI [Console] Fix autocomplete multibyte input support [Config] don't break on virtual stack frames in ClassExistenceResource more robust initialization from request Changing the multipart form-data behavior to use the form name as an array, which makes it recognizable as an array by PHP on the $_POST globals once it is coming from the HttpClient component
2 parents d141fbe + 6c235cf commit 496d007

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
"symfony/service-contracts": "^1.0|^2",
3838
"symfony/var-dumper": "^4.4|^5.0"
3939
},
40-
"conflict": {
41-
"symfony/http-kernel": "<4.4"
42-
},
4340
"autoload": {
4441
"psr-4": { "Symfony\\Component\\HttpClient\\": "" },
4542
"exclude-from-classmap": [

0 commit comments

Comments
 (0)