File tree Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -85,24 +85,18 @@ integrate with Swoole or AWS Lambda).
85
85
Use the ``APP_RUNTIME `` environment variable or by specifying the
86
86
``extra.runtime.class `` in ``composer.json `` to change the Runtime class:
87
87
88
- .. configuration-block ::
89
-
90
- .. code-block :: json
88
+ .. code-block :: json
91
89
92
- {
93
- "require" : {
94
- "..." : " ..."
95
- },
96
- "extra" : {
97
- "runtime" : {
98
- "class" : " Symfony\\ Component\\ Runtime\\ GenericRuntime"
99
- }
90
+ {
91
+ "require" : {
92
+ "..." : " ..."
93
+ },
94
+ "extra" : {
95
+ "runtime" : {
96
+ "class" : " Symfony\\ Component\\ Runtime\\ GenericRuntime"
100
97
}
101
98
}
102
-
103
- .. code-block :: env
104
-
105
- APP_RUNTIME="Symfony\\Component\\Runtime\\GenericRuntime"
99
+ }
106
100
107
101
Using the Runtime
108
102
-----------------
You can’t perform that action at this time.
0 commit comments