diff --git a/composer.json b/composer.json index a53707e..f3a733b 100644 --- a/composer.json +++ b/composer.json @@ -44,13 +44,13 @@ "require-dev": { "enlightn/security-checker": "^2.0", "infection/infection": "^0.27.9", - "laravel/pint": "^1.13", - "phan/phan": "^5.4", - "php-parallel-lint/php-parallel-lint": "^1.3", - "phpstan/extension-installer": "^1.3", + "laravel/pint": "^1.13.8", + "phan/phan": "^5.4.3", + "php-parallel-lint/php-parallel-lint": "^1.3.2", + "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.55", - "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "^10.5", + "phpstan/phpstan-strict-rules": "^1.5.2", + "phpunit/phpunit": "^10.5.5", "psalm/plugin-phpunit": "^0.18.4", "rector/rector": "^0.19", "roave/no-floaters": "^1.10", @@ -98,4 +98,4 @@ "test:rector": "php -d memory_limit=-1 ./vendor/bin/rector --dry-run", "test:vulnerabilities-check": "php -d memory_limit=-1 ./vendor/bin/security-checker security:check" } -} \ No newline at end of file +}