Skip to content

Commit b35c90e

Browse files
minor #39823 [travis] use PHP 8.0 to patch return types and run deps=low (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- [travis] use PHP 8.0 to patch return types and run deps=low | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - (I need to verify that DebugClassLoader works as expected before merging) Commits ------- 7f5ea78fb8 [travis] use PHP 8.0 to patch return types and run deps=low
2 parents 43649a8 + 6f69816 commit b35c90e

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
@@ -35,7 +35,7 @@
3535
"symfony/property-access": "^3.4|^4.0|^5.0",
3636
"symfony/property-info": "^3.4|^4.0|^5.0",
3737
"symfony/translation": "^4.2",
38-
"doctrine/annotations": "~1.7",
38+
"doctrine/annotations": "^1.10.4",
3939
"doctrine/cache": "~1.0",
4040
"egulias/email-validator": "^2.1.10"
4141
},

0 commit comments

Comments
 (0)