/home/techb158/immovalet.com/vendor/symfony/polyfill-intl-icu
NameSizeModeActions
DateFormat/-0755rm
Exception/-0755rm
Resources/-0755rm
bootstrap.php9060644editdlrm
bootstrap80.php8260644editdlrm
Collator.php74350644editdlrm
composer.json11690644editdlrm
Currencies.php11710644editdlrm
Icu.php30310644editdlrm
IntlDateFormatter.php179100644editdlrm
LICENSE10650644editdlrm
Locale.php89330644editdlrm
NumberFormatter.php290040644editdlrm
README.md8540644editdlrm
Edit: /home/techb158/immovalet.com/vendor/symfony/polyfill-intl-icu/composer.json (1169B)
{ "name": "symfony/polyfill-intl-icu", "type": "library", "description": "Symfony polyfill for intl's ICU-related data and classes", "keywords": ["polyfill", "shim", "compatibility", "portable", "intl", "icu"], "homepage": "https://symfony.com", "license": "MIT", "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "require": { "php": ">=7.1" }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Intl\\Icu\\": "" }, "classmap": [ "Resources/stubs" ], "exclude-from-classmap": [ "/Tests/" ] }, "suggest": { "ext-intl": "For best performance and support of other locales than \"en\"" }, "minimum-stability": "dev", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } } }