File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 7
7
"ext-ctype" : " *" ,
8
8
"ext-iconv" : " *" ,
9
9
"phpbenchmarks/symfony-common" : " 4.3.3" ,
10
- "symfony/console" : " 4.3.0-BETA1 " ,
11
- "symfony/dotenv" : " 4.3.0-BETA1 " ,
10
+ "symfony/console" : " 4.3.0-BETA2 " ,
11
+ "symfony/dotenv" : " 4.3.0-BETA2 " ,
12
12
"symfony/flex" : " ^1.1" ,
13
- "symfony/framework-bundle" : " 4.3.0-BETA1 " ,
13
+ "symfony/framework-bundle" : " 4.3.0-BETA2 " ,
14
14
"symfony/serializer-pack" : " ^1.0" ,
15
- "symfony/translation" : " 4.3.0-BETA1 " ,
16
- "symfony/yaml" : " 4.3.0-BETA1 "
15
+ "symfony/translation" : " 4.3.0-BETA2 " ,
16
+ "symfony/yaml" : " 4.3.0-BETA2 "
17
17
},
18
18
"minimum-stability" : " beta" ,
19
19
"config" : {
41
41
"extra" : {
42
42
"symfony" : {
43
43
"allow-contrib" : false ,
44
- "require" : " 4.3.0-BETA1 "
44
+ "require" : " 4.3.0-BETA2 "
45
45
}
46
46
}
47
47
}
Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ public function registerBundles()
35
35
}
36
36
}
37
37
38
+ public function getProjectDir (): string
39
+ {
40
+ return \dirname (__DIR__ );
41
+ }
42
+
38
43
protected function configureContainer (ContainerBuilder $ container , LoaderInterface $ loader )
39
44
{
40
45
$ container ->addResource (new FileResource ($ this ->getProjectDir ().'/config/bundles.php ' ));
You can’t perform that action at this time.
0 commit comments