diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2020-02-13 16:40:38 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2020-02-17 15:16:43 +0000 |
| commit | 089dadac9f029a2c2e920aab5c38c35029818ae2 (patch) | |
| tree | 15e9e02ee6fb4ead8f1aa1e69643fae293d441f3 /vendor/composer/installed.json | |
| parent | f376f6d21758a47a239124a2664a6bef0fbcc699 (diff) | |
| download | webtrees-089dadac9f029a2c2e920aab5c38c35029818ae2.tar.gz webtrees-089dadac9f029a2c2e920aab5c38c35029818ae2.tar.bz2 webtrees-089dadac9f029a2c2e920aab5c38c35029818ae2.zip | |
Check for bad robots
Diffstat (limited to 'vendor/composer/installed.json')
| -rw-r--r-- | vendor/composer/installed.json | 117 |
1 files changed, 117 insertions, 0 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 0c156eb135..30fa6fd887 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1296,6 +1296,65 @@ ] }, { + "name": "io-developer/php-whois", + "version": "3.4.5", + "version_normalized": "3.4.5.0", + "source": { + "type": "git", + "url": "https://github.com/io-developer/php-whois.git", + "reference": "142264da05834b8c40bbb0b33f1807d2c16e2c7f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/io-developer/php-whois/zipball/142264da05834b8c40bbb0b33f1807d2c16e2c7f", + "reference": "142264da05834b8c40bbb0b33f1807d2c16e2c7f", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-intl": "*", + "ext-mbstring": "*", + "php": ">=5.4" + }, + "require-dev": { + "phpunit/phpunit": "^4.0" + }, + "time": "2020-02-05T09:11:32+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-4": { + "Iodev\\": "src/Iodev/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Sergey Sedyshev", + "email": "i.o.developer@gmail.com", + "homepage": "https://github.com/io-developer" + } + ], + "description": "PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible ", + "homepage": "https://github.com/io-developer/php-whois", + "keywords": [ + "asn", + "domain", + "info", + "lookup", + "parser", + "php", + "query", + "routes", + "tld", + "whois", + "црщшы" + ] + }, + { "name": "league/commonmark", "version": "1.3.0", "version_normalized": "1.3.0.0", @@ -1670,6 +1729,64 @@ ] }, { + "name": "mlocati/ip-lib", + "version": "1.9.0", + "version_normalized": "1.9.0.0", + "source": { + "type": "git", + "url": "https://github.com/mlocati/ip-lib.git", + "reference": "b844659e3b87a461d1a8fe8e3e374aa6c4a5d902" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/b844659e3b87a461d1a8fe8e3e374aa6c4a5d902", + "reference": "b844659e3b87a461d1a8fe8e3e374aa6c4a5d902", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "ext-pdo_sqlite": "*", + "phpunit/dbunit": "^1.4 || ^2 || ^3 || ^4", + "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5" + }, + "time": "2019-09-20T08:26:10+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-4": { + "IPLib\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michele Locati", + "email": "mlocati@gmail.com", + "homepage": "https://github.com/mlocati", + "role": "Author" + } + ], + "description": "Handle IPv4, IPv6 addresses and ranges", + "homepage": "https://github.com/mlocati/ip-lib", + "keywords": [ + "IP", + "address", + "addresses", + "ipv4", + "ipv6", + "matching", + "network", + "networking", + "range", + "subnet" + ] + }, + { "name": "nesbot/carbon", "version": "2.30.0", "version_normalized": "2.30.0.0", |
