File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 17
17
"nikic/php-parser" : " ^4.0|^5.0" ,
18
18
"phpunit/php-text-template" : " ^1.2.1|^2.0|^3.0" ,
19
19
"psr/log" : " ^1.0|^2.0|^3.0" ,
20
- "symfony/finder" : " ^3.4|^4.1|^5.0|^6.0" ,
21
- "symfony/config" : " ^3.4|^4.0|^5.0|^6.0" ,
22
- "symfony/console" : " ^3.4|^4.0|^5.0|^6.0" ,
23
- "symfony/yaml" : " ^3.4|^4.0|^5.0|^6.0"
20
+ "symfony/finder" : " ^3.4|^4.1|^5.0|^6.0|^7.0 " ,
21
+ "symfony/config" : " ^3.4|^4.0|^5.0|^6.0|^7.0 " ,
22
+ "symfony/console" : " ^3.4|^4.0|^5.0|^6.0|^7.0 " ,
23
+ "symfony/yaml" : " ^3.4|^4.0|^5.0|^6.0|^7.0 "
24
24
},
25
25
"require-dev" : {
26
26
"escapestudios/symfony2-coding-standard" : " ^3.9" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class Configuration implements ConfigurationInterface
11
11
{
12
12
public const CONFIG_ROOT = '' ;
13
13
14
- public function getConfigTreeBuilder ()
14
+ public function getConfigTreeBuilder (): TreeBuilder
15
15
{
16
16
$ treeBuilder = new TreeBuilder (self ::CONFIG_ROOT );
17
17
if (method_exists ($ treeBuilder , 'getRootNode ' )) {
Original file line number Diff line number Diff line change 16
16
"nikic/php-parser" : " ^4.0|^5.0" ,
17
17
"phpunit/php-text-template" : " ^1.2.1|^2.0|^3.0" ,
18
18
"scheb/tombstone-core" : " self.version" ,
19
- "symfony/finder" : " ^3.4|^4.1|^5.0|^6.0" ,
20
- "symfony/config" : " ^3.4|^4.0|^5.0|^6.0" ,
21
- "symfony/console" : " ^3.4|^4.0|^5.0|^6.0" ,
22
- "symfony/yaml" : " ^3.4|^4.0|^5.0|^6.0"
19
+ "symfony/finder" : " ^3.4|^4.1|^5.0|^6.0|^7.0 " ,
20
+ "symfony/config" : " ^3.4|^4.0|^5.0|^6.0|^7.0 " ,
21
+ "symfony/console" : " ^3.4|^4.0|^5.0|^6.0|^7.0 " ,
22
+ "symfony/yaml" : " ^3.4|^4.0|^5.0|^6.0|^7.0 "
23
23
},
24
24
"bin" : [
25
25
" tombstone-analyzer"
You can’t perform that action at this time.
0 commit comments