From 70851f890e7894e27d9a5af44d53975d1fce6364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 03:45:52 +0000 Subject: [PATCH 1/2] composer(deps-dev): bump the minor-patch-dependencies group with 3 updates Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. Updates `mimmi20/coding-standard` to 5.2.13 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.2.12...5.2.13) Updates `phpunit/phpunit` to 10.5.10 - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.10/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.9...10.5.10) Updates `rector/rector` to 1.0.0 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.19.5...1.0.0) --- updated-dependencies: - dependency-name: mimmi20/coding-standard dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: phpunit/phpunit dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: rector/rector dependency-type: direct:development dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index da572b9..92589fa 100644 --- a/composer.json +++ b/composer.json @@ -31,14 +31,14 @@ "infection/infection": "^0.27.9", "laminas/laminas-modulemanager": "^2.15.0", "laminas/laminas-servicemanager": "^3.22.1", - "mimmi20/coding-standard": "^5.2.12", + "mimmi20/coding-standard": "^5.2.13", "nikic/php-parser": "^v4.18.0", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.57", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.15", - "phpunit/phpunit": "^10.5.9", - "rector/rector": "^0.19.5" + "phpunit/phpunit": "^10.5.10", + "rector/rector": "^1.0.0" }, "suggest": { "laminas/laminas-modulemanager": "Required for Module Integration", From 2094ddd0a0dd3340fa1ce54a3c5834c2efa4f37f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Thu, 8 Feb 2024 22:11:43 +0100 Subject: [PATCH 2/2] add token --- .github/workflows/continuous-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a555b7e..a5d7477 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -176,6 +176,8 @@ jobs: file: ".build/coverage/clover.xml" flags: "phpunit,php-${{ matrix.php-version }},${{ matrix.operating-system }}" verbose: false + env: + CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}" - name: "Run mutation tests with infection/infection" env: