Moving symfony/dotenv from require-dev to require section of composer.json.

This commit is contained in:
Alexey Skobkin 2019-07-13 23:26:47 +03:00
parent a9b329e24c
commit 691bf00cbc
2 changed files with 59 additions and 59 deletions

View File

@ -18,6 +18,7 @@
"sensio/framework-extra-bundle": "^5.1",
"sentry/sentry-symfony": "^2.2",
"symfony/console": "^4.1",
"symfony/dotenv": "^4.1",
"symfony/flex": "^1.0",
"symfony/form": "^4.1",
"symfony/framework-bundle": "^4.1",
@ -33,7 +34,6 @@
"white-october/pagerfanta-bundle": "^1.2"
},
"require-dev": {
"symfony/dotenv": "^4.1",
"symfony/web-profiler-bundle": "^4.1"
},
"config": {

116
composer.lock generated
View File

@ -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": "c172785237029de92c0034fc36c00494",
"content-hash": "9357f0481f1bae9e751158689364ba6b",
"packages": [
{
"name": "doctrine/annotations",
@ -2567,6 +2567,63 @@
"homepage": "https://symfony.com",
"time": "2019-06-26T06:50:02+00:00"
},
{
"name": "symfony/dotenv",
"version": "v4.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
"reference": "c9ea2a1c60e7db08c1d1379cd4448fd14bda11eb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dotenv/zipball/c9ea2a1c60e7db08c1d1379cd4448fd14bda11eb",
"reference": "c9ea2a1c60e7db08c1d1379cd4448fd14bda11eb",
"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-06-26T06:50:02+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v4.3.2",
@ -5574,63 +5631,6 @@
}
],
"packages-dev": [
{
"name": "symfony/dotenv",
"version": "v4.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
"reference": "c9ea2a1c60e7db08c1d1379cd4448fd14bda11eb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dotenv/zipball/c9ea2a1c60e7db08c1d1379cd4448fd14bda11eb",
"reference": "c9ea2a1c60e7db08c1d1379cd4448fd14bda11eb",
"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-06-26T06:50:02+00:00"
},
{
"name": "symfony/var-dumper",
"version": "v4.3.2",