/var/www/vhosts/ihelp.ro/_OLD/vendor/symfony/string
NameSizeModeActions
Exception/-0755rm
Inflector/-0755rm
Resources/-0755rm
Slugger/-0755rm
.gitattributes1750644editdlrm
AbstractString.php184740644editdlrm
AbstractUnicodeString.php262910644editdlrm
ByteString.php153100644editdlrm
CHANGELOG.md6560644editdlrm
CodePointString.php80570644editdlrm
composer.json12980644editdlrm
LazyString.php49040644editdlrm
LICENSE10650644editdlrm
README.md5600644editdlrm
UnicodeString.php123680644editdlrm
Edit: /var/www/vhosts/ihelp.ro/_OLD/vendor/symfony/string/composer.json (1298B)
{ "name": "symfony/string", "type": "library", "description": "Symfony String component", "keywords": ["string", "utf8", "utf-8", "grapheme", "i18n", "unicode"], "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.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "~1.15" }, "require-dev": { "symfony/error-handler": "^4.4|^5.0", "symfony/http-client": "^4.4|^5.0", "symfony/translation-contracts": "^1.1|^2", "symfony/var-exporter": "^4.4|^5.0" }, "autoload": { "psr-4": { "Symfony\\Component\\String\\": "" }, "files": [ "Resources/functions.php" ], "exclude-from-classmap": [ "/Tests/" ] }, "minimum-stability": "dev", "extra": { "branch-alias": { "dev-master": "5.1-dev" } } }