diff --git a/loophp/psr17/1.0/config/packages/loophp_psr17.yaml b/loophp/psr17/1.0/config/packages/loophp_psr17.yaml new file mode 100644 index 00000000..b5481376 --- /dev/null +++ b/loophp/psr17/1.0/config/packages/loophp_psr17.yaml @@ -0,0 +1,8 @@ +services: + # Register loophp/psr17/Psr17 class and autowire/autoconfigure it. + loophp\psr17\Psr17: + autowire: true + autoconfigure: true + + # Alias the service to the Psr17 interface. + loophp\psr17\Psr17Interface: '@loophp\psr17\Psr17' diff --git a/loophp/psr17/1.0/manifest.json b/loophp/psr17/1.0/manifest.json new file mode 100644 index 00000000..e164c6e6 --- /dev/null +++ b/loophp/psr17/1.0/manifest.json @@ -0,0 +1,5 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}