Add intl/ICU support

This commit is contained in:
Marcel Pociot
2023-06-02 11:47:11 +02:00
parent 09ba11affb
commit 1158931d91
7 changed files with 68 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
<?php
declare(strict_types=1);
assert(class_exists(NumberFormatter::class));