Skip to content

Commit 3b80d2e

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Fix CS Compatibility with doctrine/annotations 2 [Console] Fix a test when pcntl is not available (following #48329) [FrameworkBundle] fix: fix typo about help
2 parents 70d2313 + e3a13c7 commit 3b80d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"symfony/security-http": "^6.2"
3131
},
3232
"require-dev": {
33-
"doctrine/annotations": "^1.10.4",
33+
"doctrine/annotations": "^1.10.4|^2",
3434
"symfony/asset": "^5.4|^6.0",
3535
"symfony/browser-kit": "^5.4|^6.0",
3636
"symfony/console": "^5.4|^6.0",

0 commit comments

Comments
 (0)