Merge pull request #1180 from drupol/add-loophp-psr17

Add recipe for loophp/psr17 package.
This commit is contained in:
Fabien Potencier
2021-07-29 07:41:17 +02:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
@@ -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'
+5
View File
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}