Skip to content

Commit

Permalink
Merge pull request #6 from janyksteenbeek/patch-1
Browse files Browse the repository at this point in the history
Updated readme for correct composer version syntax
  • Loading branch information
madeITBelgium committed Dec 2, 2017
2 parents 74b6ce6 + bf756ea commit 9a96394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -13,7 +13,7 @@ With this Laravel package you can validate email input that it contains or not c
Require this package in your `composer.json` and update composer.

```php
"madeitbelgium/laravel-email-domain-validation": "~1.*"
"madeitbelgium/laravel-email-domain-validation": "~1.0"
```

After updating composer, add the ServiceProvider to the providers array in `config/app.php`
Expand Down

0 comments on commit 9a96394

Please sign in to comment.