8000 Merge branch '5.1' · symfony/doctrine-messenger@88f435d · GitHub
[go: up one dir, main page]

Skip to content

Commit 88f435d

Browse files
Merge branch '5.1'
* 5.1: (33 commits) [Cache] $lifetime cannot be null [Serializer] minor cleanup fix merge Run PHP 8 as 7.4.99 Remove calls to deprecated ReflectionParameter::getClass(). [VarDumper] fix PHP 8 support Removed "services" prototype node from "custom_authenticator" Add php 8 to travis. [Cache] Accessing undefined constants raises an Error in php8 [Cache] allow DBAL v3 Skip Doctrine DBAL on php 8 until we have a compatible version. [DomCrawler] Catch expected ValueError. Made method signatures compatible with their corresponding traits. [ErrorHandler] Apply php8 fixes from Debug component. [DomCrawler] Catch expected ValueError. [Validator] Catch expected ValueError. [VarDumper] ReflectionFunction::isDisabled() is deprecated. [BrowserKit] Raw body with custom Content-Type header Revert symfony/symfony#34986 Make ExpressionLanguageSyntax validator usable with annotation ...
2 parents bc5fadf + 137005f commit 88f435d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
],
1818
"require": {
1919
"php": ">=7.2.5",
20-
"doctrine/dbal": "^2.10",
2120
"doctrine/persistence": "^1.3",
2221
"symfony/messenger": "^5.1",
2322
"symfony/service-contracts": "^1.1|^2"
2423
},
2524
"require-dev": {
26-
"doctrine/dbal": "^2.6",
25+
"doctrine/dbal": "^2.10",
2726
"doctrine/orm": "^2.6.3",
2827
"doctrine/persistence": "^1.3",
2928
"symfony/property-access": "^4.4|^5.0",

0 commit comments

Comments
 (0)
0