/var/www/vhosts/ihelp.ro/_OLD/vendor/aura/intl
NameSizeModeActions
docs/-0755rm
src/-0755rm
tests/-0755rm
.gitignore340644editdlrm
.scrutinizer.yml2060644editdlrm
.travis.yml3100644editdlrm
CHANGELOG.md21810644editdlrm
composer.json8140644editdlrm
CONTRIBUTING.md3130644editdlrm
LICENSE10800644editdlrm
phpunit.php2820644editdlrm
phpunit.xml.dist3240644editdlrm
README.md25820644editdlrm
Edit: /var/www/vhosts/ihelp.ro/_OLD/vendor/aura/intl/composer.json (814B)
{ "name": "aura/intl", "type": "library", "description": "The Aura Intl package provides internationalization tools, specifically message translation.", "keywords": [ "intl", "internationalization", "i18n", "l10n", "localization", "globalization", "g11n" ], "homepage": "https://github.com/auraphp/Aura.Intl", "license": "MIT", "authors": [ { "name": "Aura.Intl Contributors", "homepage": "https://github.com/auraphp/Aura.Intl/contributors" } ], "require": { "php": "^5.6|^7.0" }, "autoload": { "psr-4": { "Aura\\Intl\\": "src/" } }, "autoload-dev": { "psr-4": { "Aura\\Intl\\": "tests/" } } }