mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add Idempotency Bundle (#1579)
* Add config file and manifest.json * Fix spaces * Retry QA * Retry QA
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
idempotency:
|
||||||
|
name: 'app'
|
||||||
|
methods: ['POST', 'PUT', 'PATCH']
|
||||||
|
location: 'Header-Idempotency-Key'
|
||||||
|
scope: 'headers'
|
||||||
8
conejerock/idempotency-bundle/1.0/manifest.json
Normal file
8
conejerock/idempotency-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"bundles": {
|
||||||
|
"Conejerock\\IdempotencyBundle\\IdempotencyBundle": ["all"]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user