File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 "php" : " ^8.2" ,
99 "ext-json" : " *" ,
1010 "lcobucci/jwt" : " ^5.0" ,
11- "symfony/config" : " ^6.2" ,
12- "symfony/http-client" : " ^6.2" ,
13- "symfony/http-foundation" : " ^6.2" ,
14- "symfony/http-kernel" : " ^6.2" ,
15- "symfony/security-core" : " ^6.2"
11+ "symfony/config" : " ^6.2|^7.0 " ,
12+ "symfony/http-client" : " ^6.2|^7.0 " ,
13+ "symfony/http-foundation" : " ^6.2|^7.0 " ,
14+ "symfony/http-kernel" : " ^6.2|^7.0 " ,
15+ "symfony/security-core" : " ^6.2|^7.0 "
1616 },
1717 "config" : {
1818 "optimize-autoloader" : true ,
Original file line number Diff line number Diff line change 99
1010final class Configuration implements ConfigurationInterface
1111{
12- public function getConfigTreeBuilder ()
12+ public function getConfigTreeBuilder (): TreeBuilder
1313 {
1414 $ treeBuilder = new TreeBuilder ('oauth2_authenticator ' );
1515 $ treeBuilder ->getRootNode ()
You can’t perform that action at this time.
0 commit comments