Skip to content

Commit

Permalink
change doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsbrugs committed Mar 15, 2017
1 parent ea74b65 commit df83169
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion composer.json
Expand Up @@ -4,7 +4,9 @@
"authors": [
{
"name": "Hugo Maugey",
"email": "hugo@maugey.fr"
"email": "hugo@maugey.fr",
"homepage": "https://hugo.maugey.fr",
"role": "Developer"
}
],
"require": {
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Expand Up @@ -40,4 +40,8 @@ $bool = HString::ends_with($haystack, $needle);

```
composer exec phpunit
```
```

## Author

Hugo Maugey [visit my website ;)](https://hugo.maugey.fr)

0 comments on commit df83169

Please sign in to comment.