From c3f59747f07b424b275092f07d1a4cc1b85011e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 19:18:51 +0000 Subject: [PATCH] Bump knplabs/knp-time-bundle from 1.20.0 to 2.0.2 Bumps [knplabs/knp-time-bundle](https://github.com/KnpLabs/KnpTimeBundle) from 1.20.0 to 2.0.2. - [Release notes](https://github.com/KnpLabs/KnpTimeBundle/releases) - [Changelog](https://github.com/KnpLabs/KnpTimeBundle/blob/main/CHANGELOG.md) - [Commits](https://github.com/KnpLabs/KnpTimeBundle/compare/v1.20.0...v2.0.2) --- updated-dependencies: - dependency-name: knplabs/knp-time-bundle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 97 +++++++++------------------------------------------ 2 files changed, 18 insertions(+), 81 deletions(-) diff --git a/composer.json b/composer.json index 062bbd6d4..07918211a 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "doctrine/doctrine-migrations-bundle": "^3.1", "doctrine/orm": "^2.9", "jbelien/oauth2-openstreetmap": "^0.1.1", - "knplabs/knp-time-bundle": "^1.19", + "knplabs/knp-time-bundle": "^2.0", "knpuniversity/oauth2-client-bundle": "^2.8", "league/commonmark": "^2.0", "phpdocumentor/reflection-docblock": "^5.2", diff --git a/composer.lock b/composer.lock index d54a2d18f..d7ac60a97 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": "0fb59eb8df378c41dbe265837d8c766f", + "content-hash": "649f0457cd0df01d4d4631ea5eae2ece", "packages": [ { "name": "composer/package-versions-deprecated", @@ -1995,40 +1995,41 @@ }, { "name": "knplabs/knp-time-bundle", - "version": "v1.20.0", + "version": "v2.0.2", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpTimeBundle.git", - "reference": "81ffad54d91f62528466267fd4a2fb8a5a0335f4" + "reference": "d68712ac4f40ab4fd09c6a326883c1e00522a495" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/KnpTimeBundle/zipball/81ffad54d91f62528466267fd4a2fb8a5a0335f4", - "reference": "81ffad54d91f62528466267fd4a2fb8a5a0335f4", + "url": "https://api.github.com/repos/KnpLabs/KnpTimeBundle/zipball/d68712ac4f40ab4fd09c6a326883c1e00522a495", + "reference": "d68712ac4f40ab4fd09c6a326883c1e00522a495", "shasum": "" }, "require": { - "php": ">=7.2.5", + "php": ">=8.1", "symfony/config": "^5.4|^6.0", "symfony/dependency-injection": "^5.4|^6.0", - "symfony/templating": "^5.4|^6.0", "symfony/translation": "^5.4|^6.0" }, "conflict": { "phpunit/phpunit": "<8.0" }, "require-dev": { + "phpstan/phpstan": "^1.11", + "phpunit/phpunit": "^9.6", "symfony/framework-bundle": "^5.4|^6.0", "symfony/phpunit-bridge": "^5.4|^6.0", "symfony/twig-bundle": "^5.4|^6.0" }, "suggest": { - "symfony/twig-bundle": "to use the Twig `time_diff()` function or `|ago` filter" + "symfony/twig-bundle": "to use the Twig `time_diff()` function and `|time_diff`/`|duration` filter" }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -2043,28 +2044,29 @@ "authors": [ { "name": "KnpLabs Team", - "homepage": "http://knplabs.com" + "homepage": "https://knplabs.com" }, { "name": "Symfony Community", - "homepage": "http://github.com/KnpLabs/KnpTimeBundle/contributors" + "homepage": "https://github.com/KnpLabs/KnpTimeBundle/contributors" } ], - "description": "Making your dates look sensible and descriptive", - "homepage": "http://github.com/KnpLabs/KnpTimeBundle", + "description": "Making your dates and durations look sensible and descriptive", + "homepage": "https://github.com/KnpLabs/KnpTimeBundle", "keywords": [ "bundle", "date", "descriptive time", + "duration", "knp", "knplabs", "time" ], "support": { "issues": "https://github.com/KnpLabs/KnpTimeBundle/issues", - "source": "https://github.com/KnpLabs/KnpTimeBundle/tree/v1.20.0" + "source": "https://github.com/KnpLabs/KnpTimeBundle/tree/v2.0.2" }, - "time": "2022-10-11T15:32:58+00:00" + "time": "2023-08-07T15:22:09+00:00" }, { "name": "knpuniversity/oauth2-client-bundle", @@ -7795,71 +7797,6 @@ ], "time": "2023-07-05T08:41:27+00:00" }, - { - "name": "symfony/templating", - "version": "v6.3.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/templating.git", - "reference": "27d79475d8bcba894235b5472df158e78c6419a3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/templating/zipball/27d79475d8bcba894235b5472df158e78c6419a3", - "reference": "27d79475d8bcba894235b5472df158e78c6419a3", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "symfony/polyfill-ctype": "~1.8" - }, - "require-dev": { - "psr/log": "^1|^2|^3" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Templating\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides all the tools needed to build any kind of template system", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/templating/tree/v6.3.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-04-22T08:23:52+00:00" - }, { "name": "symfony/translation", "version": "v6.3.3",