Skip to content

Commit

Permalink
* fix name and of the composer project
Browse files Browse the repository at this point in the history
* add info in README
  • Loading branch information
gaalferov committed Feb 23, 2020
1 parent be5c803 commit 25dade2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ https://github.com/Domain-Connect/spec/blob/master/Domain%20Connect%20Spec%20Dra
- Version: 2.1
- Revision: 61

## Install
```bash
composer require gaalferov/php-ext-domain-connect
```

## Usage

### Sync flow
Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "tsohost/php-ext-domain-connect",
"name": "gaalferov/php-ext-domain-connect",
"description": "PHP extension for Domain Connect",
"authors": [
{
"name": "Hennadii Alforov",
"email": "a@gaalferov.com"
}
],
"type": "project",
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit 25dade2

Please sign in to comment.