Skip to content

Commit

Permalink
Merge branch '5.4' into 6.2
Browse files Browse the repository at this point in the history
* 5.4:
  [VarDumper] Dumping DateTime throws error if getTimezone is false
  Only update autoload_runtime.php when it changed
  [Intl] Update the ICU data to 73.2
  [HttpClient] Force int conversion for floated multiplier for GenericRetryStrategy
  [Validator][Translator] Fix xlf files for en & fr translations. Bug introduced by #50590
  Add missing EN and FR translations for newest constraints
  • Loading branch information
nicolas-grekas committed Jun 20, 2023
2 parents 860c99e + 4c4cbf5 commit 99753f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Intl.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public static function getIcuDataVersion(): string
*/
public static function getIcuStubVersion(): string
{
return '73.1';
return '73.2';
}

/**
Expand Down
4 changes: 2 additions & 2 deletions Resources/data/git-info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Git information
===============

URL: https://github.com/unicode-org/icu.git
Revision: 5861e1fd52f1d7673eee38bc3c965aa18b336062
Revision: 680f521746a3bd6a86f25f25ee50a62d88b489cf
Author: Peter Edberg
Date: 2023-04-11T10:32:35-07:00
Date: 2023-06-07T19:19:55-07:00
2 changes: 1 addition & 1 deletion Resources/data/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
73.1
73.2

0 comments on commit 99753f0

Please sign in to comment.