diff --git a/RECIPES.md b/RECIPES.md index ec228638..281ef2ea 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -139,7 +139,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith | [symfony/termii-notifier](https://packagist.org/packages/symfony/termii-notifier) | [6.3](symfony/termii-notifier/6.3) | `termii-notifier`, `termiinotifier` | | [symfony/translation](https://packagist.org/packages/symfony/translation) | [6.3](symfony/translation/6.3) | `translation`, `translations`, `translator` | | [symfony/turbo-sms-notifier](https://packagist.org/packages/symfony/turbo-sms-notifier) | [5.4](symfony/turbo-sms-notifier/5.4) | `turbo-sms-notifier`, `turbosmsnotifier` | -| [symfony/twig-bundle](https://packagist.org/packages/symfony/twig-bundle) | [6.3](symfony/twig-bundle/6.3) | `twig-bundle`, `twigbundle` | +| [symfony/twig-bundle](https://packagist.org/packages/symfony/twig-bundle) | [6.4](symfony/twig-bundle/6.4) | `twig-bundle`, `twigbundle` | | [symfony/twilio-notifier](https://packagist.org/packages/symfony/twilio-notifier) | [5.0](symfony/twilio-notifier/5.0) | `twilio-notifier`, `twilionotifier` | | [symfony/twitter-notifier](https://packagist.org/packages/symfony/twitter-notifier) | [6.3](symfony/twitter-notifier/6.3) | `twitter-notifier`, `twitternotifier` | | [symfony/uid](https://packagist.org/packages/symfony/uid) | [7.0](symfony/uid/7.0) | `uid` | diff --git a/archived/symfony.twig-bundle/cab5fd2a13a45c266d45a7d9337e28dee6272877.json b/archived/symfony.twig-bundle/cab5fd2a13a45c266d45a7d9337e28dee6272877.json new file mode 100644 index 00000000..89e3ea8f --- /dev/null +++ b/archived/symfony.twig-bundle/cab5fd2a13a45c266d45a7d9337e28dee6272877.json @@ -0,0 +1,57 @@ +{ + "manifests": { + "symfony/twig-bundle": { + "manifest": { + "bundles": { + "Symfony\\Bundle\\TwigBundle\\TwigBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "templates/": "templates/" + }, + "conflict": { + "symfony/framework-bundle": "<5.3" + } + }, + "files": { + "config/packages/twig.yaml": { + "contents": [ + "twig:", + " file_name_pattern: '*.twig'", + "", + "when@test:", + " twig:", + " strict_variables: true", + "" + ], + "executable": false + }, + "templates/base.html.twig": { + "contents": [ + "", + "", + " ", + " ", + " {% block title %}Welcome!{% endblock %}", + " \u26ab\ufe0fsf\">", + " {% block stylesheets %}", + " {% endblock %}", + "", + " {% block javascripts %}", + " {% endblock %}", + " ", + " ", + " {% block body %}{% endblock %}", + " ", + "", + "" + ], + "executable": false + } + }, + "ref": "cab5fd2a13a45c266d45a7d9337e28dee6272877" + } + } +} diff --git a/index.json b/index.json index 803ed1a8..1a3880ca 100644 --- a/index.json +++ b/index.json @@ -967,7 +967,8 @@ "5.0", "5.3", "5.4", - "6.3" + "6.3", + "6.4" ], "symfony/twilio-notifier": [ "5.0" @@ -1209,6 +1210,9 @@ }, "6.3": { "symfony/framework-bundle": "<5.3" + }, + "6.4": { + "symfony/framework-bundle": "<5.3" } }, "symfony/uid": { diff --git a/symfony.twig-bundle.6.4.json b/symfony.twig-bundle.6.4.json new file mode 100644 index 00000000..89e3ea8f --- /dev/null +++ b/symfony.twig-bundle.6.4.json @@ -0,0 +1,57 @@ +{ + "manifests": { + "symfony/twig-bundle": { + "manifest": { + "bundles": { + "Symfony\\Bundle\\TwigBundle\\TwigBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "templates/": "templates/" + }, + "conflict": { + "symfony/framework-bundle": "<5.3" + } + }, + "files": { + "config/packages/twig.yaml": { + "contents": [ + "twig:", + " file_name_pattern: '*.twig'", + "", + "when@test:", + " twig:", + " strict_variables: true", + "" + ], + "executable": false + }, + "templates/base.html.twig": { + "contents": [ + "", + "", + " ", + " ", + " {% block title %}Welcome!{% endblock %}", + " \u26ab\ufe0fsf\">", + " {% block stylesheets %}", + " {% endblock %}", + "", + " {% block javascripts %}", + " {% endblock %}", + " ", + " ", + " {% block body %}{% endblock %}", + " ", + "", + "" + ], + "executable": false + } + }, + "ref": "cab5fd2a13a45c266d45a7d9337e28dee6272877" + } + } +}