Skip to content

Commit

Permalink
Merge branch '6.3' into 6.4
Browse files Browse the repository at this point in the history
* 6.3:
  [Messenger] Fix requiring symfony/deprecation-contracts
  Added missing Uzbek translations.
  [Validator] Add missing Finnish translations
  • Loading branch information
nicolas-grekas committed Oct 19, 2023
2 parents 8dff638 + 072d5bc commit e7a1f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"require": {
"php": ">=8.1",
"psr/log": "^1|^2|^3",
"symfony/clock": "^6.3|^7.0"
"symfony/clock": "^6.3|^7.0",
"symfony/deprecation-contracts": "^2.5|^3"
},
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0",
"symfony/console": "^6.3|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0",
"symfony/process": "^5.4|^6.0|^7.0",
Expand Down

0 comments on commit e7a1f07

Please sign in to comment.