mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add recipe for loophp/psr17 package.
This commit is contained in:
@@ -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'
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user