golden hour
/opt/cpanel/ea-wappspector/vendor/symfony/polyfill-intl-grapheme
⬆️ Go Up
Upload
File/Folder
Size
Actions
Grapheme.php
12.39 KB
Del
OK
LICENSE
1.04 KB
Del
OK
README.md
1.7 KB
Del
OK
bootstrap.php
2.8 KB
Del
OK
bootstrap80.php
3.31 KB
Del
OK
composer.json
952 B
Del
OK
Edit: composer.json
{ "name": "symfony/polyfill-intl-grapheme", "type": "library", "description": "Symfony polyfill for intl's grapheme_* functions", "keywords": ["polyfill", "shim", "compatibility", "portable", "intl", "grapheme"], "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.2" }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Grapheme\\": "" }, "files": [ "bootstrap.php" ] }, "suggest": { "ext-intl": "For best performance" }, "minimum-stability": "dev", "extra": { "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } } }
Save