Skip to content

Commit

Permalink
add examples; add new keywords; add Carbon package for parsing dates;…
Browse files Browse the repository at this point in the history
… add ability to set date format you want; add setters for all synonyms; add new type of synonyms - prases indicate that domain is free;
  • Loading branch information
shapito27 committed Nov 2, 2020
1 parent 75e4611 commit ef8a362
Show file tree
Hide file tree
Showing 6 changed files with 921 additions and 24 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shapito27/whois-parser",
"description": "Lib to parse whois response",
"keywords": ["whois","parser"],
"version": "1.1.1",
"version": "1.2.0",
"license": "MIT",
"authors": [
{
Expand All @@ -13,7 +13,8 @@
],
"require": {
"php": ">=7.1",
"ext-json": "*"
"ext-json": "*",
"nesbot/carbon": "^2.41"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
Expand Down
347 changes: 345 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ef8a362

Please sign in to comment.