Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-11-03 13:33:38 +00:00
parent ed610a77d1
commit 6bc2843c8e
4 changed files with 58 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [anyx/login-gate-bundle](https://packagist.org/packages/anyx/login-gate-bundle) | [1.0](anyx/login-gate-bundle/1.0) |
| [arad021/entity-already-exists-validation-constraint](https://packagist.org/packages/arad021/entity-already-exists-validation-constraint) | [1.0](arad021/entity-already-exists-validation-constraint/1.0) |
| [armin/scssphp-bundle](https://packagist.org/packages/armin/scssphp-bundle) | [1.0](armin/scssphp-bundle/1.0) |
| [artack/svg-inline-bundle](https://packagist.org/packages/artack/svg-inline-bundle) | [1.0](artack/svg-inline-bundle/1.0) |
| [artox-lab/clarc-bundle](https://packagist.org/packages/artox-lab/clarc-bundle) | [0.1](artox-lab/clarc-bundle/0.1) |
| [artox-lab/clarc-message-bus-bundle](https://packagist.org/packages/artox-lab/clarc-message-bus-bundle) | [1.0](artox-lab/clarc-message-bus-bundle/1.0) |
| [artox-lab/sms-bundle](https://packagist.org/packages/artox-lab/sms-bundle) | [1.0](artox-lab/sms-bundle/1.0) |
@@ -0,0 +1,27 @@
{
"manifests": {
"artack/svg-inline-bundle": {
"manifest": {
"bundles": {
"Artack\\SvgInlineBundle\\SvgInlineBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/artack_svg_inline.yaml": {
"contents": [
"svg_inline:",
" path: \"%kernel.project_dir%/assets/svg\"",
""
],
"executable": false
}
},
"ref": "2efd7e97ed639c30c26e50642b93c85367757680"
}
}
}
+27
View File
@@ -0,0 +1,27 @@
{
"manifests": {
"artack/svg-inline-bundle": {
"manifest": {
"bundles": {
"Artack\\SvgInlineBundle\\SvgInlineBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/artack_svg_inline.yaml": {
"contents": [
"svg_inline:",
" path: \"%kernel.project_dir%/assets/svg\"",
""
],
"executable": false
}
},
"ref": "2efd7e97ed639c30c26e50642b93c85367757680"
}
}
}
+3
View File
@@ -80,6 +80,9 @@
"armin/scssphp-bundle": [
"1.0"
],
"artack/svg-inline-bundle": [
"1.0"
],
"artox-lab/clarc-bundle": [
"0.1"
],