We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf8177e + 36a5136 commit 9128251Copy full SHA for 9128251
.doctrine-project.json
@@ -20,9 +20,8 @@
20
{
21
"name": "3.6",
22
"branchName": "3.6.x",
23
- "slug": "current",
24
- "current": true,
25
- "aliases": ["stable"]
+ "slug": "3.6",
+ "current": true
26
},
27
28
"name": "3.5",
composer.json
@@ -41,8 +41,8 @@
41
"doctrine/coding-standard": "12.0.0",
42
"fig/log-test": "^1",
43
"jetbrains/phpstorm-stubs": "2023.2",
44
- "phpstan/phpstan": "1.10.29",
45
- "phpstan/phpstan-phpunit": "1.3.13",
+ "phpstan/phpstan": "1.10.32",
+ "phpstan/phpstan-phpunit": "1.3.14",
46
"phpstan/phpstan-strict-rules": "^1.5",
47
"phpunit/phpunit": "10.2.2",
48
"psalm/plugin-phpunit": "0.18.4",
0 commit comments