diff --git a/composer.json b/composer.json index 7e63fc9..a4a91c6 100644 --- a/composer.json +++ b/composer.json @@ -10,12 +10,12 @@ } ], "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "chimera/foundation": "^1.0.x-dev", "jms/serializer": "^3.18" }, "require-dev": { - "infection/infection": "^0.26.19", + "infection/infection": "^0.29.0", "lcobucci/coding-standard": "^9.0", "phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^1.8",