芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/status.pulsehost.co.uk/vendor/io-developer/php-whois/composer.json
{ "name": "io-developer/php-whois", "description": "PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible ", "keywords": [ "php", "whois", "query", "tld", "domain", "lookup", "info", "asn", "routes", "parser", "црщшы" ], "type": "library", "license": "MIT", "homepage": "https://github.com/io-developer/php-whois", "authors": [ { "name": "Sergey Sedyshev", "email": "i.o.developer@gmail.com", "homepage": "https://github.com/io-developer" } ], "require" : { "php" : ">=7.2", "ext-curl": "*", "ext-mbstring": "*", "ext-json": "*", "symfony/polyfill-intl-idn": "^1.27" }, "require-dev" : { "phpunit/phpunit": "^8.0" }, "autoload": { "psr-4": { "Iodev\\": "src/Iodev/" } }, "autoload-dev": { "psr-4": { "": [ "tests/" ] } }, "scripts": { "test": [ "phpunit --bootstrap tests/bootstrap.php tests" ] } }