From e9a8df10c88ca02b4d64da2d10c3cf1d72410e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 22:34:08 +0000 Subject: [PATCH 1/2] composer(deps): update friendsofphp/php-cs-fixer requirement Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version. - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.48.0...v3.49.0) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bcf69a2..2de1bc5 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "require": { "php": "^8.1.0", "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0", - "friendsofphp/php-cs-fixer": "^v3.48.0", + "friendsofphp/php-cs-fixer": "^v3.49.0", "sirbrillig/phpcs-variable-analysis": "^2.11.17", "slevomat/coding-standard": "^8.14.1", "squizlabs/php_codesniffer": "^3.8.1" From 62be9ec8e76a3678667598137425228fea7a32c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Sat, 3 Feb 2024 14:39:44 +0100 Subject: [PATCH 2/2] add badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0277109..fc2fbce 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ [![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/mimmi20/coding-standard.svg)](https://isitmaintained.com/project/mimmi20/coding-standard "Average time to resolve an issue") [![Percentage of issues still open](https://isitmaintained.com/badge/open/mimmi20/coding-standard.svg)](https://isitmaintained.com/project/mimmi20/coding-standard "Percentage of issues still open") +[![Maintainability](https://api.codeclimate.com/v1/badges/5a04c7f0571329d4f461/maintainability)](https://codeclimate.com/github/mimmi20/coding-standard/maintainability) ## Requirements