From 2ba07643338090689522ed0f0fb0e5800fa269e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 17:32:47 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | ----------------- | ----- | ----- | | packagist | composer/composer | 2.5.1 | 2.5.2 | | packagist | phpunit/phpunit | 9.6.2 | 9.6.3 | --- composer.json | 4 ++-- composer.lock | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 1e42282..3bd07d4 100644 --- a/composer.json +++ b/composer.json @@ -14,11 +14,11 @@ "composer-runtime-api": "^2.2.0" }, "require-dev": { - "composer/composer": "^2.5.1", + "composer/composer": "^2.5.2", "doctrine/coding-standard": "^11.1.0", "ext-zip": "^1.15.0", "roave/infection-static-analysis-plugin": "^1.28.0", - "phpunit/phpunit": "^9.6.2", + "phpunit/phpunit": "^9.6.3", "vimeo/psalm": "^5.6.0" }, "replace": { diff --git a/composer.lock b/composer.lock index 9c9155c..06498fb 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": "44546061341f3e9b5db0de5d2371acc2", + "content-hash": "4e392c9eaa7b49182cfc26d4ace92ce6", "packages": [], "packages-dev": [ { @@ -415,16 +415,16 @@ }, { "name": "composer/composer", - "version": "2.5.1", + "version": "2.5.2", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "923278ad13e1621946eb76ab2882655d2cc396a4" + "reference": "c76c013c555160410af47c03a0e173518e3f5796" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/923278ad13e1621946eb76ab2882655d2cc396a4", - "reference": "923278ad13e1621946eb76ab2882655d2cc396a4", + "url": "https://api.github.com/repos/composer/composer/zipball/c76c013c555160410af47c03a0e173518e3f5796", + "reference": "c76c013c555160410af47c03a0e173518e3f5796", "shasum": "" }, "require": { @@ -508,7 +508,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", - "source": "https://github.com/composer/composer/tree/2.5.1" + "source": "https://github.com/composer/composer/tree/2.5.2" }, "funding": [ { @@ -524,7 +524,7 @@ "type": "tidelift" } ], - "time": "2022-12-22T14:33:54+00:00" + "time": "2023-02-04T13:33:22+00:00" }, { "name": "composer/metadata-minifier", @@ -2554,16 +2554,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.2", + "version": "9.6.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "1a461cabfbd5b464f5d41c49a9959c63b4ecd2d1" + "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1a461cabfbd5b464f5d41c49a9959c63b4ecd2d1", - "reference": "1a461cabfbd5b464f5d41c49a9959c63b4ecd2d1", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e7b1615e3e887d6c719121c6d4a44b0ab9645555", + "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555", "shasum": "" }, "require": { @@ -2636,7 +2636,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.3" }, "funding": [ { @@ -2652,7 +2652,7 @@ "type": "tidelift" } ], - "time": "2023-02-04T06:59:53+00:00" + "time": "2023-02-04T13:37:15+00:00" }, { "name": "psr/container",