mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"manifests": {
|
||||
"monofony/admin-meta": {
|
||||
"manifest": {
|
||||
"copy-from-package": {
|
||||
".recipe/assets/": "assets/",
|
||||
".recipe/config/": "%CONFIG_DIR%/",
|
||||
".recipe/features/": "features/",
|
||||
".recipe/spec/": "spec/",
|
||||
".recipe/src/": "%SRC_DIR%/",
|
||||
".recipe/templates/": "templates/",
|
||||
".recipe/tests/": "tests/"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "8d32c12797d022e670e2e9b8416c00235089ef06"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"manifests": {
|
||||
"monofony/api-meta": {
|
||||
"manifest": {
|
||||
"copy-from-package": {
|
||||
".recipe/config/": "%CONFIG_DIR%/",
|
||||
".recipe/spec/": "spec/",
|
||||
".recipe/src/": "%SRC_DIR%/",
|
||||
".recipe/tests/": "tests/"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "b9fd776a767cdd112e60a83aae97a892baf5905d"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"manifests": {
|
||||
"monofony/core-meta": {
|
||||
"manifest": {
|
||||
"container": {
|
||||
"locale": "en",
|
||||
"email_contact": "contact@example.com",
|
||||
"email_name": "Contact AppName",
|
||||
"email_sender": "no-reply@example.com"
|
||||
},
|
||||
"copy-from-package": {
|
||||
".recipe/config/": "%CONFIG_DIR%/",
|
||||
".recipe/features/": "features/",
|
||||
".recipe/migrations/": "migrations/",
|
||||
".recipe/spec/": "spec/",
|
||||
".recipe/src/": "%SRC_DIR%/",
|
||||
".recipe/templates/": "templates/",
|
||||
".recipe/tests/": "tests/",
|
||||
".recipe/translations/": "translations/",
|
||||
".recipe/config-builder.js": "config-builder.js"
|
||||
},
|
||||
"env": {
|
||||
"OAUTH_CLIENT_ID": "%generate(secret)%",
|
||||
"OAUTH_SECRET": "%generate(secret)%"
|
||||
},
|
||||
"gitignore": [
|
||||
"/public/assets",
|
||||
"/public/media"
|
||||
]
|
||||
},
|
||||
"files": [],
|
||||
"ref": "7fa5f4b232834f5857ca279e99bb8ad57cc4dff9"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"manifests": {
|
||||
"monofony/front-meta": {
|
||||
"manifest": {
|
||||
"copy-from-package": {
|
||||
".recipe/assets/": "assets/",
|
||||
".recipe/config/": "%CONFIG_DIR%/",
|
||||
".recipe/features/": "features/",
|
||||
".recipe/src/": "%SRC_DIR%/",
|
||||
".recipe/templates/": "templates/",
|
||||
".recipe/tests/": "tests/"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "2b36169bbc23f68e3b052d9517326872596511ce"
|
||||
}
|
||||
}
|
||||
}
|
||||
+12
@@ -896,6 +896,18 @@
|
||||
"moneyphp/money-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
"monofony/admin-meta": [
|
||||
"0.8"
|
||||
],
|
||||
"monofony/api-meta": [
|
||||
"0.8"
|
||||
],
|
||||
"monofony/core-meta": [
|
||||
"0.8"
|
||||
],
|
||||
"monofony/front-meta": [
|
||||
"0.8"
|
||||
],
|
||||
"monsieurbiz/sylius-admin-better-login-plugin": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"manifests": {
|
||||
"monofony/admin-meta": {
|
||||
"manifest": {
|
||||
"copy-from-package": {
|
||||
".recipe/assets/": "assets/",
|
||||
".recipe/config/": "%CONFIG_DIR%/",
|
||||
".recipe/features/": "features/",
|
||||
".recipe/spec/": "spec/",
|
||||
".recipe/src/": "%SRC_DIR%/",
|
||||
".recipe/templates/": "templates/",
|
||||
".recipe/tests/": "tests/"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "8d32c12797d022e670e2e9b8416c00235089ef06"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"manifests": {
|
||||
"monofony/api-meta": {
|
||||
"manifest": {
|
||||
"copy-from-package": {
|
||||
".recipe/config/": "%CONFIG_DIR%/",
|
||||
".recipe/spec/": "spec/",
|
||||
".recipe/src/": "%SRC_DIR%/",
|
||||
".recipe/tests/": "tests/"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "b9fd776a767cdd112e60a83aae97a892baf5905d"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"manifests": {
|
||||
"monofony/core-meta": {
|
||||
"manifest": {
|
||||
"container": {
|
||||
"locale": "en",
|
||||
"email_contact": "contact@example.com",
|
||||
"email_name": "Contact AppName",
|
||||
"email_sender": "no-reply@example.com"
|
||||
},
|
||||
"copy-from-package": {
|
||||
".recipe/config/": "%CONFIG_DIR%/",
|
||||
".recipe/features/": "features/",
|
||||
".recipe/migrations/": "migrations/",
|
||||
".recipe/spec/": "spec/",
|
||||
".recipe/src/": "%SRC_DIR%/",
|
||||
".recipe/templates/": "templates/",
|
||||
".recipe/tests/": "tests/",
|
||||
".recipe/translations/": "translations/",
|
||||
".recipe/config-builder.js": "config-builder.js"
|
||||
},
|
||||
"env": {
|
||||
"OAUTH_CLIENT_ID": "%generate(secret)%",
|
||||
"OAUTH_SECRET": "%generate(secret)%"
|
||||
},
|
||||
"gitignore": [
|
||||
"/public/assets",
|
||||
"/public/media"
|
||||
]
|
||||
},
|
||||
"files": [],
|
||||
"ref": "7fa5f4b232834f5857ca279e99bb8ad57cc4dff9"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"manifests": {
|
||||
"monofony/front-meta": {
|
||||
"manifest": {
|
||||
"copy-from-package": {
|
||||
".recipe/assets/": "assets/",
|
||||
".recipe/config/": "%CONFIG_DIR%/",
|
||||
".recipe/features/": "features/",
|
||||
".recipe/src/": "%SRC_DIR%/",
|
||||
".recipe/templates/": "templates/",
|
||||
".recipe/tests/": "tests/"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "2b36169bbc23f68e3b052d9517326872596511ce"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user