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:
77 Psr\Http\Message\UploadedFileFactoryInterface : ' @nyholm.psr7.psr17_factory'
88 Psr\Http\Message\UriFactoryInterface : ' @nyholm.psr7.psr17_factory'
99
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-
1710 nyholm.psr7.psr17_factory :
1811 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