diff --git a/composer.json b/composer.json index b97bdd0..4c63351 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "laravel/telescope": "^5.0", "laravel/tinker": "^2.9", "outhebox/blade-flags": "^1.5", - "pear/net_dns2": "^1.5", + "pear/net_dns2": "^2.0", "stevebauman/location": "^7.3" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 9595cf4..5ab9ef0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "46184a23e0df83a83f47c71db313d5b3", + "content-hash": "5df7893bcf91a53e9bbc468c0cc7dd57", "packages": [ { "name": "anourvalar/eloquent-serialize", @@ -4451,33 +4451,39 @@ }, { "name": "pear/net_dns2", - "version": "v1.5.4", + "version": "v2.0.6", "source": { "type": "git", "url": "https://github.com/mikepultz/netdns2.git", - "reference": "c4a167ff1bc93aaae95601ebc86099376c994581" + "reference": "451841dc0d4fa3642f80e403039c6be3a247af8b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mikepultz/netdns2/zipball/c4a167ff1bc93aaae95601ebc86099376c994581", - "reference": "c4a167ff1bc93aaae95601ebc86099376c994581", + "url": "https://api.github.com/repos/mikepultz/netdns2/zipball/451841dc0d4fa3642f80e403039c6be3a247af8b", + "reference": "451841dc0d4fa3642f80e403039c6be3a247af8b", "shasum": "" }, "require": { - "php": ">=5.4" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9" + "phpunit/phpunit": "^10" + }, + "suggest": { + "ext-curl": "Used for DNS over HTTPS (DoH)", + "ext-hash": "Used for TSIG authentication.", + "ext-intl": "Used for decoding Unicode domain names.", + "ext-openssl": "Used for DNS over TLS (DoT), and some DNSSEC verification." }, "type": "library", "autoload": { - "psr-0": { - "Net_DNS2": "" + "psr-4": { + "NetDNS2\\": "src/NetDNS2/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { @@ -4487,10 +4493,10 @@ "role": "lead" } ], - "description": "Native PHP DNS Resolver and Updater Library", + "description": "PHP DNS Resolver and Updater Library", "homepage": "https://netdns2.com/", "keywords": [ - "PEAR", + "DNSSEC", "dns", "network" ], @@ -4498,7 +4504,13 @@ "issues": "https://github.com/mikepultz/netdns2/issues", "source": "https://github.com/mikepultz/netdns2" }, - "time": "2023-10-01T05:15:14+00:00" + "funding": [ + { + "url": "https://github.com/mikepultz", + "type": "github" + } + ], + "time": "2025-10-17T18:26:26+00:00" }, { "name": "phpoption/phpoption",