From 47b095666466ae6e1a023c283e3080cc0a7f2be5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 00:08:10 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | --------------------------------- | ------- | ------- | | packagist | phpstan/phpstan | 1.9.17 | 1.10.2 | | packagist | phpstan/phpstan-deprecation-rules | 1.1.1 | 1.1.2 | | packagist | phpstan/phpstan-phpunit | 1.3.4 | 1.3.7 | | packagist | phpunit/phpunit | 10.0.7 | 10.0.11 | | github-tags | release-drafter/release-drafter | v5.22.0 | v5.23.0 | Signed-off-by: Renovate Bot --- .github/workflows/release-drafter.yml | 2 +- composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index bda9423..1ad6b34 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -18,6 +18,6 @@ jobs: steps: # Drafts your next Release notes as Pull Requests are merged into "master" - name: "Release Drafter" - uses: "release-drafter/release-drafter@v5.22.0" + uses: "release-drafter/release-drafter@v5.23.0" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/composer.json b/composer.json index ce02faa..789db79 100644 --- a/composer.json +++ b/composer.json @@ -33,10 +33,10 @@ "mimmi20/coding-standard": "^3.0.27", "nikic/php-parser": "^v4.15.3", "phpstan/extension-installer": "^1.2.0", - "phpstan/phpstan": "^1.9.17", - "phpstan/phpstan-deprecation-rules": "^1.1.1", - "phpstan/phpstan-phpunit": "^1.3.4", - "phpunit/phpunit": "^10.0.7" + "phpstan/phpstan": "^1.10.2", + "phpstan/phpstan-deprecation-rules": "^1.1.2", + "phpstan/phpstan-phpunit": "^1.3.7", + "phpunit/phpunit": "^10.0.11" }, "suggest": { "laminas/laminas-modulemanager": "Required for Module Integration",