File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
ExpressionFunction/Security Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1818 php-version :
1919 - ' 8.0'
2020 - ' 8.1'
21+ - ' 8.2'
2122 symfony-version :
2223 - ' 5.4.*'
2324 - ' 6.0.*'
25+ - ' 6.2.*'
2426 dependencies :
2527 - ' lowest'
2628 - ' highest'
Original file line number Diff line number Diff line change 88use Overblog \GraphQLBundle \Generator \TypeGenerator ;
99use Overblog \GraphQLBundle \Security \Security ;
1010use Overblog \GraphQLBundle \Tests \ExpressionLanguage \TestCase ;
11- use Symfony \Bundle \SecurityBundle \Security as CoreSecurity ;
1211use Symfony \Component \Security \Core \Authentication \Token \Storage \TokenStorageInterface ;
1312use Symfony \Component \Security \Core \Authentication \Token \TokenInterface ;
13+ use Symfony \Component \Security \Core \Security as CoreSecurity ;
1414use Symfony \Component \Security \Core \User \InMemoryUser ;
1515use Symfony \Component \Security \Core \User \User ;
1616use Symfony \Component \Security \Core \User \UserInterface ;
Original file line number Diff line number Diff line change 1616use PHPUnit \Framework \MockObject \Rule \InvokedCount ;
1717use PHPUnit \Framework \MockObject \Stub ;
1818use PHPUnit \Framework \TestCase as BaseTestCase ;
19- use Symfony \Bundle \SecurityBundle \Security as CoreSecurity ;
2019use Symfony \Component \ExpressionLanguage \Expression ;
2120use Symfony \Component \ExpressionLanguage \ExpressionFunction ;
21+ use Symfony \Component \Security \Core \Security as CoreSecurity ;
2222
2323use function array_keys ;
2424use function call_user_func_array ;
You can’t perform that action at this time.
0 commit comments