File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class Configuration implements ConfigurationInterface
24
24
/**
25
25
* {@inheritdoc}
26
26
*/
27
- public function getConfigTreeBuilder ()
27
+ public function getConfigTreeBuilder (): TreeBuilder
28
28
{
29
29
if (method_exists (TreeBuilder::class, 'getRootNode ' )) {
30
30
$ treeBuilder = new TreeBuilder ('florianv_swap ' );
Original file line number Diff line number Diff line change 17
17
},
18
18
"require" : {
19
19
"php" : " ^7.1.3|^8.0" ,
20
- "symfony/framework-bundle" : " ~3.0|~4.0|~5.0|~6.0" ,
20
+ "symfony/framework-bundle" : " ~3.0|~4.0|~5.0|~6.0|~7.0 " ,
21
21
"florianv/swap" : " ^4.0"
22
22
},
23
23
"require-dev" : {
24
24
"php-http/guzzle6-adapter" : " ^1.0" ,
25
25
"php-http/message" : " ^1.7" ,
26
- "symfony/cache" : " ~3.0|~4.0|~5.0|~6.0" ,
26
+ "symfony/cache" : " ~3.0|~4.0|~5.0|~6.0|~7.0 " ,
27
27
"phpunit/phpunit" : " ~5.7|~6.0|~7.0|~8.0|~9.0" ,
28
28
"nyholm/psr7" : " ^1.1"
29
29
},
You can’t perform that action at this time.
0 commit comments