From 99c3022231a75e4363532767249dfddd0a434d44 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Mon, 4 May 2026 15:25:40 +0300 Subject: [PATCH 1/2] Remove `yiisoft/aliases` dev dependency --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 8c790e4c..c43a70ad 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,6 @@ "phpunit/phpunit": "^10.5.45", "rector/rector": "^2.0.10", "spatie/phpunit-watcher": "^1.24", - "yiisoft/aliases": "^2.0", "yiisoft/psr-dummy-provider": "^1.0", "yiisoft/test-support": "^3.0", "yiisoft/var-dumper": "^1.7" From d7a6e396d9b1fd80fe8f908e4681d9ff416194cf Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Mon, 4 May 2026 15:26:36 +0300 Subject: [PATCH 2/2] Fix mutation CI --- .github/workflows/mutation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index c59dee8e..0ca04a82 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -59,6 +59,6 @@ jobs: - name: Run infection. run: | - vendor/bin/infection --threads=2 --ignore-msi-with-no-mutations + vendor/bin/infection --ignore-msi-with-no-mutations env: STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}