Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-12-06 14:23:48 +00:00
parent 5648e1d70a
commit 7e0cb479f6
4 changed files with 41 additions and 2 deletions
+1 -1
View File
@@ -633,7 +633,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [vich/uploader-bundle](https://packagist.org/packages/vich/uploader-bundle) | [1.13](vich/uploader-bundle/1.13) |
| [victor-prdh/recaptcha-bundle](https://packagist.org/packages/victor-prdh/recaptcha-bundle) | [1.5](victor-prdh/recaptcha-bundle/1.5) |
| [vincentchalamon/nav-bundle](https://packagist.org/packages/vincentchalamon/nav-bundle) | [1.0](vincentchalamon/nav-bundle/1.0) |
| [vincentlanglet/twig-cs-fixer](https://packagist.org/packages/vincentlanglet/twig-cs-fixer) | [0.6](vincentlanglet/twig-cs-fixer/0.6) |
| [vincentlanglet/twig-cs-fixer](https://packagist.org/packages/vincentlanglet/twig-cs-fixer) | [3.0](vincentlanglet/twig-cs-fixer/3.0) |
| [wandi/easyadmin-plus-bundle](https://packagist.org/packages/wandi/easyadmin-plus-bundle) | [0.3](wandi/easyadmin-plus-bundle/0.3) |
| [wandi/mailer-bundle](https://packagist.org/packages/wandi/mailer-bundle) | [1.0](wandi/mailer-bundle/1.0) |
| [web-auth/webauthn-symfony-bundle](https://packagist.org/packages/web-auth/webauthn-symfony-bundle) | [3.0](web-auth/webauthn-symfony-bundle/3.0) |
@@ -0,0 +1,19 @@
{
"manifests": {
"vincentlanglet/twig-cs-fixer": {
"manifest": {
"gitignore": [
"/.twig-cs-fixer.cache"
],
"post-install-output": [
"<bg=green;fg=white></>",
"<bg=green;fg=white> You can create a `.twig-cs-fixer.dist.php` and configure to your needs </>",
"<bg=green;fg=white> See https://github.com/VincentLanglet/Twig-CS-Fixer/blob/main/docs/configuration.md </>",
"<bg=green;fg=white> For configuration explanation. </>"
]
},
"files": [],
"ref": "d42582ae1bce86fd43491d6264c738b0867f8ffe"
}
}
}
+2 -1
View File
@@ -2022,7 +2022,8 @@
"1.0"
],
"vincentlanglet/twig-cs-fixer": [
"0.6"
"0.6",
"3.0"
],
"wandi/easyadmin-plus-bundle": [
"0.1",
+19
View File
@@ -0,0 +1,19 @@
{
"manifests": {
"vincentlanglet/twig-cs-fixer": {
"manifest": {
"gitignore": [
"/.twig-cs-fixer.cache"
],
"post-install-output": [
"<bg=green;fg=white></>",
"<bg=green;fg=white> You can create a `.twig-cs-fixer.dist.php` and configure to your needs </>",
"<bg=green;fg=white> See https://github.com/VincentLanglet/Twig-CS-Fixer/blob/main/docs/configuration.md </>",
"<bg=green;fg=white> For configuration explanation. </>"
]
},
"files": [],
"ref": "d42582ae1bce86fd43491d6264c738b0867f8ffe"
}
}
}