Skip to content

Commit e0f6cdb

Browse files
Merge branch '5.0'
* 5.0: [HttpClient] Fix deps Fix tests
2 parents 861fb4b + a266b35 commit e0f6cdb

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Doctrine\Common\Collections\Collection;
1515
use Doctrine\Common\Persistence\ManagerRegistry;
1616
use Doctrine\Common\Persistence\ObjectManager;
17+
use Doctrine\ORM\QueryBuilder;
1718
use Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader;
1819
use Symfony\Bridge\Doctrine\Form\ChoiceList\EntityLoaderInterface;
1920
use Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader;

src/Symfony/Component/HttpClient/composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"php": "^7.2.5",
2525
"psr/log": "^1.0",
2626
"symfony/http-client-contracts": "^1.1.8|^2",
27-
"symfony/polyfill-php73": "^1.11"
27+
"symfony/polyfill-php73": "^1.11",
28+
"symfony/service-contracts": "^1.0|^2"
2829
},
2930
"require-dev": {
3031
"guzzlehttp/promises": "^1.3.1",
@@ -33,9 +34,7 @@
3334
"psr/http-client": "^1.0",
3435
"symfony/dependency-injection": "^4.4|^5.0",
3536
"symfony/http-kernel": "^4.4|^5.0",
36-
"symfony/process": "^4.4|^5.0",
37-
"symfony/service-contracts": "^1.0|^2",
38-
"symfony/var-dumper": "^4.4|^5.0"
37+
"symfony/process": "^4.4|^5.0"
3938
},
4039
"autoload": {
4140
"psr-4": { "Symfony\\Component\\HttpClient\\": "" },

src/Symfony/Component/Security/Http/Firewall/AbstractPreAuthenticatedListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* @internal
3636
*/
3737
abstract class AbstractPreAuthenticatedListener extends AbstractListener
38-
38+
{
3939
protected $logger;
4040
private $tokenStorage;
4141
private $authenticationManager;

src/Symfony/Component/Security/Http/Firewall/ContextListener.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
use Psr\Log\LoggerInterface;
1515
use Symfony\Component\EventDispatcher\LegacyEventDispatcherProxy;
16+
use Symfony\Component\HttpFoundation\Request;
1617
use Symfony\Component\HttpFoundation\Session\Session;
1718
use Symfony\Component\HttpKernel\Event\RequestEvent;
1819
use Symfony\Component\HttpKernel\Event\ResponseEvent;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy