PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Matous Nemec   PHP DNS Check Tool   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP DNS Check Tool
Check DNS records and compare record sets
Author: By
Last change:
Date: 6 years ago
Size: 796 bytes
 

Contents

Class file image Download
{ "name": "mesour/dns-checker", "description": "DNS checker written in PHP for check and compare real DNS records for domain.", "license": ["BSD-3-Clause","GPL-3.0-or-later"], "keywords": ["DNS","dns checker"], "authors": [{ "name": "Matou? N?mec", "homepage": "http://mesour.com" }], "require": { "php": ">=7.0", "mesour/ip-addresses": "^0.1.0" }, "require-dev": { "tracy/tracy": "~2.3.0", "slevomat/coding-standard": "^1.0", "consistence/coding-standard": "^0.10", "phpstan/phpstan": "^0.7.0", "nette/bootstrap": "^2.4", "nette/robot-loader": "^2.4", "nette/tester": "^1.7" }, "suggest": { "nette/bootstrap": "to use class DnsCheckerExtension" }, "autoload": { "classmap": ["src/"] } }