Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-07-13 09:39:36 +00:00
parent 4f0fcfca93
commit 4637931904
4 changed files with 76 additions and 0 deletions
+1
View File
@@ -512,6 +512,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [slot/mandrill-bundle](https://packagist.org/packages/slot/mandrill-bundle) | [1.1](slot/mandrill-bundle/1.1) |
| [snc/redis-bundle](https://packagist.org/packages/snc/redis-bundle) | [2.0](snc/redis-bundle/2.0) |
| [softavis/flysystem-cloudflare-bundle](https://packagist.org/packages/softavis/flysystem-cloudflare-bundle) | [0.1](softavis/flysystem-cloudflare-bundle/0.1) |
| [softspring/components](https://packagist.org/packages/softspring/components) | [5.1](softspring/components/5.1) |
| [soljian/steam-authentication-bundle](https://packagist.org/packages/soljian/steam-authentication-bundle) | [1.0](soljian/steam-authentication-bundle/1.0) |
| [solvrtech/symfony-logbook](https://packagist.org/packages/solvrtech/symfony-logbook) | [1.0](solvrtech/symfony-logbook/1.0) |
| [sonata-project/admin-bundle](https://packagist.org/packages/sonata-project/admin-bundle) | [4.0](sonata-project/admin-bundle/4.0) |
@@ -0,0 +1,36 @@
{
"manifests": {
"softspring/components": {
"manifest": {
"bundles": {
"Softspring\\Component\\Components\\SfsComponentsBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "config/",
"templates/": "templates/"
}
},
"files": {
"config/packages/sfs_components.yaml": {
"contents": [
"twig:",
" globals:",
" sfs_components_theme: 'bootstrap5'",
""
],
"executable": false
},
"templates/base.html.twig": {
"contents": [
"{% extends '@SfsComponents/base.html.twig' %}",
""
],
"executable": false
}
},
"ref": "bb3fd2f45a461fba3e8b41481362fbdac4426dd8"
}
}
}
+3
View File
@@ -1625,6 +1625,9 @@
"softavis/flysystem-cloudflare-bundle": [
"0.1"
],
"softspring/components": [
"5.1"
],
"soljian/steam-authentication-bundle": [
"1.0"
],
+36
View File
@@ -0,0 +1,36 @@
{
"manifests": {
"softspring/components": {
"manifest": {
"bundles": {
"Softspring\\Component\\Components\\SfsComponentsBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "config/",
"templates/": "templates/"
}
},
"files": {
"config/packages/sfs_components.yaml": {
"contents": [
"twig:",
" globals:",
" sfs_components_theme: 'bootstrap5'",
""
],
"executable": false
},
"templates/base.html.twig": {
"contents": [
"{% extends '@SfsComponents/base.html.twig' %}",
""
],
"executable": false
}
},
"ref": "bb3fd2f45a461fba3e8b41481362fbdac4426dd8"
}
}
}