From ceed5ff64e16c685d4e9dca6fa9016069977609c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 07:14:54 +0000 Subject: [PATCH] Bump symfony/web-link from 4.4.2 to 5.2.1 Bumps [symfony/web-link](https://github.com/symfony/web-link) from 4.4.2 to 5.2.1. - [Release notes](https://github.com/symfony/web-link/releases) - [Changelog](https://github.com/symfony/web-link/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/symfony/web-link/compare/v4.4.2...v5.2.1) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 93 ++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 70 insertions(+), 25 deletions(-) diff --git a/composer.json b/composer.json index 1a5ad8ea..3e55c128 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "symfony/translation": "^4.2", "symfony/twig-bundle": "^4.2", "symfony/validator": "^4.2", - "symfony/web-link": "^4.2", + "symfony/web-link": "^5.2", "symfony/yaml": "^4.2", "twig/extensions": "^1.5" }, diff --git a/composer.lock b/composer.lock index 6f10960a..2f06a826 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": "1fd814f081b2a0c120b8ac6e0f732cc5", + "content-hash": "17154fd16459b211005264d848f3bd5d", "packages": [ { "name": "abraham/twitteroauth", @@ -1310,6 +1310,7 @@ "keywords": [ "reflection" ], + "abandoned": "roave/better-reflection", "time": "2018-06-14T14:45:07+00:00" }, { @@ -6514,25 +6515,29 @@ }, { "name": "symfony/polyfill-php72", - "version": "v1.13.1", + "version": "v1.22.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038" + "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038", - "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9", + "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-main": "1.22-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -6565,7 +6570,21 @@ "portable", "shim" ], - "time": "2019-11-27T13:56:44+00:00" + "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": "2021-01-07T16:49:33+00:00" }, { "name": "symfony/polyfill-php73", @@ -8109,42 +8128,36 @@ }, { "name": "symfony/web-link", - "version": "v4.4.2", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/web-link.git", - "reference": "bc6432b92681b2f28ced2f3bbcf051e75eea569c" + "reference": "e805314ad8c4298d9bfc75335e35f83d6db2f43f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-link/zipball/bc6432b92681b2f28ced2f3bbcf051e75eea569c", - "reference": "bc6432b92681b2f28ced2f3bbcf051e75eea569c", + "url": "https://api.github.com/repos/symfony/web-link/zipball/e805314ad8c4298d9bfc75335e35f83d6db2f43f", + "reference": "e805314ad8c4298d9bfc75335e35f83d6db2f43f", "shasum": "" }, "require": { - "php": "^7.1.3", - "psr/link": "^1.0", - "symfony/polyfill-php72": "^1.5" + "php": ">=7.2.5", + "psr/link": "^1.0" }, "conflict": { - "symfony/http-kernel": "<4.3" + "symfony/http-kernel": "<4.4" }, "provide": { "psr/link-implementation": "1.0" }, "require-dev": { "symfony/http-foundation": "^4.4|^5.0", - "symfony/http-kernel": "^4.3|^5.0" + "symfony/http-kernel": "^4.4|^5.0" }, "suggest": { "symfony/http-kernel": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\WebLink\\": "" @@ -8181,7 +8194,21 @@ "psr13", "push" ], - "time": "2019-10-12T00:35:04+00:00" + "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": "2020-10-24T12:01:57+00:00" }, { "name": "symfony/yaml", @@ -8295,6 +8322,7 @@ "i18n", "text" ], + "abandoned": true, "time": "2018-12-05T18:34:18+00:00" }, { @@ -8727,6 +8755,7 @@ "faker", "fixtures" ], + "abandoned": true, "time": "2019-12-12T13:22:17+00:00" }, { @@ -9293,6 +9322,20 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", + "funding": [ + { + "url": "https://github.com/ondrejmirtes", + "type": "github" + }, + { + "url": "https://www.patreon.com/phpstan", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", + "type": "tidelift" + } + ], "time": "2020-04-19T20:35:10+00:00" }, { @@ -9545,6 +9588,7 @@ "keywords": [ "tokenizer" ], + "abandoned": true, "time": "2019-09-17T06:23:10+00:00" }, { @@ -10912,5 +10956,6 @@ "ext-json": "*", "ext-pdo": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }