From a161caf3744178ea6dce6683fef3a8c3f02a9bad Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 11:03:30 +0000 Subject: [PATCH] Bump symfony/dotenv from 4.0.9 to 4.4.16 Bumps [symfony/dotenv](https://github.com/symfony/dotenv) from 4.0.9 to 4.4.16. - [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.0.9...v4.4.16) Signed-off-by: dependabot-preview[bot] --- composer.lock | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index a8f6294..863e680 100644 --- a/composer.lock +++ b/composer.lock @@ -2159,30 +2159,25 @@ "packages-dev": [ { "name": "symfony/dotenv", - "version": "v4.0.9", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "afb6923923e22874dac20bd042167ccb8df1d158" + "reference": "450e2dad0b42431ad9558bc8adf07e8c4b55d1cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/afb6923923e22874dac20bd042167ccb8df1d158", - "reference": "afb6923923e22874dac20bd042167ccb8df1d158", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/450e2dad0b42431ad9558bc8adf07e8c4b55d1cd", + "reference": "450e2dad0b42431ad9558bc8adf07e8c4b55d1cd", "shasum": "" }, "require": { - "php": "^7.1.3" + "php": ">=7.1.3" }, "require-dev": { - "symfony/process": "~3.4|~4.0" + "symfony/process": "^3.4.2|^4.0|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Dotenv\\": "" @@ -2212,7 +2207,21 @@ "env", "environment" ], - "time": "2018-01-03T17:15:19+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-24T11:50:19+00:00" } ], "aliases": [], @@ -2224,5 +2233,6 @@ "php": "^7.1.8", "ext-iconv": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }