From 0bc6f510ca014a7aceba8986437fa7b01d80fa69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Nov 2021 11:12:11 +0000 Subject: [PATCH] Bump symfony/dotenv from 4.4.29 to 5.4.0 Bumps [symfony/dotenv](https://github.com/symfony/dotenv) from 4.4.29 to 5.4.0. - [Release notes](https://github.com/symfony/dotenv/releases) - [Changelog](https://github.com/symfony/dotenv/blob/5.4/CHANGELOG.md) - [Commits](https://github.com/symfony/dotenv/compare/v4.4.29...v5.4.0) --- updated-dependencies: - dependency-name: symfony/dotenv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 89 +++++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 80 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 28f75703..e4e370a8 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "stof/doctrine-extensions-bundle": "^1.3", "symfony/asset": "4.4.*", "symfony/console": "4.4.*", - "symfony/dotenv": "4.4.*", + "symfony/dotenv": "5.4.*", "symfony/flex": "^1.3.1", "symfony/framework-bundle": "^4.4", "symfony/monolog-bundle": "3.7.*", diff --git a/composer.lock b/composer.lock index f0c0c7f0..48aa068e 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": "2ef1d463b5e6b6fcd0bed715f53f5467", + "content-hash": "ab4dacbb7decb4d4379121f25a7a83a8", "packages": [ { "name": "behat/transliterator", @@ -4760,6 +4760,73 @@ ], "time": "2021-07-23T15:41:52+00:00" }, + { + "name": "symfony/deprecation-contracts", + "version": "v2.5.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8", + "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-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", + "support": { + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.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": "2021-07-12T14:48:14+00:00" + }, { "name": "symfony/doctrine-bridge", "version": "v4.4.27", @@ -4868,23 +4935,25 @@ }, { "name": "symfony/dotenv", - "version": "v4.4.29", + "version": "v5.4.0", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "2b078eff6268875f4639cf16e48e321982c671bb" + "reference": "9bd173ff68fa90d39c59d91a42ae42b7f11713a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/2b078eff6268875f4639cf16e48e321982c671bb", - "reference": "2b078eff6268875f4639cf16e48e321982c671bb", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/9bd173ff68fa90d39c59d91a42ae42b7f11713a0", + "reference": "9bd173ff68fa90d39c59d91a42ae42b7f11713a0", "shasum": "" }, "require": { - "php": ">=7.1.3" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3" }, "require-dev": { - "symfony/process": "^3.4.2|^4.0|^5.0" + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { @@ -4917,7 +4986,7 @@ "environment" ], "support": { - "source": "https://github.com/symfony/dotenv/tree/v4.4.29" + "source": "https://github.com/symfony/dotenv/tree/v5.4.0" }, "funding": [ { @@ -4933,7 +5002,7 @@ "type": "tidelift" } ], - "time": "2021-07-27T16:19:30+00:00" + "time": "2021-11-23T10:19:22+00:00" }, { "name": "symfony/error-handler", @@ -10018,5 +10087,5 @@ "ext-pdo": "*" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }