diff --git a/.github/workflows/draft-release-notes.yml b/.github/workflows/draft-release-notes.yml index 48701e3..efb9239 100644 --- a/.github/workflows/draft-release-notes.yml +++ b/.github/workflows/draft-release-notes.yml @@ -20,6 +20,6 @@ jobs: steps: - name: Draft release notes - uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7 + uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/composer.json b/composer.json index 175bc51..eecc613 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "drevops/phpcs-standard": "^0.7.0", "drupal/coder": "^8.3.31", "ergebnis/composer-normalize": "^2.51.0", - "phpstan/phpstan": "^2.1.53", + "phpstan/phpstan": "^2.1.54", "phpunit/phpunit": "^11.5.55", "pyrech/composer-changelogs": "^2.2", "rector/rector": "^2.4.2" diff --git a/composer.lock b/composer.lock index 375c281..4981ed0 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": "f12f25bc98398bfd3740e603485b5acd", + "content-hash": "c143214282d31754c36c25bf8e941ce2", "packages": [ { "name": "czproject/git-php", @@ -3138,11 +3138,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.53", + "version": "2.1.54", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ef67586798c003274797b288a68b221e4270dca7", - "reference": "ef67586798c003274797b288a68b221e4270dca7", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8be50c3992107dc837b17da4d140fbbdf9a5c5bd", + "reference": "8be50c3992107dc837b17da4d140fbbdf9a5c5bd", "shasum": "" }, "require": { @@ -3187,7 +3187,7 @@ "type": "github" } ], - "time": "2026-04-28T16:09:00+00:00" + "time": "2026-04-29T13:31:09+00:00" }, { "name": "phpunit/php-code-coverage",