From 6dc18eea6a3953ce4251259606d4637792b67908 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 21:55:28 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | ---------------------- | ------- | ------- | | github-tags | codecov/codecov-action | v3.1.1 | v3.1.2 | | packagist | phpstan/phpstan | 1.10.10 | 1.10.13 | --- .github/workflows/mutation-tests.yml | 2 +- composer.json | 2 +- composer.lock | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index 14214b90..bb7bb51a 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -58,4 +58,4 @@ jobs: run: "make infection PHPUNIT_FLAGS=--coverage-clover=coverage.xml" - name: "Upload Code Coverage" - uses: "codecov/codecov-action@v3.1.1" + uses: "codecov/codecov-action@v3.1.2" diff --git a/composer.json b/composer.json index 67de369a..464c2480 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "infection/infection": "^0.26", "lcobucci/coding-standard": "^10.0.0", "phpstan/extension-installer": "^1.2", - "phpstan/phpstan": "^1.10.10", + "phpstan/phpstan": "^1.10.13", "phpstan/phpstan-deprecation-rules": "^1.1.3", "phpstan/phpstan-phpunit": "^1.3.11", "phpstan/phpstan-strict-rules": "^1.5.1", diff --git a/composer.lock b/composer.lock index c55b371b..b7b701da 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": "ab0e8d19d19707395136c15100219d6d", + "content-hash": "f567da5af8a7268a90bfb73429c47889", "packages": [ { "name": "psr/clock", @@ -1298,16 +1298,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.10", + "version": "1.10.13", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "f1e22c9b17a879987f8743d81533250a5fff47f9" + "reference": "f07bf8c6980b81bf9e49d44bd0caf2e737614a70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f1e22c9b17a879987f8743d81533250a5fff47f9", - "reference": "f1e22c9b17a879987f8743d81533250a5fff47f9", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f07bf8c6980b81bf9e49d44bd0caf2e737614a70", + "reference": "f07bf8c6980b81bf9e49d44bd0caf2e737614a70", "shasum": "" }, "require": { @@ -1356,7 +1356,7 @@ "type": "tidelift" } ], - "time": "2023-04-01T17:06:15+00:00" + "time": "2023-04-12T19:29:52+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",