Skip to content

Commit 5c91bba

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

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
services:
2+
_defaults:
3+
autowire: true
4+
autoconfigure: true
5+
6+
Symfony\Bridge\PsrHttpMessage\HttpFoundationFactoryInterface:
7+
class: Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory
8+
9+
Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface:
10+
class: Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
11+
12+
# Uncomment the following line to allow controllers to return a
13+
# PSR-7 response object instead of a HttpFoundation response
14+
#
15+
# Symfony\Bridge\PsrHttpMessage\EventListener\PsrResponseListener: null
16+
17+
# Uncomment the following line to allow controllers to receive a
18+
# PSR-7 server request object instead of a HttpFoundation request
19+
#
20+
# Symfony\Bridge\PsrHttpMessage\ArgumentValueResolver\PsrServerRequestResolver: 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)