![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/vendor/giggsey/locale/ |
{ "name": "giggsey/locale", "description": "Locale functions required by libphonenumber-for-php", "minimum-stability": "stable", "license": "MIT", "authors": [ { "name": "Joshua Gigg", "email": "[email protected]", "homepage": "https://giggsey.com/" } ], "require": { "php": ">=7.2" }, "require-dev": { "ext-json": "*", "php-coveralls/php-coveralls": "^2.0", "phing/phing": "^2.7", "pear/versioncontrol_git": "^0.5", "pear/pear-core-minimal": "^1.9", "pear/pear_exception": "^1.0", "phpunit/phpunit": "^8.5|^9.5", "symfony/console": "^5.0|^6.0", "symfony/filesystem": "^5.0|^6.0", "symfony/process": "^5.0|^6.0", "symfony/finder": "^5.0|^6.0" }, "autoload": { "psr-4": { "Giggsey\\Locale\\": "src/" } }, "autoload-dev": { "psr-4": { "Giggsey\\Locale\\Tests\\": "tests/", "Giggsey\\Locale\\Build\\": "build/Build/" } }, "archive": { "exclude": [ "build/", "tests/", ".gitattributes", ".gitignore", ".styleci.yml", ".travis.yml", "build.xml", "phpunit.xml.dist" ] }, "scripts": { "test": "phpunit", "metadata": "phing compile" } }