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 455c898 commit e53db47
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 @@ -37,4 +37,8 @@ var_dump(Color::is_hexa_color('frfrfr', false));

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

## Author

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

0 comments on commit e53db47

Please sign in to comment.