Skip to content

Commit

Permalink
Updated readme for correct composer version syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
janyksteenbeek committed Dec 2, 2017
1 parent 74b6ce6 commit bf756ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
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 bf756ea

Please sign in to comment.