File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/Bundle/DependencyInjection Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
"require" : {
16
16
"php" : " >=7.1" ,
17
17
"doctrine/orm" : " ^2.6.3" ,
18
- "symfony/property-access" : " ^4.4 || ^5.4 || ^6.0" ,
19
- "symfony/property-info" : " ^4.4 || ^5.4 || ^6.0" ,
20
- "symfony/serializer" : " ^4.4 || ^5.4 || ^6.0"
18
+ "symfony/property-access" : " ^4.4 || ^5.4 || ^6.0 || ^7.0 " ,
19
+ "symfony/property-info" : " ^4.4 || ^5.4 || ^6.0 || ^7.0 " ,
20
+ "symfony/serializer" : " ^4.4 || ^5.4 || ^6.0 || ^7.0 "
21
21
},
22
22
"require-dev" : {
23
23
"doctrine/annotations" : " ^1.0" ,
24
24
"doctrine/doctrine-bundle" : " ^1.12.13 || ^2.2" ,
25
25
"doctrine/dbal" : " ^2.7 || ^3.3" ,
26
- "symfony/finder" : " ^4.4 || ^5.4 || ^6.0" ,
27
- "symfony/framework-bundle" : " ^4.4 || ^5.4 || ^6.0" ,
28
- "symfony/phpunit-bridge" : " ^6.0"
26
+ "symfony/finder" : " ^4.4 || ^5.4 || ^6.0 || ^7.0 " ,
27
+ "symfony/framework-bundle" : " ^4.4 || ^5.4 || ^6.0 || ^7.0 " ,
28
+ "symfony/phpunit-bridge" : " ^6.0 || ^7.0 "
29
29
},
30
30
"suggest" : {
31
31
"symfony/framework-bundle" : " To use the provided bundle." ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ final class Configuration implements ConfigurationInterface
17
17
/**
18
18
* @return TreeBuilder
19
19
*/
20
- public function getConfigTreeBuilder ()
20
+ public function getConfigTreeBuilder (): TreeBuilder
21
21
{
22
22
$ treeBuilder = new TreeBuilder ('dunglas_doctrine_json_odm ' );
23
23
You can’t perform that action at this time.
0 commit comments