diff --git a/nyholm/psr7/0.3/config/packages/nyholm_psr7.yaml b/nyholm/psr7/0.3/config/packages/nyholm_psr7.yaml deleted file mode 100644 index ce4ce1c4..00000000 --- a/nyholm/psr7/0.3/config/packages/nyholm_psr7.yaml +++ /dev/null @@ -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 diff --git a/nyholm/psr7/0.3/manifest.json b/nyholm/psr7/0.3/manifest.json deleted file mode 100644 index e164c6e6..00000000 --- a/nyholm/psr7/0.3/manifest.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } -} diff --git a/nyholm/psr7/1.0/config/packages/nyholm_psr7.yaml b/nyholm/psr7/1.0/config/packages/nyholm_psr7.yaml deleted file mode 100644 index 761aa965..00000000 --- a/nyholm/psr7/1.0/config/packages/nyholm_psr7.yaml +++ /dev/null @@ -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 diff --git a/nyholm/psr7/1.0/manifest.json b/nyholm/psr7/1.0/manifest.json deleted file mode 100644 index e164c6e6..00000000 --- a/nyholm/psr7/1.0/manifest.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } -}