Server IP : 66.29.132.124 / Your IP : 18.226.17.3 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/vendor/league/iso3166/ |
Upload File : |
{ "name": "league/iso3166", "description": "ISO 3166-1 PHP Library", "autoload": { "psr-4": { "League\\ISO3166\\": "src" } }, "autoload-dev": { "psr-4": { "League\\ISO3166\\": "tests" } }, "require": { "php": "^7.3|^8.0" }, "require-dev": { "phpunit/phpunit": "^9.5" }, "scripts": { "cs-review": "php-cs-fixer fix --verbose --diff --dry-run", "cs-fix": "php-cs-fixer fix --verbose", "test": "phpunit" }, "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "keywords": ["ISO 3166", "ISO", "3166", "3166-1", "countries", "library"], "homepage": "https://github.com/thephpleague/iso3166", "license": "MIT", "authors": [{ "name": "Rob Bast", "email": "rob.bast@gmail.com" }], "support": { "issues": "https://github.com/thephpleague/iso3166/issues", "source": "https://github.com/thephpleague/iso3166" } }