File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
symfony/psr-http-message-bridge/2.1 Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ services :
2
+ _defaults :
3
+ autowire : true
4
+ autoconfigure : true
5
+
6
+ Symfony\Bridge\PsrHttpMessage\HttpFoundationFactoryInterface :
7
+ ' @Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory'
8
+
9
+ Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface :
10
+ ' @Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory'
11
+
12
+ Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory : null
13
+ Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory : null
14
+
15
+ # Uncomment the following line to allow controllers to receive a
16
+ # PSR-7 server request object instead of an HttpFoundation request
17
+ # Symfony\Bridge\PsrHttpMessage\ArgumentValueResolver\PsrServerRequestResolver: null
18
+
19
+ # Uncomment the following line to allow controllers to return a
20
+ # PSR-7 response object instead of an HttpFoundation response
21
+ # Symfony\Bridge\PsrHttpMessage\EventListener\PsrResponseListener: null
Original file line number Diff line number Diff line change
1
+ {
2
+ "copy-from-recipe" : {
3
+ "config/" : " %CONFIG_DIR%/"
4
+ }
5
+ }
You can’t perform that action at this time.
0 commit comments