From c00dc8a29c211f2590ca53679a1125200a800275 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2020 01:10:55 +0000 Subject: [PATCH] Bump slim/twig-view from 3.0.0-beta to 3.0.0 Bumps [slim/twig-view](https://github.com/slimphp/Twig-View) from 3.0.0-beta to 3.0.0. - [Release notes](https://github.com/slimphp/Twig-View/releases) - [Commits](https://github.com/slimphp/Twig-View/compare/3.0.0-beta...3.0.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 44 ++++++++++++++++++++------------------------ 2 files changed, 21 insertions(+), 25 deletions(-) diff --git a/composer.json b/composer.json index 3b0ca6e..818ed93 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php-di/slim-bridge": "^3.0", "slim/psr7": "^0.6.0", "slim/slim": "^4.3", - "slim/twig-view": "3.0.0-beta", + "slim/twig-view": "3.0.0", "symfony/finder": "^5.0", "tightenco/collect": "^6.4", "vlucas/phpdotenv": "^4.0" diff --git a/composer.lock b/composer.lock index 0ca6ba9..c781836 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": "49661599538771c9eda5542b8e372ace", + "content-hash": "ee34e3c83048ffcba5f28c84ad5d06b4", "packages": [ { "name": "fig/http-message-util", @@ -954,28 +954,29 @@ }, { "name": "slim/twig-view", - "version": "3.0.0-beta", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/slimphp/Twig-View.git", - "reference": "f4601348d445cfc96f223c5be9a2c8eda80375fe" + "reference": "46bc497bada017c24e6736f80af1baa8c6cc71d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slimphp/Twig-View/zipball/f4601348d445cfc96f223c5be9a2c8eda80375fe", - "reference": "f4601348d445cfc96f223c5be9a2c8eda80375fe", + "url": "https://api.github.com/repos/slimphp/Twig-View/zipball/46bc497bada017c24e6736f80af1baa8c6cc71d3", + "reference": "46bc497bada017c24e6736f80af1baa8c6cc71d3", "shasum": "" }, "require": { "php": "^7.1", "psr/http-message": "^1.0", - "twig/twig": "^2.8" + "slim/slim": "^4.0", + "twig/twig": "^2.8|^3.0" }, "require-dev": { - "php-di/php-di": "^6.0", + "phpstan/phpstan": "^0.11.15", "phpunit/phpunit": "^7.5", "psr/http-factory": "^1.0", - "slim/slim": "^4.0" + "squizlabs/php_codesniffer": "^3.4.2" }, "type": "library", "autoload": { @@ -999,8 +1000,8 @@ "homepage": "http://www.lgse.com" } ], - "description": "Slim Framework 4 view helper built on top of the Twig 2 templating component", - "homepage": "http://slimframework.com", + "description": "Slim Framework 4 view helper built on top of the Twig (2 and 3) templating component", + "homepage": "https://www.slimframework.com", "keywords": [ "framework", "slim", @@ -1008,7 +1009,7 @@ "twig", "view" ], - "time": "2019-08-20T00:55:36+00:00" + "time": "2019-12-02T23:40:24+00:00" }, { "name": "symfony/finder", @@ -1470,20 +1471,20 @@ }, { "name": "twig/twig", - "version": "v2.12.3", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "97b6311585cae66a26833b14b33785f5797f7d39" + "reference": "28f856a4c57eeb24485916e8a68403f41a133616" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/97b6311585cae66a26833b14b33785f5797f7d39", - "reference": "97b6311585cae66a26833b14b33785f5797f7d39", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/28f856a4c57eeb24485916e8a68403f41a133616", + "reference": "28f856a4c57eeb24485916e8a68403f41a133616", "shasum": "" }, "require": { - "php": "^7.0", + "php": "^7.2.5", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-mbstring": "^1.3" }, @@ -1494,13 +1495,10 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.12-dev" + "dev-master": "3.0-dev" } }, "autoload": { - "psr-0": { - "Twig_": "lib/" - }, "psr-4": { "Twig\\": "src/" } @@ -1531,7 +1529,7 @@ "keywords": [ "templating" ], - "time": "2019-12-28T07:12:03+00:00" + "time": "2019-12-28T07:17:28+00:00" }, { "name": "vlucas/phpdotenv", @@ -5056,9 +5054,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "slim/twig-view": 10 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": {