diff --git a/composer.json b/composer.json index 3a4839a6f..c681991ee 100644 --- a/composer.json +++ b/composer.json @@ -122,6 +122,7 @@ "symfony/dependency-injection": "^5.4.35", "symfony/doctrine-bridge": "^5.4.35", "symfony/dom-crawler": "^5.4.35", + "symfony/dotenv": "^5.4.35", "symfony/error-handler": "^5.4.35", "symfony/event-dispatcher": "^5.4.35", "symfony/event-dispatcher-contracts": "^2.5.2", diff --git a/composer.lock b/composer.lock index b24a2372a..786c81fd3 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": "a85056bec7fa90b9be4aa16c34464c0e", + "content-hash": "275616311733b2f623c48eda835def87", "packages": [ { "name": "babdev/pagerfanta-bundle", @@ -9569,6 +9569,77 @@ ], "time": "2024-10-22T13:05:35+00:00" }, + { + "name": "symfony/dotenv", + "version": "v5.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/dotenv.git", + "reference": "08013403089c8a126c968179179b817a552841ab" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/08013403089c8a126c968179179b817a552841ab", + "reference": "08013403089c8a126c968179179b817a552841ab", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3" + }, + "require-dev": { + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0" + }, + "type": "library", + "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" + ], + "support": { + "source": "https://github.com/symfony/dotenv/tree/v5.4.48" + }, + "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": "2024-11-27T09:33:00+00:00" + }, { "name": "symfony/error-handler", "version": "v5.4.46",