File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ CHANGELOG
12
12
in the request profiler raw content section
13
13
* Allowed adding attributes on controller arguments that will be passed to argument resolvers.
14
14
* kernels implementing the ` ExtensionInterface ` will now be auto-registered to the container
15
+ * added parameter ` kernel.runtime_environment ` , defined as ` %env(default:kernel.environment:APP_RUNTIME_ENV)% `
15
16
16
17
5.1.0
17
18
-----
Original file line number Diff line number Diff line change @@ -606,6 +606,7 @@ protected function getKernelParameters()
606
606
return [
607
607
'kernel.project_dir ' => realpath ($ this ->getProjectDir ()) ?: $ this ->getProjectDir (),
608
608
'kernel.environment ' => $ this ->environment ,
609
+ 'kernel.runtime_environment ' => '%env(default:kernel.environment:APP_RUNTIME_ENV)% ' ,
609
610
'kernel.debug ' => $ this ->debug ,
610
611
'kernel.build_dir ' => realpath ($ buildDir = $ this ->warmupDir ?: $ this ->getBuildDir ()) ?: $ buildDir ,
611
612
'kernel.cache_dir ' => realpath ($ this ->getCacheDir ()) ?: $ this ->getCacheDir (),
Original file line number Diff line number Diff line change 32
32
"symfony/config" : " ^5.0" ,
33
33
"symfony/console" : " ^4.4|^5.0" ,
34
34
"symfony/css-selector" : " ^4.4|^5.0" ,
35
- "symfony/dependency-injection" : " ^4.4|^5.0 " ,
35
+ "symfony/dependency-injection" : " ^5.1.8 " ,
36
36
"symfony/dom-crawler" : " ^4.4|^5.0" ,
37
37
"symfony/expression-language" : " ^4.4|^5.0" ,
38
38
"symfony/finder" : " ^4.4|^5.0" ,
53
53
"symfony/config" : " <5.0" ,
54
54
"symfony/console" : " <4.4" ,
55
55
"symfony/form" : " <5.0" ,
56
- "symfony/dependency-injection" : " <4.4 " ,
56
+ "symfony/dependency-injection" : " <5.1.8 " ,
57
57
"symfony/doctrine-bridge" : " <5.0" ,
58
58
"symfony/http-client" : " <5.0" ,
59
59
"symfony/mailer" : " <5.0" ,
You can’t perform that action at this time.
0 commit comments