Add recipe for loophp/psr17 package.

This commit is contained in:
Pol Dellaiera
2021-07-23 11:37:10 +02:00
parent adb3643556
commit e7721ec172
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,9 @@
services:
# Register loophp/psr17/Psr17 class and autowire/autoconfigure it.
loophp.psr17.psr17:
class: 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%/"
}
}