From df6bd312b3326c402b45f132e4612c91c6769e45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 03:41:46 +0000 Subject: [PATCH 1/2] composer(deps-dev): update mimmi20/coding-standard requirement Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard) to permit the latest version. - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.2.44...5.2.45) --- updated-dependencies: - dependency-name: mimmi20/coding-standard dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b853f5c..6cfe314 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ext-xml": "*", "ext-xmlwriter": "*", "infection/infection": "^0.29.8", - "mimmi20/coding-standard": "^5.2.44", + "mimmi20/coding-standard": "^5.2.45", "nikic/php-parser": "^5.3.1", "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan": "^1.12.9", From 3e3674f5c3637e52272c8385a53f28f080b9f2dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Tue, 3 Dec 2024 07:29:25 +0100 Subject: [PATCH 2/2] fix issues --- .php-cs-fixer.php | 1 + rector.php | 1 + src/Exception/BuildException.php | 1 + src/Exception/NotFoundException.php | 1 + src/IosBuild.php | 1 + src/IosBuildInterface.php | 1 + src/IosData.php | 1 + tests/IosBuildTest.php | 1 + 8 files changed, 8 insertions(+) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index e0c99e8..aba2c98 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -1,4 +1,5 @@