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 @@ -10,8 +10,8 @@ class Configuration implements ConfigurationInterface
10
10
{
11
11
public function getConfigTreeBuilder ()
12
12
{
13
- $ treeBuilder = new TreeBuilder ();
14
- $ rootNode = $ treeBuilder ->root ( ' tdbm ' );
13
+ $ treeBuilder = new TreeBuilder (' tdbm ' );
14
+ $ rootNode = $ treeBuilder ->getRootNode ( );
15
15
16
16
$ rootNode
17
17
->children ()
Original file line number Diff line number Diff line change 23
23
"require" : {
24
24
"php" : " >=7.1" ,
25
25
"thecodingmachine/tdbm" : " ~5.1.0" ,
26
- "doctrine/doctrine-bundle" : " ^1.9" ,
26
+ "doctrine/doctrine-bundle" : " ^1.9 || ^2 " ,
27
27
"doctrine/orm" : " ^1 || ^2"
28
28
},
29
29
"require-dev" : {
30
30
"roave/security-advisories" : " dev-master" ,
31
- "symfony/security-bundle" : " ^4.1.9" ,
32
- "symfony/yaml" : " ^4.1.9" ,
31
+ "symfony/security-bundle" : " ^4.1.9 || ^5 " ,
32
+ "symfony/yaml" : " ^4.1.9 || ^5 " ,
33
33
"phpunit/phpunit" : " ^7.5.6" ,
34
- "phpstan/phpstan" : " ^0.11.4"
34
+ "phpstan/phpstan-shim " : " ^0.11.4"
35
35
},
36
36
"scripts" : {
37
37
"phpstan" : " phpstan analyse TdbmBundle.php DependencyInjection/ Resources/ -c phpstan.neon --level=7 --no-progress"
You can’t perform that action at this time.
0 commit comments