diff --git a/composer.json b/composer.json index eecb409ea..3a6a5cdaa 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,7 @@ "sensiolabs/security-checker": "^5.0", "symfony/asset": "*", "symfony/console": "*", + "symfony/dotenv": "*", "symfony/expression-language": "*", "symfony/flex": "^1.1", "symfony/form": "*", @@ -40,7 +41,6 @@ "symfony/browser-kit": "*", "symfony/css-selector": "*", "symfony/debug-bundle": "*", - "symfony/dotenv": "*", "symfony/maker-bundle": "^1.11", "symfony/phpunit-bridge": "*", "symfony/stopwatch": "*", diff --git a/composer.lock b/composer.lock index e74b384fb..0a2d3d754 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": "9c1603b28d3a7a74e2910af4f9bc4720", + "content-hash": "de7118e50a21190d7f71cc82c0f1b0f6", "packages": [ { "name": "composer/ca-bundle", @@ -2669,6 +2669,63 @@ "homepage": "https://symfony.com", "time": "2019-06-06T07:45:42+00:00" }, + { + "name": "symfony/dotenv", + "version": "v4.3.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/dotenv.git", + "reference": "efd677abff68ea6fcfd9c60dbdacb96d0d97b382" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/efd677abff68ea6fcfd9c60dbdacb96d0d97b382", + "reference": "efd677abff68ea6fcfd9c60dbdacb96d0d97b382", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "require-dev": { + "symfony/process": "~3.4|~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.3-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Dotenv\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Registers environment variables from a .env file", + "homepage": "https://symfony.com", + "keywords": [ + "dotenv", + "env", + "environment" + ], + "time": "2019-05-07T09:02:05+00:00" + }, { "name": "symfony/event-dispatcher", "version": "v4.3.1", @@ -6389,63 +6446,6 @@ "homepage": "https://symfony.com", "time": "2019-05-31T18:55:30+00:00" }, - { - "name": "symfony/dotenv", - "version": "v4.3.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/dotenv.git", - "reference": "efd677abff68ea6fcfd9c60dbdacb96d0d97b382" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/efd677abff68ea6fcfd9c60dbdacb96d0d97b382", - "reference": "efd677abff68ea6fcfd9c60dbdacb96d0d97b382", - "shasum": "" - }, - "require": { - "php": "^7.1.3" - }, - "require-dev": { - "symfony/process": "~3.4|~4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.3-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Dotenv\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Registers environment variables from a .env file", - "homepage": "https://symfony.com", - "keywords": [ - "dotenv", - "env", - "environment" - ], - "time": "2019-05-07T09:02:05+00:00" - }, { "name": "symfony/maker-bundle", "version": "v1.11.6",