Merge pull request #633

This commit is contained in:
symfony-flex-server[bot]
2019-03-11 17:42:39 +00:00
committed by GitHub
4 changed files with 0 additions and 57 deletions
@@ -1,33 +0,0 @@
services:
_defaults:
public: false
## Register nyholm/psr7 services for autowiring with Interop\Http
#Interop\Http\Factory\RequestFactoryInterface: '@nyholm.psr7.message_factory'
#Interop\Http\Factory\ResponseFactoryInterface: '@nyholm.psr7.message_factory'
#Interop\Http\Factory\ServerRequestFactoryInterface: '@nyholm.psr7.server_request_factory'
#Interop\Http\Factory\StreamFactoryInterface: '@nyholm.psr7.stream_factory'
#Interop\Http\Factory\UploadedFileFactoryInterface: '@nyholm.psr7.uploaded_file_factory'
#Interop\Http\Factory\UriFactoryInterface: '@nyholm.psr7.uri_factory'
## Register nyholm/psr7 services for autowiring with HTTPlug
#Http\Message\MessageFactory: '@nyholm.psr7.message_factory'
#Http\Message\RequestFactory: '@nyholm.psr7.message_factory'
#Http\Message\ResponseFactory: '@nyholm.psr7.message_factory'
#Http\Message\StreamFactory: '@nyholm.psr7.stream_factory'
#Http\Message\UriFactory: '@nyholm.psr7.uri_factory'
nyholm.psr7.message_factory:
class: Nyholm\Psr7\Factory\MessageFactory
nyholm.psr7.server_request_factory:
class: Nyholm\Psr7\Factory\ServerRequestFactory
nyholm.psr7.stream_factory:
class: Nyholm\Psr7\Factory\StreamFactory
nyholm.psr7.uploaded_file_factory:
class: Nyholm\Psr7\Factory\UploadedFileFactory
nyholm.psr7.uri_factory:
class: Nyholm\Psr7\Factory\UriFactory
-5
View File
@@ -1,5 +0,0 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -1,14 +0,0 @@
services:
_defaults:
public: false
# Register nyholm/psr7 services for autowiring with PSR-17 (HTTP factories)
Psr\Http\Message\RequestFactoryInterface: '@nyholm.psr7.psr17_factory'
Psr\Http\Message\ResponseFactoryInterface: '@nyholm.psr7.psr17_factory'
Psr\Http\Message\ServerRequestFactoryInterface: '@nyholm.psr7.psr17_factory'
Psr\Http\Message\StreamFactoryInterface: '@nyholm.psr7.psr17_factory'
Psr\Http\Message\UploadedFileFactoryInterface: '@nyholm.psr7.psr17_factory'
Psr\Http\Message\UriFactoryInterface: '@nyholm.psr7.psr17_factory'
nyholm.psr7.psr17_factory:
class: Nyholm\Psr7\Factory\Psr17Factory
-5
View File
@@ -1,5 +0,0 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}