diff --git a/composer.json b/composer.json index f221f5f..b7df632 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-mbstring": "*", - "monolog/monolog": "^3.6.0", + "monolog/monolog": "^3.7.0", "psr/container": "^1.1.2 || ^2.0.2", "symfony/console": "^6.4.8" }, @@ -36,11 +36,11 @@ "mimmi20/coding-standard": "^5.2.36", "nikic/php-parser": "^4.19.1 || ^5.0.2", "phpstan/extension-installer": "^1.4.1", - "phpstan/phpstan": "^1.11.5", + "phpstan/phpstan": "^1.11.6", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-phpunit": "^1.4.0", - "phpunit/phpunit": "^10.5.24", - "rector/rector": "^1.1.1", + "phpunit/phpunit": "^10.5.25", + "rector/rector": "^1.2.0", "rector/type-perfect": "^0.1.6", "symplify/phpstan-rules": "^13.0.0", "tomasvotruba/cognitive-complexity": "^0.2.3",