From 02372fe9888c13992101ec5ef2b48c0425bc6224 Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Thu, 5 Dec 2024 21:58:57 +0300 Subject: [PATCH] chore(deps): composer update --- composer.json | 14 +++++++------- composer.lock | 18 +++++++++--------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index bb030c1..58dcccd 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { - "require": { - "league/climate": "^3.8", - "league/plates": "^3.4", - "amphp/parallel": "^2.2", - "amphp/http-client": "^5.0", - "phpdevcommunity/php-dotenv": "^3.0" - } + "require": { + "league/climate": "^3.8", + "league/plates": "^3.4", + "amphp/parallel": "^2.2", + "amphp/http-client": "^5.0", + "phpdevcommunity/php-dotenv": "^3.0" + } } diff --git a/composer.lock b/composer.lock index 862c976..e0c2619 100644 --- a/composer.lock +++ b/composer.lock @@ -1588,16 +1588,16 @@ }, { "name": "phpdevcommunity/php-dotenv", - "version": "3.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/phpdevcommunity/php-dotenv.git", - "reference": "cf8a190daca8fa504be1d85c0eb18d55001d4060" + "reference": "896b6b1a1184dddd76e536fed674560f4381b400" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpdevcommunity/php-dotenv/zipball/cf8a190daca8fa504be1d85c0eb18d55001d4060", - "reference": "cf8a190daca8fa504be1d85c0eb18d55001d4060", + "url": "https://api.github.com/repos/phpdevcommunity/php-dotenv/zipball/896b6b1a1184dddd76e536fed674560f4381b400", + "reference": "896b6b1a1184dddd76e536fed674560f4381b400", "shasum": "" }, "require": { @@ -1626,9 +1626,9 @@ "description": "PHP-DotEnv is a lightweight PHP library designed to simplify the management of environment variables in your PHP applications.", "support": { "issues": "https://github.com/phpdevcommunity/php-dotenv/issues", - "source": "https://github.com/phpdevcommunity/php-dotenv/tree/3.0.0" + "source": "https://github.com/phpdevcommunity/php-dotenv/tree/3.0.1" }, - "time": "2024-10-07T08:33:46+00:00" + "time": "2024-12-01T16:42:44+00:00" }, { "name": "psr/http-factory", @@ -1919,10 +1919,10 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [], + "platform": {}, + "platform-dev": {}, "plugin-api-version": "2.6.0" }