Skip to content

Commit cfbaafd

Browse files
Merge branch '4.4' into 5.1
* 4.4: CS fix [travis] use PHP 8.0 to patch return types and run deps=low Update sl_SI translations Don't trigger deprecation for deprecated aliases pointing to deprecated definitions [HttpFoundation] use atomic writes in MockFileSessionStorage [DI] fix param annotation [Config] Add \Symfony\Component\Config\Loader::load() return type Simplify PHP CS Fixer config Rename normalize param
2 parents b6b2a04 + 5fa20ca commit cfbaafd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"symfony/polyfill-php80": "^1.15"
2222
},
2323
"require-dev": {
24-
"doctrine/dbal": "^2.5|^3.0",
24+
"doctrine/dbal": "^2.6|^3.0",
2525
"mongodb/mongodb": "~1.1",
2626
"predis/predis": "~1.0"
2727
},
2828
"conflict": {
29-
"doctrine/dbal": "<2.5"
29+
"doctrine/dbal": "<2.6"
3030
},
3131
"autoload": {
3232
"psr-4": { "Symfony\\Component\\Lock\\": "" },

0 commit comments

Comments
 (0)