Skip to content

Commit 9128251

Browse files
committed
Merge branch '3.7.x' into 4.0.x
* 3.7.x: PHPUnit 9.6.11, PHPStan 1.10.32 (doctrine#6139) Remove duplicate alias and slug
2 parents cf8177e + 36a5136 commit 9128251

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.doctrine-project.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
{
2121
"name": "3.6",
2222
"branchName": "3.6.x",
23-
"slug": "current",
24-
"current": true,
25-
"aliases": ["stable"]
23+
"slug": "3.6",
24+
"current": true
2625
},
2726
{
2827
"name": "3.5",

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"doctrine/coding-standard": "12.0.0",
4242
"fig/log-test": "^1",
4343
"jetbrains/phpstorm-stubs": "2023.2",
44-
"phpstan/phpstan": "1.10.29",
45-
"phpstan/phpstan-phpunit": "1.3.13",
44+
"phpstan/phpstan": "1.10.32",
45+
"phpstan/phpstan-phpunit": "1.3.14",
4646
"phpstan/phpstan-strict-rules": "^1.5",
4747
"phpunit/phpunit": "10.2.2",
4848
"psalm/plugin-phpunit": "0.18.4",

0 commit comments

Comments
 (0)