Skip to content

Commit eb75e95

Browse files
committed
Added a recipe for psr-http-message-bridge
1 parent 50d4ec5 commit eb75e95

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"copy-from-recipe": {
3+
"config/": "%CONFIG_DIR%/"
4+
}
5+
}

0 commit comments

Comments
 (0)