Skip to content

Commit 18ecd88

Browse files
Merge branch '5.4' into 6.0
* 5.4: [Cache] fix connecting to local Redis sockets Fix appveyor config for deprecations Skip deprecation coming from DBAL 3.2 Add Suggestion class for more advanced completion suggestion [HttpClient] Add Klaxoon as a backer to the README [Translation] Add Lokalise as a backer to the READMEs [Translation] Add Crowdin as a backer to the READMEs [Security] Add SymfonyCasts as a backer to the READMEs [Notifier] Add Mercure.rocks as a backer to the README [Messenger][Process] Add SensioLabs as a backer to the README [HttpKernel][Console] Add Les-Tilleuls.coop as a backer to the README [HttpFoundation] Add Laravel as a backer to the README Allow v3 contracts where possible
2 parents f5419bb + 2823212 commit 18ecd88

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
@@ -22,10 +22,10 @@
2222
"psr/log": "^1|^2|^3",
2323
"symfony/event-dispatcher": "^5.4|^6.0",
2424
"symfony/mime": "^5.4|^6.0",
25-
"symfony/service-contracts": "^1.1|^2.0|^3.0"
25+
"symfony/service-contracts": "^1.1|^2|^3"
2626
},
2727
"require-dev": {
28-
"symfony/http-client-contracts": "^1.1|^2.0|^3.0",
28+
"symfony/http-client-contracts": "^1.1|^2|^3",
2929
"symfony/messenger": "^5.4|^6.0"
3030
},
3131
"conflict": {

0 commit comments

Comments
 (0)