From 55ac190c9e2eecf897ffd83452cf958aacd55aa0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:53:19 +0000 Subject: [PATCH] fix(deps): update dependency oscarotero/env to v2.1.1 (#119) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 47629c1..005938f 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "composer/installers": "2.3.0", "vlucas/phpdotenv": "5.6.1", "johnpbloch/wordpress": "6.7.1", - "oscarotero/env": "v2.1.0", + "oscarotero/env": "v2.1.1", "roots/wp-password-bcrypt": "1.2.0", "wpackagist-theme/twentytwentyfour": "1.3" }, diff --git a/composer.lock b/composer.lock index 447458d..5c8777e 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": "001915912605f46392771885bb709506", + "content-hash": "afea8158aa5f54b24f9d629bc9a6f6d2", "packages": [ { "name": "composer/installers", @@ -364,16 +364,16 @@ }, { "name": "oscarotero/env", - "version": "v2.1.0", + "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/oscarotero/env.git", - "reference": "0da22cadc6924155fa9bbea2cdda2e84ab7cbdd3" + "reference": "9f7d85cc6890f06a65bad4fe0077c070d596e4a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oscarotero/env/zipball/0da22cadc6924155fa9bbea2cdda2e84ab7cbdd3", - "reference": "0da22cadc6924155fa9bbea2cdda2e84ab7cbdd3", + "url": "https://api.github.com/repos/oscarotero/env/zipball/9f7d85cc6890f06a65bad4fe0077c070d596e4a4", + "reference": "9f7d85cc6890f06a65bad4fe0077c070d596e4a4", "shasum": "" }, "require": { @@ -382,7 +382,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16", - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": ">=7.0" }, "type": "library", "autoload": { @@ -413,9 +413,9 @@ "support": { "email": "oom@oscarotero.com", "issues": "https://github.com/oscarotero/env/issues", - "source": "https://github.com/oscarotero/env/tree/v2.1.0" + "source": "https://github.com/oscarotero/env/tree/v2.1.1" }, - "time": "2020-06-11T10:59:27+00:00" + "time": "2024-12-03T01:02:28+00:00" }, { "name": "phpoption/phpoption",