Skip to content

Commit

Permalink
update readme.md and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan E. Watchman committed Sep 28, 2019
1 parent cd821c5 commit 2e070a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

### Installing with auto-discovery enabled
```bash
composer config repositories.laravel-epp vcs [email protected]:ywatchman/laravel-epp.git
composer require ywatchman/laravel-epp
```

Expand All @@ -14,11 +13,11 @@ EPP_SETTINGS_FILE=/etc/cyberfusion/epp.ini
### epp.ini
```ini
interface=eppConnection
hostname=ssl://testdrs.domain-registry.nl
hostname=ssl://drs.domain-registry.nl
port=700
userid=304820
password=_H(c^4-+3f)V%$,'
logging=true
userid=
password=
logging=false
verifypeer=true
verifypeername=true
allowselfsigned=false
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ywatchman/laravel-epp",
"minimum-stability": "dev",
"version": "1.1.0",
"version": "1.1.1",
"description": "Laravel package to work with EPP (SIDN)",
"type": "library",
"prefer-stable": true,
Expand Down

0 comments on commit 2e070a2

Please sign in to comment.