Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-02-19 10:52:42 +00:00
parent e12f6f9d7d
commit dd5e2278dd
3 changed files with 163 additions and 0 deletions
@@ -0,0 +1,80 @@
{
"manifests": {
"nyholm/sunflower": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"env": {
"APP_ENV": "dev"
},
"gitignore": [
"/.env.local",
"/.env.local.php",
"/.env.*.local",
"/%VAR_DIR%/",
"/vendor/"
]
},
"files": {
"config/bundles.php": {
"contents": [
"<?php",
"",
"return [];",
""
],
"executable": false
},
"config/packages/.gitignore": {
"contents": [
""
],
"executable": false
},
"config/services.yaml": {
"contents": [
"# This file is the entry point to configure your own services.",
"# Files in the packages/ subdirectory configure your dependencies.",
"",
"# Put parameters here that don't need to change on each machine where the app is deployed",
"# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration",
"parameters:",
"",
"services:",
" _defaults:",
" autowire: true",
" autoconfigure: true",
"",
" App\\:",
" resource: '../src/'",
" exclude:",
" - '../src/Entity/'",
" - '../src/Kernel.php'",
""
],
"executable": false
},
"src/Kernel.php": {
"contents": [
"<?php",
"",
"declare(strict_types=1);",
"",
"namespace App;",
"",
"use Nyholm\\SunflowerKernel;",
"",
"class Kernel extends SunflowerKernel",
"{",
"}",
""
],
"executable": false
}
},
"ref": "38b6d4a4d24d3ed555121ce23ab4982ad4f261a1"
}
}
}
+3
View File
@@ -1051,6 +1051,9 @@
"numberninecms/cms": [
"0.2"
],
"nyholm/sunflower": [
"0.2"
],
"nzo/url-encryptor-bundle": [
"6.0"
],
+80
View File
@@ -0,0 +1,80 @@
{
"manifests": {
"nyholm/sunflower": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"env": {
"APP_ENV": "dev"
},
"gitignore": [
"/.env.local",
"/.env.local.php",
"/.env.*.local",
"/%VAR_DIR%/",
"/vendor/"
]
},
"files": {
"config/bundles.php": {
"contents": [
"<?php",
"",
"return [];",
""
],
"executable": false
},
"config/packages/.gitignore": {
"contents": [
""
],
"executable": false
},
"config/services.yaml": {
"contents": [
"# This file is the entry point to configure your own services.",
"# Files in the packages/ subdirectory configure your dependencies.",
"",
"# Put parameters here that don't need to change on each machine where the app is deployed",
"# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration",
"parameters:",
"",
"services:",
" _defaults:",
" autowire: true",
" autoconfigure: true",
"",
" App\\:",
" resource: '../src/'",
" exclude:",
" - '../src/Entity/'",
" - '../src/Kernel.php'",
""
],
"executable": false
},
"src/Kernel.php": {
"contents": [
"<?php",
"",
"declare(strict_types=1);",
"",
"namespace App;",
"",
"use Nyholm\\SunflowerKernel;",
"",
"class Kernel extends SunflowerKernel",
"{",
"}",
""
],
"executable": false
}
},
"ref": "38b6d4a4d24d3ed555121ce23ab4982ad4f261a1"
}
}
}