diff --git a/.phive/phars.xml b/.phive/phars.xml index ce5acd67..115f512a 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,5 +1,5 @@ - + diff --git a/composer.json b/composer.json index 744c5abf..532c8d65 100644 --- a/composer.json +++ b/composer.json @@ -30,15 +30,15 @@ "require-dev": { "php-parallel-lint/php-parallel-lint": "1.4.0", "phpstan/extension-installer": "1.4.3", - "phpstan/phpstan": "1.12.33 || 2.2.2", - "phpstan/phpstan-phpunit": "1.4.2 || 2.0.16", - "phpstan/phpstan-strict-rules": "1.6.2 || 2.0.11", + "phpstan/phpstan": "1.12.33 || 2.2.5", + "phpstan/phpstan-phpunit": "1.4.2 || 2.0.18", + "phpstan/phpstan-strict-rules": "1.6.2 || 2.0.12", "phpunit/phpunit": "8.5.53", "rawr/phpunit-data-provider": "3.3.1", - "rector/rector": "1.2.10 || 2.5.0", - "rector/type-perfect": "1.0.0 || 2.1.3", + "rector/rector": "1.2.10 || 2.5.7", + "rector/type-perfect": "1.0.0 || 2.1.4", "squizlabs/php_codesniffer": "4.0.1", - "thecodingmachine/phpstan-safe-rule": "1.2.0 || 1.4.3" + "thecodingmachine/phpstan-safe-rule": "1.2.0 || 1.4.7" }, "suggest": { "ext-mbstring": "for parsing UTF-8 CSS"