diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-11-07 04:02:04 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-11-07 04:02:04 +0300 |
commit | 4c69cf585b42f11d7861db56b098c0ac0d5b46c3 (patch) | |
tree | a03ec810edc8d7f6bde8bdb1a6c812a13e070b97 /composer.json | |
parent | 22cd7549ea315d9870f5d65f086c4c0727e49c83 (diff) |
support whois check (registration expiration dates)
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 43804f4..f936c19 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,8 @@ { "require": { "ext-openssl": "*", - "ext-json": "*" + "ext-json": "*", + "io-developer/php-whois": "^4.1" }, "config": { "platform": { |