symfony/dotenv moved to require from require-dev.

This commit is contained in:
Alexey Skobkin 2019-01-25 00:14:05 +03:00
parent 3a770adbc1
commit 1d6b3c35d5
2 changed files with 59 additions and 59 deletions

View File

@ -21,6 +21,7 @@
"sensio/framework-extra-bundle": "^5.2",
"sentry/sentry-symfony": "^2.2",
"symfony/console": "^4.2",
"symfony/dotenv": "^4.2",
"symfony/finder": "^4.2",
"symfony/flex": "^1.1",
"symfony/form": "^4.2",
@ -35,7 +36,6 @@
},"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.1",
"symfony/debug-pack": "^1.0",
"symfony/dotenv": "^4.2",
"symfony/phpunit-bridge": "^4.2",
"symfony/profiler-pack": "^1.0",
"symfony/web-server-bundle": "^4.2"

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": "d0b05454f85f820522811cd3cdb03cb8",
"content-hash": "6e526c52a49ba4886def9e76d632bf6e",
"packages": [
{
"name": "doctrine/annotations",
@ -2297,6 +2297,63 @@
"homepage": "https://symfony.com",
"time": "2019-01-03T09:07:35+00:00"
},
{
"name": "symfony/dotenv",
"version": "v4.2.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
"reference": "36e4e4750a88f52a5542bd8a54a947cb57039ece"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dotenv/zipball/36e4e4750a88f52a5542bd8a54a947cb57039ece",
"reference": "36e4e4750a88f52a5542bd8a54a947cb57039ece",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
"symfony/process": "~3.4|~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-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-01-03T09:07:35+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v4.2.2",
@ -4967,63 +5024,6 @@
"description": "A debug pack for Symfony projects",
"time": "2018-12-10T12:11:11+00:00"
},
{
"name": "symfony/dotenv",
"version": "v4.2.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
"reference": "36e4e4750a88f52a5542bd8a54a947cb57039ece"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dotenv/zipball/36e4e4750a88f52a5542bd8a54a947cb57039ece",
"reference": "36e4e4750a88f52a5542bd8a54a947cb57039ece",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
"symfony/process": "~3.4|~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-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-01-03T09:07:35+00:00"
},
{
"name": "symfony/monolog-bridge",
"version": "v4.2.2",