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
2424 /**
2525 * {@inheritdoc}
2626 */
27- public function getConfigTreeBuilder ()
27+ public function getConfigTreeBuilder (): TreeBuilder
2828 {
2929 if (method_exists (TreeBuilder::class, 'getRootNode ' )) {
3030 $ treeBuilder = new TreeBuilder ('florianv_swap ' );
Original file line number Diff line number Diff line change 1717 },
1818 "require" : {
1919 "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 " ,
2121 "florianv/swap" : " ^4.0"
2222 },
2323 "require-dev" : {
2424 "php-http/guzzle6-adapter" : " ^1.0" ,
2525 "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 " ,
2727 "phpunit/phpunit" : " ~5.7|~6.0|~7.0|~8.0|~9.0" ,
2828 "nyholm/psr7" : " ^1.1"
2929 },
You can’t perform that action at this time.
0 commit comments