diff --git a/composer.json b/composer.json index 9a7cca1..529091d 100644 --- a/composer.json +++ b/composer.json @@ -10,11 +10,11 @@ } ], "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "doctrine/annotations": "^2.0.1" }, "require-dev": { - "infection/infection": "^0.26", + "infection/infection": "^0.29", "lcobucci/coding-standard": "^9.0", "phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^1.10.10",