From 65caa5f2f229a759152e77835a91e3ff5322e086 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 23 May 2024 16:36:32 +0200 Subject: [PATCH] code format commit --- .github/workflows/infection.yaml | 4 ++-- composer.lock | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/infection.yaml b/.github/workflows/infection.yaml index aacb82d..3220a7b 100644 --- a/.github/workflows/infection.yaml +++ b/.github/workflows/infection.yaml @@ -23,8 +23,8 @@ jobs: - name: Infection run: | - wget -q https://github.com/infection/infection/releases/download/0.27.0/infection.phar - wget -q https://github.com/infection/infection/releases/download/0.27.0/infection.phar.asc + wget -q https://github.com/infection/infection/releases/download/0.26.20/infection.phar + wget -q https://github.com/infection/infection/releases/download/0.26.20/infection.phar.asc chmod +x infection.phar ./infection.phar diff --git a/composer.lock b/composer.lock index f96587f..2b9c0a8 100644 --- a/composer.lock +++ b/composer.lock @@ -4866,16 +4866,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.1.1", + "version": "10.2.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "0d9401b7e8245d71079e249e3cb868e9d2337887" + "reference": "1c17815c129f133f3019cc18e8d0c8622e6d9bcd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0d9401b7e8245d71079e249e3cb868e9d2337887", - "reference": "0d9401b7e8245d71079e249e3cb868e9d2337887", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1c17815c129f133f3019cc18e8d0c8622e6d9bcd", + "reference": "1c17815c129f133f3019cc18e8d0c8622e6d9bcd", "shasum": "" }, "require": { @@ -4915,7 +4915,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "10.1-dev" + "dev-main": "10.2-dev" } }, "autoload": { @@ -4947,7 +4947,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.1.1" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.6" }, "funding": [ { @@ -4963,7 +4963,7 @@ "type": "tidelift" } ], - "time": "2023-04-17T12:17:05+00:00" + "time": "2023-07-17T12:08:28+00:00" }, { "name": "psr/event-dispatcher",