From 32132a3e14d6570020219e3213bf7ac82a6f8b5d 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:21:17 +0000 Subject: [PATCH] Bump symfony/dotenv from 4.4.2 to 5.2.1 Bumps [symfony/dotenv](https://github.com/symfony/dotenv) from 4.4.2 to 5.2.1. - [Release notes](https://github.com/symfony/dotenv/releases) - [Changelog](https://github.com/symfony/dotenv/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/symfony/dotenv/compare/v4.4.2...v5.2.1) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 121 ++++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 108 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 1a5ad8ea..6df3e13b 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "sensio/framework-extra-bundle": "^5.4", "symfony/asset": "^4.2", "symfony/console": "^4.2", - "symfony/dotenv": "^4.2", + "symfony/dotenv": "^5.2", "symfony/expression-language": "^4.2", "symfony/flex": "^1.1", "symfony/form": "^4.2", diff --git a/composer.lock b/composer.lock index 6f10960a..7ae42cb1 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": "15c19ee3e4a130fa75034a6429bf6f2f", "packages": [ { "name": "abraham/twitteroauth", @@ -1310,6 +1310,7 @@ "keywords": [ "reflection" ], + "abandoned": "roave/better-reflection", "time": "2018-06-14T14:45:07+00:00" }, { @@ -4915,6 +4916,70 @@ "homepage": "https://symfony.com", "time": "2019-12-19T16:00:02+00:00" }, + { + "name": "symfony/deprecation-contracts", + "version": "v2.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665", + "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", + "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-09-07T11:33:47+00:00" + }, { "name": "symfony/doctrine-bridge", "version": "v4.4.2", @@ -5011,30 +5076,26 @@ }, { "name": "symfony/dotenv", - "version": "v4.4.2", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "c387ab37887f997162a8579d335b38f328d27859" + "reference": "204a9dc6f70a13d9d24ebbf2c5ce51be235f3d7b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/c387ab37887f997162a8579d335b38f328d27859", - "reference": "c387ab37887f997162a8579d335b38f328d27859", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/204a9dc6f70a13d9d24ebbf2c5ce51be235f3d7b", + "reference": "204a9dc6f70a13d9d24ebbf2c5ce51be235f3d7b", "shasum": "" }, "require": { - "php": "^7.1.3" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1" }, "require-dev": { - "symfony/process": "^3.4.2|^4.0|^5.0" + "symfony/process": "^4.4|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Dotenv\\": "" @@ -5064,7 +5125,21 @@ "env", "environment" ], - "time": "2019-12-19T15:57:49+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-12-08T17:02:38+00:00" }, { "name": "symfony/error-handler", @@ -8295,6 +8370,7 @@ "i18n", "text" ], + "abandoned": true, "time": "2018-12-05T18:34:18+00:00" }, { @@ -8727,6 +8803,7 @@ "faker", "fixtures" ], + "abandoned": true, "time": "2019-12-12T13:22:17+00:00" }, { @@ -9293,6 +9370,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 +9636,7 @@ "keywords": [ "tokenizer" ], + "abandoned": true, "time": "2019-09-17T06:23:10+00:00" }, { @@ -10912,5 +11004,6 @@ "ext-json": "*", "ext-pdo": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }