mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -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
@@ -2022,7 +2022,8 @@
|
||||
"1.0"
|
||||
],
|
||||
"vincentlanglet/twig-cs-fixer": [
|
||||
"0.6"
|
||||
"0.6",
|
||||
"3.0"
|
||||
],
|
||||
"wandi/easyadmin-plus-bundle": [
|
||||
"0.1",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user