Skip to content

Commit d3cd1d6

Browse files
authored
Symfony 7 adjustments (#1)
1 parent 662db48 commit d3cd1d6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
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,

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
final class Configuration implements ConfigurationInterface
1111
{
12-
public function getConfigTreeBuilder()
12+
public function getConfigTreeBuilder(): TreeBuilder
1313
{
1414
$treeBuilder = new TreeBuilder('oauth2_authenticator');
1515
$treeBuilder->getRootNode()

0 commit comments

Comments
 (0)