From ef0701a7959f9622672c446265826b5434787703 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Chris=20M=C3=BCller?=
 <2566282+brotkrueml@users.noreply.github.com>
Date: Sun, 28 Jan 2024 07:33:46 +0100
Subject: [PATCH] chore: update dev dependencies

---
 composer.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/composer.json b/composer.json
index c157466..44fc4c5 100644
--- a/composer.json
+++ b/composer.json
@@ -18,13 +18,13 @@
 		"twig/twig": "^3.7"
 	},
 	"require-dev": {
-		"brotkrueml/coding-standards": "~5.0.0",
-		"ergebnis/composer-normalize": "~2.39.0",
-		"infection/infection": "^0.27.8",
-		"phpstan/phpstan": "1.10.47",
+		"brotkrueml/coding-standards": "~5.1.0",
+		"ergebnis/composer-normalize": "~2.41.1",
+		"infection/infection": "^0.27.9",
+		"phpstan/phpstan": "1.10.57",
 		"phpunit/phpunit": "^10.5",
 		"psr/log": "^3.0",
-		"rector/rector": "0.18.11"
+		"rector/rector": "0.19.1"
 	},
 	"suggest": {
 		"psr/log": "Output a warning when a given language is not available"