diff --git a/.doctrine-project.json b/.doctrine-project.json index 30b037b28b0..104c3ab7ac3 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -20,9 +20,8 @@ { "name": "3.6", "branchName": "3.6.x", - "slug": "current", - "current": true, - "aliases": ["stable"] + "slug": "3.6", + "current": true }, { "name": "3.5", diff --git a/composer.json b/composer.json index c4a398fcda5..afc25e3a47f 100644 --- a/composer.json +++ b/composer.json @@ -41,8 +41,8 @@ "doctrine/coding-standard": "12.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.2", - "phpstan/phpstan": "1.10.29", - "phpstan/phpstan-phpunit": "1.3.13", + "phpstan/phpstan": "1.10.32", + "phpstan/phpstan-phpunit": "1.3.14", "phpstan/phpstan-strict-rules": "^1.5", "phpunit/phpunit": "10.2.2", "psalm/plugin-phpunit": "0.18.4",