Skip to content

Commit

Permalink
Merge branch '5.4' into 6.0
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nicolas-grekas committed Nov 23, 2021
2 parents ead3eb0 + 208ef96 commit 0e0ed55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=8.0.2",
"symfony/service-contracts": "^1.0|^2.0|^3.0"
"symfony/service-contracts": "^1|^2|^3"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Stopwatch\\": "" },
Expand Down

0 comments on commit 0e0ed55

Please sign in to comment.