From cc470de716b42f126a7a6cc8c54e2806962fc281 Mon Sep 17 00:00:00 2001 From: tracer Date: Sun, 30 May 2021 19:01:11 +0200 Subject: [PATCH] pinned twig --- composer.json | 6 ++-- composer.lock | 80 +++++++++++++++++++++++++++++++++++++++++++++- config/bundles.php | 1 + symfony.lock | 6 ++++ 4 files changed, 90 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 02ff5ee..384b2d4 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,14 @@ "symfony/framework-bundle": "5.2.*", "symfony/proxy-manager-bridge": "5.2.*", "symfony/security-bundle": "5.2.*", - "symfony/yaml": "5.2.*" + "symfony/twig-bundle": "^5.2", + "symfony/yaml": "5.2.*", + "twig/extra-bundle": "^2.12|^3.0", + "twig/twig": "^2.12|^3.0" }, "require-dev": { "symfony/maker-bundle": "^1.31", "symfony/stopwatch": "^5.2", - "symfony/twig-bundle": "^5.2", "symfony/web-profiler-bundle": "^5.2" }, "config": { diff --git a/composer.lock b/composer.lock index b65230d..e90543e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "689efd88d0e105422ae5a6009b651e22", + "content-hash": "0474966a06e7b2b0454614e9b684fd7b", "packages": [ { "name": "composer/package-versions-deprecated", @@ -6129,6 +6129,84 @@ ], "time": "2021-05-16T13:07:46+00:00" }, + { + "name": "twig/extra-bundle", + "version": "v3.3.1", + "source": { + "type": "git", + "url": "https://github.com/twigphp/twig-extra-bundle.git", + "reference": "e12a8ee63387abb83fb7e4c897663bfb94ac22b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/e12a8ee63387abb83fb7e4c897663bfb94ac22b6", + "reference": "e12a8ee63387abb83fb7e4c897663bfb94ac22b6", + "shasum": "" + }, + "require": { + "php": "^7.1.3|^8.0", + "symfony/framework-bundle": "^4.3|^5.0", + "symfony/twig-bundle": "^4.3|^5.0", + "twig/twig": "^2.4|^3.0" + }, + "require-dev": { + "symfony/phpunit-bridge": "^4.4.9|^5.0.9", + "twig/cache-extra": "^3.0", + "twig/cssinliner-extra": "^2.12|^3.0", + "twig/html-extra": "^2.12|^3.0", + "twig/inky-extra": "^2.12|^3.0", + "twig/intl-extra": "^2.12|^3.0", + "twig/markdown-extra": "^2.12|^3.0", + "twig/string-extra": "^2.12|^3.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "autoload": { + "psr-4": { + "Twig\\Extra\\TwigExtraBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + } + ], + "description": "A Symfony bundle for extra Twig extensions", + "homepage": "https://twig.symfony.com", + "keywords": [ + "bundle", + "extra", + "twig" + ], + "support": { + "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.3.1" + }, + "funding": [ + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/twig/twig", + "type": "tidelift" + } + ], + "time": "2021-05-12T07:47:40+00:00" + }, { "name": "twig/twig", "version": "v3.3.2", diff --git a/config/bundles.php b/config/bundles.php index 23ab520..14d6269 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -9,4 +9,5 @@ return [ Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true], Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true], EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle::class => ['all' => true], + Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true], ]; diff --git a/symfony.lock b/symfony.lock index fc09115..4784e3f 100644 --- a/symfony.lock +++ b/symfony.lock @@ -344,6 +344,9 @@ "templates/base.html.twig" ] }, + "symfony/twig-pack": { + "version": "v1.0.1" + }, "symfony/uid": { "version": "v5.2.6" }, @@ -370,6 +373,9 @@ "symfony/yaml": { "version": "v5.2.9" }, + "twig/extra-bundle": { + "version": "v3.3.1" + }, "twig/twig": { "version": "v3.3.2" }