Skip to content

Commit

Permalink
update readme and composer.json with updated info
Browse files Browse the repository at this point in the history
  • Loading branch information
James Ellis committed Sep 19, 2018
1 parent 50f26a1 commit b90e40e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"description": "Domain Validation module for Silverstripe",
"description": "A set of fields, including editable userform fields to perform domain validation via DNS over HTTPS",
"name": "codem/silverstripe-domain-validation",
"type": "silverstripe-module",
"keywords": [
Expand Down
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Minimise the hassle of domain and email address typos using this module!
Some APIs reject requests if the domain is invalid e.g user@examplecom, with this module you can check for existing DNS records to minimise these issues.

## Requirements
Silverstripe 3, currently. SS4 upgrade -> PRs welcome :)
Silverstripe 3, see the feature-ss4 branch for Silverstripe 4.

## Features
+ Plugs into Cloudflare DNS over HTTPS
Expand Down Expand Up @@ -53,9 +53,11 @@ The ```ValidatedDomainField``` allows for strict and non-strict checking (defaul

## Install
```
/path/to/php /path/to/composer require codem/silverstripe-domain-validation:~n.N
/path/to/php /path/to/composer require codem/silverstripe-domain-validation:dev-master
```

This is a pre-release and is not in Packagist just yet.

# Author
Codem

Expand Down

0 comments on commit b90e40e

Please sign in to comment.