mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
DX: embed test app inside bundle
This commit is contained in:
8
tests/app/config/packages/loophp_psr17.yaml
Normal file
8
tests/app/config/packages/loophp_psr17.yaml
Normal file
@@ -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'
|
Reference in New Issue
Block a user