Initial commit

This commit is contained in:
Filip Znachor 2024-09-01 21:49:11 +02:00
commit 818365eb34
2 changed files with 16 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
composer.lock
vendor

14
composer.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "codespace/whois-parser",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"CodeSpace\\WhoisParser\\": "src/",
"CodeSpace\\WhoisParser\\Provider\\": "src/provider/"
}
},
"require": {
"mallardduck/whois-client": "^3.0"
}
}