From 65af5366571fdfe541384f0789bc7fb63bde17ba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2019 05:30:49 +0000 Subject: [PATCH] :arrow_up: Bump knplabs/knp-menu-bundle from 2.1.3 to 2.3.0 Bumps [knplabs/knp-menu-bundle](https://github.com/KnpLabs/KnpMenuBundle) from 2.1.3 to 2.3.0. - [Release notes](https://github.com/KnpLabs/KnpMenuBundle/releases) - [Changelog](https://github.com/KnpLabs/KnpMenuBundle/blob/master/CHANGELOG.md) - [Commits](https://github.com/KnpLabs/KnpMenuBundle/compare/2.1.3...v2.3.0) Signed-off-by: dependabot-preview[bot] --- composer.lock | 72 +++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/composer.lock b/composer.lock index 8140383..201757a 100644 --- a/composer.lock +++ b/composer.lock @@ -1192,37 +1192,35 @@ }, { "name": "knplabs/knp-menu", - "version": "2.2.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenu.git", - "reference": "964b5b3ca7fd23019147991f4f75f361d061eb20" + "reference": "655630a1db0b72108262d1a844de3b1ba0885be5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/964b5b3ca7fd23019147991f4f75f361d061eb20", - "reference": "964b5b3ca7fd23019147991f4f75f361d061eb20", + "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/655630a1db0b72108262d1a844de3b1ba0885be5", + "reference": "655630a1db0b72108262d1a844de3b1ba0885be5", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.6.0" }, "require-dev": { - "pimple/pimple": "~1.0", - "silex/silex": "~1.0", - "symfony/phpunit-bridge": "~2.7|~3.0", - "symfony/routing": "~2.3|~3.0", + "psr/container": "^1.0", + "symfony/http-foundation": "~2.4|~3.0|^4.0", + "symfony/phpunit-bridge": "~3.3|^4.0", + "symfony/routing": "~2.3|~3.0|^4.0", "twig/twig": "~1.16|~2.0" }, "suggest": { - "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider", - "silex/silex": "for the integration with your silex application", "twig/twig": "for the TwigRenderer and the integration with your templates" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.2-dev" + "dev-master": "2.3-dev" } }, "autoload": { @@ -1239,54 +1237,56 @@ "name": "Christophe Coevoet", "email": "stof@notk.org" }, - { - "name": "Knplabs", - "homepage": "http://knplabs.com" - }, { "name": "Symfony Community", "homepage": "https://github.com/KnpLabs/KnpMenu/contributors" + }, + { + "name": "KnpLabs", + "homepage": "https://knplabs.com" } ], "description": "An object oriented menu library", - "homepage": "http://knplabs.com", + "homepage": "https://knplabs.com", "keywords": [ "menu", "tree" ], - "time": "2016-09-22T07:36:19+00:00" + "time": "2017-11-18T20:49:26+00:00" }, { "name": "knplabs/knp-menu-bundle", - "version": "2.1.3", + "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenuBundle.git", - "reference": "0e4af7209dc03e39c51ec70b68ab2ba3177c25de" + "reference": "78b0cebf8e1490f12ba6555511282954de83f627" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/0e4af7209dc03e39c51ec70b68ab2ba3177c25de", - "reference": "0e4af7209dc03e39c51ec70b68ab2ba3177c25de", + "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/78b0cebf8e1490f12ba6555511282954de83f627", + "reference": "78b0cebf8e1490f12ba6555511282954de83f627", "shasum": "" }, "require": { - "knplabs/knp-menu": "~2.2", - "symfony/framework-bundle": "~2.3|~3.0" + "knplabs/knp-menu": "~2.3", + "php": "^7.1", + "symfony/framework-bundle": "^3.4 | ^4.0" }, "require-dev": { - "symfony/expression-language": "~2.4|~3.0", - "symfony/phpunit-bridge": "~2.7|~3.0" + "symfony/expression-language": "^3.4 | ^4.0", + "symfony/phpunit-bridge": "^3.4 | ^4.0", + "symfony/templating": "^3.4 | ^4.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.2.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Knp\\Bundle\\MenuBundle\\": "" + "Knp\\Bundle\\MenuBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1294,14 +1294,14 @@ "MIT" ], "authors": [ - { - "name": "Christophe Coevoet", - "email": "stof@notk.org" - }, { "name": "Knplabs", "homepage": "http://knplabs.com" }, + { + "name": "Christophe Coevoet", + "email": "stof@notk.org" + }, { "name": "Symfony Community", "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors" @@ -1311,7 +1311,7 @@ "keywords": [ "menu" ], - "time": "2016-09-22T12:24:40+00:00" + "time": "2019-09-19T08:51:48+00:00" }, { "name": "kriswallsmith/assetic", @@ -3479,16 +3479,16 @@ "time": "2017-08-04T10:05:31+00:00" }, { - "name": "mikey179/vfsStream", + "name": "mikey179/vfsstream", "version": "v1.6.5", "source": { "type": "git", - "url": "https://github.com/mikey179/vfsStream.git", + "url": "https://github.com/bovigo/vfsStream.git", "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", + "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", "shasum": "" },