Server IP : 184.154.167.98 / Your IP : 3.22.27.222 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/tampico1900/3rdparty/giggsey/locale/ |
Upload File : |
{ "name": "giggsey/locale", "description": "Locale functions required by libphonenumber-for-php", "minimum-stability": "stable", "license": "MIT", "authors": [ { "name": "Joshua Gigg", "email": "giggsey@gmail.com", "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", "symfony/filesystem": "^5.0", "symfony/process": "^5.0", "symfony/finder": "^5.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" } }