File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
nyholm/psr7/1.0/config/packages Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,5 @@ services:
7
7
Psr\Http\Message\UploadedFileFactoryInterface : ' @nyholm.psr7.psr17_factory'
8
8
Psr\Http\Message\UriFactoryInterface : ' @nyholm.psr7.psr17_factory'
9
9
10
- # Register nyholm/psr7 services for autowiring with HTTPlug factories
11
- Http\Message\MessageFactory : ' @nyholm.psr7.httplug_factory'
12
- Http\Message\RequestFactory : ' @nyholm.psr7.httplug_factory'
13
- Http\Message\ResponseFactory : ' @nyholm.psr7.httplug_factory'
14
- Http\Message\StreamFactory : ' @nyholm.psr7.httplug_factory'
15
- Http\Message\UriFactory : ' @nyholm.psr7.httplug_factory'
16
-
17
10
nyholm.psr7.psr17_factory :
18
11
class : Nyholm\Psr7\Factory\Psr17Factory
19
-
20
- nyholm.psr7.httplug_factory :
21
- class : Nyholm\Psr7\Factory\HttplugFactory
You can’t perform that action at this time.
0 commit comments